babel-preset-escompile-node
Advanced tools
Comparing version 1.0.3 to 1.1.0
module.exports = {plugins:[ | ||
require('babel-plugin-syntax-async-functions'), | ||
require('babel-plugin-syntax-decorators'), | ||
require('babel-plugin-syntax-exponentiation-operator'), | ||
@@ -9,2 +10,3 @@ require('babel-plugin-syntax-function-bind'), | ||
require('babel-plugin-transform-async-to-generator'), | ||
require('babel-plugin-transform-decorators-unofficial'), | ||
require('babel-plugin-transform-exponentiation-operator'), | ||
@@ -11,0 +13,0 @@ require('babel-plugin-transform-function-bind'), |
{ | ||
"name": "babel-preset-escompile-node", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "escompile babel preset for node v4", | ||
@@ -44,3 +44,5 @@ "main": "index.js", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.20", | ||
"babel-plugin-transform-object-rest-spread": "^6.1.18" | ||
"babel-plugin-transform-object-rest-spread": "^6.1.18", | ||
"babel-plugin-syntax-decorators": "^6.1.18", | ||
"babel-plugin-transform-decorators-unofficial": "^1.2.0" | ||
}, | ||
@@ -47,0 +49,0 @@ "devDependencies": { |
@@ -8,3 +8,3 @@ module.exports = { | ||
'async-functions', | ||
//'decorators', | ||
'decorators', | ||
'exponentiation-operator', | ||
@@ -21,3 +21,4 @@ 'function-bind', | ||
'async-to-generator', | ||
//'decorators', | ||
// 'decorators', | ||
'decorators-unofficial', | ||
'exponentiation-operator', | ||
@@ -24,0 +25,0 @@ 'function-bind', |
3988
64
21
+ Addedbabel-plugin-syntax-decorators@6.13.0(transitive)
+ Addedbabel-plugin-transform-decorators-unofficial@1.2.2(transitive)