Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 22:41
· 313 commits to main since this release
a04f1d8

Minor Changes

  • #129 e0ae8e3 Thanks @NullVoxPopuli! - Fix issue where sufficiently modern JS would not be parseable by scoped-css' build processes.

    Folks would run in to this if they ship code with untranspiled

    • static initializer blocks
    • private fields

    Both these ecma features are supported everywhere, so it's reasonable that folks would expect their tooling to support parsing those features.