Filename detection should respect short flags (#10763)

* chore: add test files

# Conflicts:
#	packages/babel-node/package.json

* fix: respect short flags when finding filename index

* fix: use attributeName for kebab-case
This commit is contained in:
Huáng Jùnliàng
2020-01-10 20:46:19 -05:00
committed by GitHub
parent 5a3e97073e
commit 903ad6160d
10 changed files with 30 additions and 10 deletions

View File

@@ -21,7 +21,7 @@
],
"dependencies": {
"@babel/register": "^7.7.7",
"commander": "^2.8.1",
"commander": "^4.0.1",
"core-js": "^3.2.1",
"lodash": "^4.17.13",
"node-environment-flags": "^1.0.5",