Skip to content

v0.3.0 - Evaluator with AMD Module Support and Typescript 4.2.4

Compare
Choose a tag to compare
@clarkmcc clarkmcc released this 20 May 22:47
· 8 commits to master since this release
793d7c0

This release includes breaking changes to the transpile API but introduces several new features.

  • Removed a parameter from the Transpile API for passing an explicit configuration struct. This introduced problems for users that did not add in all the correct defaults. Users have all the same customization flexibility using config modifier functions.
  • Added an evaluation function that allows users to transpile, pre-evaluate dependencies and evaluate Javascript or Typescript scripts directly with full cancellation support.
  • Added optional support for evaluating with a built-in AMD module loader. This allows users to evaluate scripts in the context of Typescript compiled bundles.
  • Added support for Typescript v4.2.4 and configured it to be the new default for the transpiler.