0.1.7 • Published 4 years ago
@vuensight/parser v0.1.7
@vuensight/parser
The parser extracts information about component dependencies as well as their used props/events/slots of a given Vue.js project.
Development
Compile typescript files to dist folder
npm run buildRun eslint
npm run lintRun unit tests + coverage
npm testRun unit test watcher
npm run test:watch