Files
coffeescript/documentation/sections
Geoffrey Booth f51c1a150b Option to transpile with Babel (#4697)
* Upgrade Babeli (now babel-minify) which fixes the bug that was forcing us to run Babel twice for transpilation

* Add --transpile option (WIP)

* Node API always compiles a string, so it doesn’t need the option to pass a path to an options file, it can always just pass an object to `transpile`; get `transpile` working with `eval`

* Not allowing argument to `--transpile` so don’t need to cover so many cases

* Don’t need to worry about `sourceMaps` option to pass to Babel, `inputSourceMap` overrides it

* Rewrite Webpack test to use Node API

* Make the compiler safe again for browsers and Webpack/Browserify

* Node version of CoffeeScript.compile passes reference to Babel if transpile is requested

* Test Node API for transpile option

* Test for merged source maps

* Test for Node API error message

* Only stop searching for Babel options if a package.json has a truthy "babel" key

* Update docs
2017-09-15 06:58:18 -07:00
..
2017-05-05 19:44:11 -07:00
2017-04-17 19:43:22 -07:00
2017-05-05 19:44:11 -07:00
2017-05-05 19:44:11 -07:00
2017-08-02 19:34:34 -07:00
2017-05-05 19:44:11 -07:00
2017-05-05 19:44:11 -07:00
2017-04-17 19:43:22 -07:00
2017-05-05 19:44:11 -07:00
2017-05-05 19:44:11 -07:00
2017-05-05 19:44:11 -07:00
2017-05-14 22:05:37 -07:00
2017-07-16 23:53:22 -07:00
2017-07-03 22:10:03 -07:00
2017-05-05 19:44:11 -07:00
2017-05-05 19:44:11 -07:00
2017-04-17 19:43:22 -07:00
2017-05-05 19:44:11 -07:00
2017-09-02 12:48:38 -07:00
2017-04-17 19:43:22 -07:00
2017-06-30 09:58:05 -07:00
2017-05-05 19:44:11 -07:00
2017-05-05 19:44:11 -07:00
2017-05-05 19:44:11 -07:00
2017-08-02 19:34:34 -07:00
2017-05-05 19:44:11 -07:00
2017-08-02 19:34:34 -07:00