Skip to content

12.0.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@fhammerschmidt fhammerschmidt released this 05 Sep 21:56
· 67 commits to master since this release
2fda497

🚀 New Feature

  • Support mapping more standard library types automatically to TS types via gentype, without requiring shims. #7842

🐛 Bug fix

  • Show Stdlib.TypedArray completions for typed arrays. #7827
  • Show Stdlib.Null and Stdlib.Nullable completions for Stdlib.null<'a> and Stdlib.nullable<'a> types, respectively. #7826
  • Fix generation of interfaces for module types containing multiple type constraints. #7825
  • JSX preserve mode: fix "make is not a valid component name". #7831
  • Rewatch: include parser arguments of experimental features. #7836
  • Stop mangling tagged templates and backquoted strings. #7841
  • JSX v4: fix arity mismatch for @react.component with React.forwardRef. #7845

💅 Polish

  • Improve error message for trying to define a type inside a function. #7843
  • Refactor CLI to use spawn for better signal handling in watch mode. #7844