summaryrefslogtreecommitdiff
path: root/cli/swc_util.rs
AgeCommit message (Collapse)Author
2020-04-30feat: add SWC dependency analyzer (#5015)Bartek Iwańczuk
This commit adds "analyze_dependencies" function that uses SWC (by the means of AstParser) to perform analysis of static and dynamic imports.
2020-04-27refactor: factor out AstParser from DocParser (#4923)Bartek Iwańczuk