# ES module analysis **Repository Path**: quanqi/es-module-analysis ## Basic Information - **Project Name**: ES module analysis - **Description**: ES module analysis. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-15 - **Last Updated**: 2021-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ES 模块分析 基于 `babel parse` 找出代码中 `export` 语句导出的模块,与 `import` 语句引入的模块。 分析模块的引用关系和引用计数。 参考项目: https://github.com/QuarkGluonPlasma/find-unused-module· Ast 查看工具: https://astexplorer.net/