Skip to content

Commit

Permalink
Update parser plugins for ts tests (#13808)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Oct 3, 2021
1 parent ce31b76 commit 7bbdf09
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions scripts/parser-tests/typescript/index.js
Expand Up @@ -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");

Expand Down

0 comments on commit 7bbdf09

Please sign in to comment.