Skip to content

Commit

Permalink
Update packages/babel-parser/typings/babel-parser.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 6, 2020
1 parent cd85b4d commit 63a7e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/typings/babel-parser.d.ts
Expand Up @@ -144,7 +144,7 @@ export interface DecoratorsPluginOptions {
}

export interface PipelineOperatorPluginOptions {
proposal: 'minimal' | 'smart';
proposal: 'minimal' | 'smart' | 'fsharp';
}

export interface RecordAndTuplePluginOptions {
Expand Down

0 comments on commit 63a7e64

Please sign in to comment.