From 5887be5d804c7ea446f99fe027f4cf5cc4fc8baa Mon Sep 17 00:00:00 2001 From: Orta Date: Wed, 23 Nov 2016 13:11:01 +0000 Subject: [PATCH] Update Babylon's typings to support the all plugins option --- babylon/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babylon/index.d.ts b/babylon/index.d.ts index 112e6be7be..45b929264d 100644 --- a/babylon/index.d.ts +++ b/babylon/index.d.ts @@ -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' | '*';