Enable dynamicImport plugin for flow tests
This commit is contained in:
parent
7c4509e280
commit
77445cb044
@ -23,11 +23,6 @@ class_properties/migrated_0021.js
|
|||||||
class_properties/migrated_0026.js
|
class_properties/migrated_0026.js
|
||||||
decorators/migrated_0003.js
|
decorators/migrated_0003.js
|
||||||
decorators/migrated_0007.js
|
decorators/migrated_0007.js
|
||||||
dynamic_import/migrated_0000.js
|
|
||||||
dynamic_import/migrated_0001.js
|
|
||||||
dynamic_import/migrated_0002.js
|
|
||||||
dynamic_import/migrated_0003.js
|
|
||||||
dynamic_import/migrated_0004.js
|
|
||||||
private_class_properties/valid.js
|
private_class_properties/valid.js
|
||||||
types/annotations/migrated_0001.js
|
types/annotations/migrated_0001.js
|
||||||
types/annotations_in_comments_invalid/migrated_0003.js
|
types/annotations_in_comments_invalid/migrated_0003.js
|
||||||
|
|||||||
@ -100,10 +100,11 @@ function update_whitelist(summary) {
|
|||||||
|
|
||||||
const options = {
|
const options = {
|
||||||
plugins: [
|
plugins: [
|
||||||
"jsx",
|
"asyncGenerators",
|
||||||
|
"dynamicImport",
|
||||||
"flow",
|
"flow",
|
||||||
"flowComments",
|
"flowComments",
|
||||||
"asyncGenerators",
|
"jsx",
|
||||||
"objectRestSpread",
|
"objectRestSpread",
|
||||||
],
|
],
|
||||||
sourceType: "module",
|
sourceType: "module",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user