This repository was archived by the owner on Dec 4, 2022. It is now read-only.
v2.0.0
- update node-source-walk package to support
<>
jsx syntax by Babel - support mix syntax of typescript and javascript inside .ts file
- fix ampersand and minus sings causing parse error in css files
- fix dependency resolver cache to not be accidentally overridden
- fix a warning about mismatch typescript versions
- replace the deprecated typescript-eslint-parser with @typescript-eslint/typescript-estree
- replace css parser (gonzales-pe -> css-tree) for better import syntax support
- expose precinct lib as getDependenciesFromSource
- replace Caporal package with Commander to parse cli input
- update mocha-appveyor-reporter for security reasons
- support other script languages (such as typescript) inside Vue files
- utilize the cache mechanism of dependency-tree to cache resolved dependencies
- fix resolving npm paths to be linked to the correct file
- fix symlinks to node_modules to be recognized as modules instead of files
- fix get-dependency command to cache processed files
- improve the scalability of the dependency resolution
- add detective-css (before it was using detective-sass for css files)
- avoid suppressing parsing errors for css, sass, scss and less