Brian Ng
c37361ba2e
Bump prettier@1.19.1 ( #10728 )
2019-11-16 16:05:40 +01:00
Bryan Wain
98b14843ba
Remove babel polyfill dependency of babel-node ( #10429 )
2019-09-11 01:57:44 +02:00
Dword
fc8e14264c
Remove process.exit(1) from babel-node ( #9758 )
...
Because it breaked graceful shutdown of the sub process.
2019-09-06 14:32:45 -04:00
Min ho Kim
0bf0ae3410
Fix typos ( #10153 )
2019-07-03 15:51:48 +02:00
Maël Nison
d7801c644c
Prevents exception on PnP ( #9951 )
2019-06-02 00:55:44 +02:00
Nicolò Ribaudo
5da94bff87
[babel-node] Do not hardcode node flags ( #9914 )
2019-05-04 23:40:06 +02:00
Nicolò Ribaudo
9b005dedfd
Fix --root-mode option in babel-node ( #9148 )
2018-12-07 22:47:56 +01:00
wtgtybhertgeghgtwtg
c4d6f6dcce
Pass rootMode from @babel/node. ( #9078 )
...
* Pass `root-mode` from `@babel/node`.
* Filter `babelOptions`.
2018-11-28 21:29:38 -08:00
Logan Smyth
90bebe7186
Pass the caller.name option in Babel's own callers.
2018-08-20 10:27:54 -07:00
Sam Grace
6476a0d089
Whitelist experimental-modules flag for babel-node ( #8336 ) [skip ci]
2018-08-06 11:45:38 -04:00
Logan Smyth
cf8058e5b6
Handle kebab-case args in babel-node. ( #8046 )
2018-05-25 08:40:52 -07:00
Logan Smyth
c8faa34848
Only set '.babelrc' option if user explicitly set it.
2018-05-23 09:25:43 -07:00
Logan Smyth
5bcca0123a
Add --env-name option to babel-node, like babel-cli's option.
2018-05-23 09:25:05 -07:00
Logan Smyth
1d987fb655
Add --config-file option to babel-node, like babel-cli's option.
2018-05-23 09:23:50 -07:00
Sven SAULEAU
52b800decb
Add no-babelrc option in babel-node ( #5621 )
...
<!--
Before making a PR please make sure to read our contributing guidelines
https://github.com/babel/babel/blob/master/CONTRIBUTING.md
For any issue references: Add a comma-separated list of a [closing word](https://help.github.com/articles/closing-issues-via-commit-messages/ ) followed by the ticket number fixed by the PR
-->
| Q | A <!--(yes/no) -->
| ------------------------ | ---
| Patch: Bug Fix? |
| Major: Breaking Change? |
| Minor: New Feature? | y
| Deprecations? |
| Spec Compliancy? |
| Tests Added/Pass? | y/y
| Fixed Tickets | #5616
| License | MIT
| Doc PR | <!-- if yes, add `[skip ci]` to your commit message to skip CI builds -->
| Dependency Changes |
<!-- Describe your changes below in as much detail as possible -->
Once merged I will make the corresponding documentation changes on the website (in a 7 branch)
2018-05-23 09:19:39 -07:00
Rocky Meza
9dab691302
Fix typo [skip-ci] ( #7897 )
...
Thanks!
2018-05-09 20:28:34 -04:00
Henry Zhu
9a26c2b07a
Merge pull request #7471 from yakotika/master
...
added support Node's --require and -r flags in babel-node
2018-03-27 14:44:35 -04:00
Daniel Tschinder
f0d681a238
Remove obsolete max-len eslint rule and reformat some stuff to fit ( #7602 )
2018-03-20 08:51:47 -05:00
Daniel Tschinder
da2aea31f5
Fix —require
2018-03-14 13:26:07 +01:00
Brian Ng
7e423de911
Restore passing SIGINT signals to spawned child processes ( #7511 )
2018-03-07 14:10:11 +01:00
Abu Shamsutdinov
8317f8ab14
added support Node's --require and -r flags in babel-node
2018-03-07 12:38:57 +03:00
Alasdair McLeay
960fa66c9e
Reinstate --inspect-brk, lost when making babel-node standalone ( #7423 ) [skip ci]
2018-02-23 15:18:13 -05:00
Mateusz Burzyński
47fa189053
Scoped: update more babel- to @babel/ [skip ci]
2017-10-16 22:49:56 -04:00
Henry Zhu
cde0054227
Scoped: change src imports to @babel/ [skip ci]
2017-10-16 22:49:56 -04:00
Brian Ng
6d965c0926
Make babel-node a standalone package ( #6023 )
...
* Make babel-node a standalone package
* New package `babel-node` previously `babel-cli/bin/babel-node`
* updates
2017-07-29 22:26:28 -04:00