Update parser plugins for ts tests (#13808)
This commit is contained in:
parent
ce31b76ac9
commit
7bbdf096aa
@ -16,13 +16,7 @@ async function* loadTests(dir) {
|
||||
}
|
||||
}
|
||||
|
||||
const plugins = [
|
||||
"typescript",
|
||||
"classProperties",
|
||||
"decorators-legacy",
|
||||
"bigInt",
|
||||
"dynamicImport",
|
||||
];
|
||||
const plugins = ["typescript", "decorators-legacy"];
|
||||
|
||||
const TSTestsPath = path.join(dirname, "../../../build/typescript/tests");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user