Releases: motiondeveloper/rollup-plugin-ae-jsx
Releases · motiondeveloper/rollup-plugin-ae-jsx
v2.1.1
- fix: keep expression statements in the body of wrapped code db5ba94
Add `wrap` option
Add an option to wrap code in a get()
method.
Credit goes to @fartinmartin for the idea and implementation.
Re-write: Output JS looking objects
A full rewrite of the transforms to make it more robust. All of the transformations are now done based on the AST.
Output has been transformed from:
{
"someVariable": value,
"someFunction": function() {},
}
To:
{
someVariable: value,
someFunction() {}
}
To improve readability and syntax highlighting.
Fix: `separateExportsWithCommas` error
v1.1.5 1.1.5
Remove comma on last export
v1.1.4 1.1.4
Publish with np
Just published automatically using np
package.