Skip to content

Releases: motiondeveloper/rollup-plugin-ae-jsx

v2.1.1

21 Oct 05:30
Compare
Choose a tag to compare
  • fix: keep expression statements in the body of wrapped code db5ba94

v2.1.0...v2.1.1

Add `wrap` option

21 Oct 03:40
Compare
Choose a tag to compare

Add an option to wrap code in a get() method.

Credit goes to @fartinmartin for the idea and implementation.

v2.0.0...v2.1.0

Re-write: Output JS looking objects

23 Sep 23:13
Compare
Choose a tag to compare

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

24 Aug 06:59
Compare
Choose a tag to compare

Remove comma on last export

24 Aug 06:49
Compare
Choose a tag to compare

Publish with np

12 Aug 05:12
Compare
Choose a tag to compare

Just published automatically using np package.