orsa-js-language-plugin
v0.0.1
Published
Orsa plugin for Javascript language parsing
Downloads
1
Readme
Orsa Javascript language package
Parses the AST for Javascript classes and React components.
Options
Here are the configuration options under orsa-js-language-plugin
:
| Option | Description |
|-----|----|
| disableStandardMatachers | If true all the standard matchers are disabled and only custom matchers defined with the matchers
key are used. |
| matchers | An array of matcher functions following the matcher function contract |