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
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.