Releases: SafalPandey/parse-import
0.0.14
0.0.13
0.0.12
Changelog
9b40f5e 0.0.12
c66df41 Add Imports data in updateMap service
0772905 Add Imports field to ImportInfo struct
02df90e Add IsEntrypoint field in MapNode struct
bd2d7cb Merge pull request #9 from SafalPandey/imports-data
9fd8c5a Modify CreateEntrypointMap -> SetEntrypoints
e16946b Send importer's data along with imported module's data
4732270 Support no-indent flag to format output
49defe7 Update README
3c7adbd Update README.md
e7d517e Update output file structure to make it a flat JSON
0.0.11
Changelog
73853df 0.0.11
7a178f2 Create functions to validate and create map for entrypoints
2b0eccc Make ParseImport a pure function
f3cd2ee Merge pull request #8 from SafalPandey/output-entrypoint
0f4f840 Update output in docs
1fa23f3 Update output json format to include 'entrypoints' key
33b08bb Use new core functions in main
62630a9 Use updated ParseImport in main