You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file ../fable_modules/fable-library-ts.4.24.0/Types.js does not exist though, instead ../fable_modules/fable-library-ts.4.24.0/Types.ts exists (which is what I expect). So the imports are generated expecting .js, when they should be expecting .ts.
Related information
Fable version: 4.24.0 (was happening on 4.22.0 too)
Operating system: OSX
The text was updated successfully, but these errors were encountered:
Description
When running fable the generated TS files link to JS files that do not exist.
Repro code
https://github.com/dburriss/haya-net/tree/typescript-support/src/Haya.Deno
Expected and actual results
When running:
The generated .ts files contain imports like the following:
The file ../fable_modules/fable-library-ts.4.24.0/Types.js does not exist though, instead ../fable_modules/fable-library-ts.4.24.0/Types.ts exists (which is what I expect). So the imports are generated expecting .js, when they should be expecting .ts.
Related information
The text was updated successfully, but these errors were encountered: