Releases: mshustov/babel-plugin-source-wrapper
Releases · mshustov/babel-plugin-source-wrapper
2.1.1
21 Sep 00:09
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
30 Apr 09:27
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
10 Nov 21:14
Compare
Sorry, something went wrong.
No results found
Fixed computed properties processing by Babel (#19 )
2.0.1
31 Aug 14:23
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
27 Jul 12:24
Compare
Sorry, something went wrong.
No results found
1.3.3
09 May 23:19
Compare
Sorry, something went wrong.
No results found
Fix sourceURL comment in runtime source
1.3.2
21 Apr 20:57
Compare
Sorry, something went wrong.
No results found
Wrap all CallExpression and locate for method name instead entire expression
1.3.1
20 Dec 13:13
Compare
Sorry, something went wrong.
No results found
Fix regression with options processing
1.3
14 Dec 14:19
Compare
Sorry, something went wrong.
No results found
Allow configure the plugin when using as Webpack loader (thanks to @Filipovskii )
1.2.2
08 Dec 14:45
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 )