Skip to content

10.1.4

Compare
Choose a tag to compare
@cknitt cknitt released this 28 Mar 09:22
· 833 commits to master since this release

πŸ› Bug Fix

  • Fix implementation of directives #6052
  • Fix issue if the lib dir is included in the sources of bsconfig.json #6055
  • Fix issue with string escape in pattern match #6062
  • Fix issue with literal comparison of string constants #6065

πŸš€ New Feature

  • Add support for toplevel await #6054

πŸ’… Polish

  • Better error message for extension point #6057
  • Improve format check help #6056
  • Deprecate unsafe j`$(a)$(b)` interpolation: use string templates `${a}${b}` instead #6067