File tree Expand file tree Collapse file tree
src/FSharp.Control.AsyncSeq Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,6 +200,11 @@ xunit*.html
200200artifacts /
201201bin /
202202
203+ # fable
204+ * .fs.js
205+ fable_modules
206+ .fable
207+
203208# jest/fable directories
204209tests /fable /dist /
205210tests /fable /node_modules /
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ open System.Collections.Generic
1010open System.Threading
1111open System.Threading .Tasks
1212open System.Runtime .ExceptionServices
13+ #if ! FABLE_ COMPILER
1314open System.Linq
15+ #endif
1416
1517#nowarn " 40" " 3218"
1618
Original file line number Diff line number Diff line change 1818 },
1919 "dependencies" : {},
2020 "devDependencies" : {
21- "@babel/preset-env" : " ^7.12.1" ,
21+ "@babel/preset-env" : " ^7.12.1" ,
2222 "@sinonjs/fake-timers" : " ^6" ,
2323 "@testing-library/jest-dom" : " ^5" ,
2424 "fast-check" : " ^1" ,
You can’t perform that action at this time.
0 commit comments