rollup-plugin-buble
Advanced tools
Comparing version 0.4.0 to 0.5.0
# rollup-plugin-buble changelog | ||
## 0.5.0 | ||
* Update `buble` | ||
## 0.4.0 | ||
@@ -4,0 +8,0 @@ |
@@ -10,6 +10,9 @@ 'use strict'; | ||
if ( !options.transforms ) options.transforms = {}; | ||
options.transforms.modules = false; | ||
return { | ||
transform: function ( code, id ) { | ||
if ( !filter( id ) ) return null; | ||
return buble.transform( code ); | ||
return buble.transform( code, options ); | ||
} | ||
@@ -16,0 +19,0 @@ }; |
@@ -8,6 +8,9 @@ import { transform } from 'buble'; | ||
if ( !options.transforms ) options.transforms = {}; | ||
options.transforms.modules = false; | ||
return { | ||
transform: function ( code, id ) { | ||
if ( !filter( id ) ) return null; | ||
return transform( code ); | ||
return transform( code, options ); | ||
} | ||
@@ -14,0 +17,0 @@ }; |
{ | ||
"name": "rollup-plugin-buble", | ||
"description": "Compile ES2015 with buble", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"author": "Rich Harris", | ||
@@ -29,5 +29,5 @@ "repository": "https://github.com/rollup/rollup-plugin-buble", | ||
"dependencies": { | ||
"buble": "^0.4.0", | ||
"buble": "^0.5.0", | ||
"rollup-pluginutils": "^1.3.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2407
29
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedbuble@0.5.8(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
- Removedbuble@0.4.24(transitive)
Updatedbuble@^0.5.0