From cfe844fa39e33ffe46f7fb5684afb19bbcce347e Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 5 Jun 2015 22:36:16 +0100 Subject: [PATCH] add boolean type to experimental option --- src/babel/transformation/file/options.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/babel/transformation/file/options.json b/src/babel/transformation/file/options.json index 3aab927529..e127a69a48 100644 --- a/src/babel/transformation/file/options.json +++ b/src/babel/transformation/file/options.json @@ -47,6 +47,7 @@ }, "experimental": { + "type": "boolean", "description": "allow use of experimental transformers", "default": false },