Skip to content

v0.2.0 Getting Better

Compare
Choose a tag to compare
@aMarCruz aMarCruz released this 24 Sep 02:39
· 43 commits to master since this release

This is a complete re-write with breaking changes but more simple, with less options and more tests.

  • Options: values, prefixes, keepLines, include, exclude, extensions, sourceMap
  • Keywords: set, unset, if, elif, else, endif, ifset, ifnset, error

Now, varnames must match the regex /^_[0-9A-Z][_0-9A-Z]*$/, prefixed with '$' for replacement in the code.

Removal of comments no included, use rollup-plugin-cleanup instead.