Parse string export names by default (moduleStringNames) (#13195)

* Parse string epxort names by default (`moduleStringNames`)

* Remove remaining references
This commit is contained in:
Nicolò Ribaudo
2021-04-23 09:07:58 +02:00
parent ceaab0bae7
commit 57daba85aa
30 changed files with 6 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
{
"sourceType": "module",
"plugins": ["flow", "moduleStringNames"]
"plugins": ["flow"]
}