JSPM

acorn-private-class-elements

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 203781
  • Score
    100M100P100Q186697F
  • License MIT

Helpers for supporting private class methods and fields in acorn

Package Exports

  • acorn-private-class-elements

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (acorn-private-class-elements) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Helpers for supporting private class methods and fields for Acorn

NPM version

This is a plugin for Acorn - a tiny, fast JavaScript parser, written completely in JavaScript.

It provides helpers for implementing support for private class elements. The emitted AST follows the ESTree experimental Class Features design.

License

This plugin is released under an MIT License.