Skip to content

Commit

Permalink
add unicode-sets-regex to archived-syntax-pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 18, 2023
1 parent 1d2dde6 commit 6607bf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/archived-libs.d.ts
Expand Up @@ -105,3 +105,8 @@ declare module "@babel/plugin-syntax-trailing-function-commas" {
let exports: {default: ReturnType<typeof declare>};
export = exports;
}
declare module "@babel/plugin-syntax-unicode-sets-regex" {
import { declare } from "@babel/helper-plugin-utils";
let exports: {default: ReturnType<typeof declare>};
export = exports;
}
3 changes: 2 additions & 1 deletion scripts/generators/archived-syntax-pkgs.json
Expand Up @@ -19,5 +19,6 @@
"@babel/plugin-syntax-optional-chaining",
"@babel/plugin-syntax-private-property-in-object",
"@babel/plugin-syntax-top-level-await",
"@babel/plugin-syntax-trailing-function-commas"
"@babel/plugin-syntax-trailing-function-commas",
"@babel/plugin-syntax-unicode-sets-regex"
]

0 comments on commit 6607bf8

Please sign in to comment.