Update Rollup plugins (#13265)

This commit is contained in:
Nicolò Ribaudo
2021-05-06 08:53:30 +02:00
committed by GitHub
parent 187094b9a6
commit 9440318309
20 changed files with 86 additions and 100 deletions

View File

@@ -16,7 +16,7 @@ export default declare(api => {
return {
name: "proposal-json-strings",
inherits: syntaxJsonStrings,
inherits: syntaxJsonStrings.default,
visitor: {
"DirectiveLiteral|StringLiteral"({ node }) {