Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Disable experimental warnings

Compare
Choose a tag to compare
@thetutlage thetutlage released this 19 Jan 04:45

As of today, TSNode exports a loader hook which must be applied using the --loader Node.js CLI flag. However, the --loader flag was experimental and emits a warning. This release disables that warning for a nicer CLI experience.

With that said, we are waiting on Ts-node to export an import hook that can be applied using the --import Node.js CLI flag and then we can safely remove the flags in use to suppress warnings.

Commits

  • test: fix breaking test 6f28f35
  • refactor: disable loader warnings e74612b
  • chore: update dependencies 4744ee1

v7.0.0...v7.1.0