Skip to content

History / compilers deprecation

Revisions

  • Fix references to --require coffee-script/register which do not work with node

    @pypmannetjies pypmannetjies committed Oct 30, 2019
  • Updated compilers deprecation (markdown)

    @chikamichi chikamichi committed Jan 13, 2019
  • Updated compilers deprecation (markdown)

    @raine raine committed Dec 12, 2018
  • Updated compilers deprecation (markdown)

    @raine raine committed Dec 12, 2018
  • add babel 7 correct call

    @thedaviddias thedaviddias committed Sep 4, 2018
  • undo

    @notslang notslang committed Jun 23, 2018
  • fix reference to coffee-script npm package

    @notslang notslang committed Jun 23, 2018
  • --require coffee-script should be --require coffeescript, and note that coffeescript package must be installed

    @rocketbop rocketbop committed Apr 8, 2018
  • babel-register is deprecated; most users are likely using babel-core/register

    @LINKIWI LINKIWI committed Nov 11, 2017
  • corrected typo

    @dansteren dansteren committed Oct 16, 2017
  • reorganize examples, add TS example

    @boneskull boneskull committed Oct 10, 2017
  • Change --register to --require

    @Widdershin Widdershin committed Oct 5, 2017
  • Update quoting style for portability. (Windows does not work with single-quotes; passes them to Mocha as part of the argument and results in errors like `Warning: Could not find any test files matching pattern: '**/*.js'`.)

    @ScottFreeCode ScottFreeCode committed Oct 2, 2017