Releases: dependents/Dependents
Releases · dependents/Dependents
Menu/Code cleanup and Experimental Features
- Shipping an early version of Jump to Definition for ES6 codebases.
JumpToDependency: Simplified internal logic
Should be an invisible change.
More JS performance improvements
v3.5.12 3.5.12
JS perf improvements
Should benefit Find Dependents and View Tree features.
Find Dependents: Perf improvements for JS codebases
The Find Dependents feature should be a few seconds faster in some cases due to some internal reuse of parsed ASTs.
Bug fix
ES6: Support the export ... from syntax for identifying dependencies
ES6: Handle cjs imports within Es6 code
If a codebase uses transpiles es6 code to CJS, those imports are now properly handled.
SASS bugs fixed
Find Dependents, Find Tree, and Find Drivers should work accurately now for .scss/.sass files
Tree ES7/JSX support
It works now! yay
AMD/ES6 Fixes
- Find Dependents: Actually support es7/jsx
- JumpToDependency: Actually support es7/jsx
- AMD: Fixtures for leading slash baseUrl
- AMD: Dependents fix for leading slash baseUrl