Releases: mshustov/babel-plugin-source-wrapper
Releases · mshustov/babel-plugin-source-wrapper
2.1.1
Compare
Sorry, something went wrong.
No results found
Fixed configure() to use passed options as defaults (was broken in 2.0)
2.1.0 Input source map and class locations
Compare
Sorry, something went wrong.
No results found
Added input source map support (@vslinko , #20 )
Added support for class method locations (@vslinko , #22 )
Fixed class location overriding by its constructor method (@vslinko , #21 )
2.0.2
Compare
Sorry, something went wrong.
No results found
Fixed computed properties processing by Babel (#19 )
2.0.1
Compare
Sorry, something went wrong.
No results found
More robust check of value for WeakMap#set since browsers sometimes produce objects that pass typeof check and not a Object intance that cause to exception
2.0.0
Compare
Sorry, something went wrong.
No results found
1.3.3
Compare
Sorry, something went wrong.
No results found
Fix sourceURL comment in runtime source
1.3.2
Compare
Sorry, something went wrong.
No results found
Wrap all CallExpression and locate for method name instead entire expression
1.3.1
Compare
Sorry, something went wrong.
No results found
Fix regression with options processing
1.3
Compare
Sorry, something went wrong.
No results found
Allow configure the plugin when using as Webpack loader (thanks to @Filipovskii )
1.2.2
Compare
Sorry, something went wrong.
No results found
FIX: Don't wrap arguments of require.ensure() and define() call expressions, but it's content (#11 )
FIX: Wrong processing of function and class declarations in export clause (#13 )