Skip to content

v2.21.0

Compare
Choose a tag to compare
@rangav rangav released this 09 Apr 17:56

Documentation Site

Load Modules from Path

  • We are launching a new API for loading modules from a path.
  • This functionality is useful for loading private modules or modules hosted on registries other than npm.
  • The module path can be relative to the project root or an absolute path.
var moment = tc.loadFromPath("thunder-tests/packages/node_modules/moment");

VS Code Floating window

Bug Fixes

  • Fix - Enter key is added space in env #1515