File tree Expand file tree Collapse file tree 14 files changed +12
-174
lines changed Expand file tree Collapse file tree 14 files changed +12
-174
lines changed Original file line number Diff line number Diff line change 99 ]
1010 },
1111 "fable" : {
12- "version" : " 4.0.0-theta-008 " ,
12+ "version" : " 4.0.0-theta-010 " ,
1313 "commands" : [
1414 " fable"
1515 ]
1616 },
1717 "fantomas" : {
18- "version" : " 5.0.0 " ,
18+ "version" : " 5.0.2 " ,
1919 "commands" : [
2020 " fantomas"
2121 ]
Original file line number Diff line number Diff line change 2929 <Compile Include =" flask/Flask.fs" />
3030 <Compile Include =" jupyter/IPython.fs" />
3131 <Compile Include =" jupyter/IPyWidgets.fs" />
32- <Compile Include =" microbit/MicroBit.fs" />
33- <Compile Include =" microbit/Speach.fs" />
3432 </ItemGroup >
3533 <ItemGroup >
3634 <Content Include =" pyproject.toml; *.fsproj; **\*.fs; **\*.fsi" PackagePath =" fable\" />
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ type Mode =
124124 | Exec
125125 | [<CompiledName( " func_mode" ) >] FuncMode
126126
127+ [<Erase>]
127128type IExports =
128129 /// Parse the source into an AST node
129130 abstract parse: string -> AST
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ open Fable.Core
44
55// fsharplint:disable MemberNames
66
7+ [<Erase>]
78type IExports =
89 abstract b64encode : byte [] -> byte []
910 abstract b64encode : s : byte [] * altchars : byte [] -> byte []
Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ module OpenTextMode =
156156
157157type _Opener = Tuple< string, int> -> int
158158
159+ [<Erase>]
159160type IExports =
160161 /// Return the absolute value of the argument.
161162 abstract abs: int -> int
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ open Fable.Core
44
55// fsharplint:disable MemberNames
66
7+ [<Erase>]
78type IExports =
89 abstract escape: string -> string
910 abstract escape: string * bool -> string
1011 abstract unescape: string -> string
1112
12- /// Miscellaneous operating system interfaces
13+ /// HTML interfaces
1314[<ImportAll( " html" ) >]
1415let html : IExports = nativeOnly
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ open Fable.Core
44
55// fsharplint:disable MemberNames
66
7+ [<Erase>]
78type IExports =
89 abstract dumps: obj : obj -> string
910 abstract loads: string -> obj
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ open Fable.Core
55
66// fsharplint:disable MemberNames
77
8+ [<Erase>]
89type IExports =
910 abstract ceil: int -> int
1011 abstract ceil: float -> int
You can’t perform that action at this time.
0 commit comments