sourcecred/config
William Chargin e9dbdeca96
Target latest Node for backend applications (#213)
Summary:
Consequently, Babel won’t transform classes to their roughly equivalent
ES5 counterparts, etc.

Test Plan:
Create `src/classy.js` with `class X {}; console.log(X);`. Then, add a
build target for `classy: resolveApp("src/classy.js"),` in `paths.js`.
Use `yarn backend` and inspect the contents of `bin/classy.js`; in
particular, look at the definition of `X` (whatever the argument to
`console.log` is). Before this commit, the result will be a big
complicated mess. After this commit, it will be `class X {}`.

Note also that `yarn travis --full` passes, indicating that the two
manual tests, which call out to the utilities in `bin/`, still work.

wchargin-branch: target-node
2018-05-04 19:22:39 -07:00
..
jest Fix all lint errors, adding a lint CI step (#175) 2018-04-30 14:52:28 -07:00
babel.js Target latest Node for backend applications (#213) 2018-05-04 19:22:39 -07:00
env.js Fix all lint errors, adding a lint CI step (#175) 2018-04-30 14:52:28 -07:00
paths.js Add `src/tools/bin/printCombinedGraph.js` (#207) 2018-05-04 12:10:20 -07:00
polyfills.js Fix all lint errors, adding a lint CI step (#175) 2018-04-30 14:52:28 -07:00
travis.js Extract `execDependencyGraph` core from CI script (#208) 2018-05-04 15:47:26 -07:00
webpack.config.backend.js Exclude node modules from backend build (#211) 2018-05-04 16:31:39 -07:00
webpack.config.dev.js Fix all lint errors, adding a lint CI step (#175) 2018-04-30 14:52:28 -07:00
webpack.config.prod.js Fix all lint errors, adding a lint CI step (#175) 2018-04-30 14:52:28 -07:00
webpackDevServer.config.js Fix all lint errors, adding a lint CI step (#175) 2018-04-30 14:52:28 -07:00