VS Code
- VS Code binding are able to be generated.
- Param docs are transferred.
- Sub modules are exported and accessible. The module naming is now PascalCase to avoid conflicts.
- Types are generated for TS TypeLiterals. This avoids some pain with overloads, especially in Node API.
- TS Alias Unions have corresponding modules with
of
,is
, &as
helper functions. - const variables are now read only
https://github.com/fable-compiler/ts2fable/milestone/4?closed=1