Skip to content

Commit

Permalink
make prepublish-prepare-dts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 5, 2023
1 parent 2abd6f3 commit c737e20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/babel-parser/typings/babel-parser.d.ts
Expand Up @@ -26,7 +26,8 @@ type Plugin =
| "importMeta"
| "jsx"
| "logicalAssignment"
| "importAssertions"
| "importAssertions" // deprecated
| "importAttributes"
| "importReflection"
| "moduleBlocks"
| "moduleStringNames"
Expand All @@ -47,6 +48,7 @@ type Plugin =
type ParserPluginWithOptions =
| ["decorators", DecoratorsPluginOptions]
| ["estree", { classFeatures?: boolean }]
| ["importAttributes", { deprecatedAssertSyntax: boolean }]
// @deprecated
| ["moduleAttributes", { version: "may-2020" }]
| ["pipelineOperator", PipelineOperatorPluginOptions]
Expand Down

0 comments on commit c737e20

Please sign in to comment.