Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Jul 21, 2022
1 parent 32d4f6e commit ddc7b7b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gulpfile.mjs
Expand Up @@ -493,7 +493,7 @@ const libBundles = [
}));

const cjsBundles = [
// This is used by Prettier, @babel/register and @babel/eslint-parser
// This is used by @babel/register and @babel/eslint-parser
{ src: "packages/babel-parser" },
];

Expand Down
7 changes: 0 additions & 7 deletions lib/fs-readdir-recursive.d.ts

This file was deleted.

1 change: 1 addition & 0 deletions packages/babel-cli/package.json
Expand Up @@ -42,6 +42,7 @@
"devDependencies": {
"@babel/core": "workspace:^",
"@babel/helper-fixtures": "workspace:^",
"@types/fs-readdir-recursive": "^1.1.0",
"rimraf": "^3.0.0"
},
"bin": {
Expand Down
1 change: 0 additions & 1 deletion scripts/generators/tsconfig.js
Expand Up @@ -130,7 +130,6 @@ fs.writeFileSync(
["./node_modules/to-fast-properties-BABEL_8_BREAKING-true"],
],
["slash", ["./node_modules/slash-BABEL_8_BREAKING-true"]],
["fs-readdir-recursive", ["./lib/fs-readdir-recursive.d.ts"]],
["kexec", ["./lib/kexec.d.ts"]],
]),
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/integration-tests/e2e-prettier.sh
Expand Up @@ -40,6 +40,6 @@ yarn install

# Only run js,jsx,misc format tests
# Without --runInBand CircleCI hangs.
yarn test "tests/format/(jsx?|misc)/" --update-snapshot --runInBand
yarn test "tests/format/(jsx?|misc|typescript|flow|flow-repo)/" --update-snapshot

cleanup
3 changes: 0 additions & 3 deletions tsconfig.json
Expand Up @@ -726,9 +726,6 @@
"slash": [
"./node_modules/slash-BABEL_8_BREAKING-true"
],
"fs-readdir-recursive": [
"./lib/fs-readdir-recursive.d.ts"
],
"kexec": [
"./lib/kexec.d.ts"
]
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Expand Up @@ -205,6 +205,7 @@ __metadata:
"@babel/helper-fixtures": "workspace:^"
"@jridgewell/trace-mapping": ^0.3.8
"@nicolo-ribaudo/chokidar-2": "condition:BABEL_8_BREAKING ? : 2.1.8-no-fsevents.3"
"@types/fs-readdir-recursive": ^1.1.0
chokidar: ^3.4.0
commander: ^4.0.1
convert-source-map: ^1.1.0
Expand Down Expand Up @@ -4398,6 +4399,13 @@ __metadata:
languageName: node
linkType: hard

"@types/fs-readdir-recursive@npm:^1.1.0":
version: 1.1.0
resolution: "@types/fs-readdir-recursive@npm:1.1.0"
checksum: 9ce802ca81259fccf85e217b149e8ce05dae5f665c5bc2292280e9873d2d84f2c37fb5033ae0ca024f3c71b502fb71d5517bf4af030155523882c0c1bfc39f59
languageName: node
linkType: hard

"@types/gensync@npm:^1.0.0":
version: 1.0.0
resolution: "@types/gensync@npm:1.0.0"
Expand Down

0 comments on commit ddc7b7b

Please sign in to comment.