Skip to content

Version 0.2.2

Compare
Choose a tag to compare
@tintinweb tintinweb released this 05 May 12:42
· 5 commits to master since this release
  • add standalone SourceUnit support with dummy workspace
const su = new SourceUnit().fromSource(sourceCode);
console.log(su.imports);