Update Babylon's typings to support the all plugins option

This commit is contained in:
Orta 2016-11-23 13:11:01 +00:00 committed by GitHub
parent e8d8a70438
commit 5887be5d80

2
babylon/index.d.ts vendored
View File

@ -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' | '*';