mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Update Babylon's typings to support the all plugins option
This commit is contained in:
2
babylon/index.d.ts
vendored
2
babylon/index.d.ts
vendored
@@ -43,5 +43,5 @@ export interface BabylonOptions {
|
||||
|
||||
export type PluginName = 'jsx' | 'flow' | 'asyncFunctions' | 'classConstructorCall' | 'doExpressions'
|
||||
| 'trailingFunctionCommas' | 'objectRestSpread' | 'decorators' | 'classProperties' | 'exportExtensions'
|
||||
| 'exponentiationOperator' | 'asyncGenerators' | 'functionBind' | 'functionSent';
|
||||
| 'exponentiationOperator' | 'asyncGenerators' | 'functionBind' | 'functionSent' | '*';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user