sourcecred/scripts
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
..
backend.js Target latest Node for backend applications (#213) 2018-05-04 19:22:39 -07:00
build.js Move package json to root (#37) 2018-02-26 22:32:23 -08:00
start.js Move package json to root (#37) 2018-02-26 22:32:23 -08:00
test.js Move package json to root (#37) 2018-02-26 22:32:23 -08:00