Skip to content

Commit

Permalink
update typings
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 5, 2023
1 parent dc2db16 commit 885d997
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/babel-parser/typings/babel-parser.d.ts
Expand Up @@ -4,7 +4,6 @@ import * as _babel_types from '@babel/types';

type Plugin =
| "asyncDoExpressions"
| "asyncExplicitResourceManagement"
| "asyncGenerators"
| "bigInt"
| "classPrivateMethods"
Expand Down
4 changes: 0 additions & 4 deletions tsconfig.json
Expand Up @@ -71,7 +71,6 @@
"./packages/babel-plugin-proposal-unicode-property-regex/src/**/*.ts",
"./packages/babel-plugin-proposal-unicode-sets-regex/src/**/*.ts",
"./packages/babel-plugin-syntax-async-do-expressions/src/**/*.ts",
"./packages/babel-plugin-syntax-async-explicit-resource-management/src/**/*.ts",
"./packages/babel-plugin-syntax-decimal/src/**/*.ts",
"./packages/babel-plugin-syntax-decorators/src/**/*.ts",
"./packages/babel-plugin-syntax-destructuring-private/src/**/*.ts",
Expand Down Expand Up @@ -380,9 +379,6 @@
"@babel/plugin-syntax-async-do-expressions": [
"./packages/babel-plugin-syntax-async-do-expressions/src"
],
"@babel/plugin-syntax-async-explicit-resource-management": [
"./packages/babel-plugin-syntax-async-explicit-resource-management/src"
],
"@babel/plugin-syntax-decimal": [
"./packages/babel-plugin-syntax-decimal/src"
],
Expand Down

0 comments on commit 885d997

Please sign in to comment.