突然出现的编译错误:"export 'getEllipsisText' was not found in '@antv/util' #3696
mogudy posted onGitHub
<!-- Thank you for reporting an issue. 1. It's RECOMMENDED to submit PR for typo or tiny bug fix. 2. If this's a FEATURE request, please provide: details, pseudo codes if necessary. 3. If this's a BUG, please provide: course repetition, error log and configuration. Fill in as much of the template below as you're able. 4. It will be nice to use to provide a CodePen Link which can reproduce the issue, we provide a CodePen template g2-github-issue. 感谢您向我们反馈问题。 1. 提交问题前,请先阅读 https://antv.alipay.com/zh-cn/g2/3.x/index.html 上的文档。 2. 我们推荐如果是小问题(错别字修改,小的 bug fix)直接提交 PR。 3. 如果是一个新需求,请提供:详细需求描述,最好是有伪代码实现。 4. 如果是一个 BUG,请提供:复现步骤,错误日志以及相关配置,并尽量填写下面的模板中的条目。 5. 如果可以,请提供尽可能精简的 CodePen 链接,可使用 CodePen 模板 https://codepen.io/leungwensen/pen/WXJgox,方便我们排查问题。 6. 扩展阅读:如何向开源项目提交无法解答的问题 -->
- G2 Version: "@antv/data-set": "0.11.8", "@antv/g2": "4.1.25", "@antv/util": "2.0.14",
- Platform:
"@angular/animations": "
11.2.14", "@angular/common": "11.2.14", "@angular/compiler": "11.2.14", "@angular/core": "11.2.14", "@angular/forms": "11.2.14", "@angular/platform-browser": "11.2.14", "@angular/platform-browser-dynamic": "11.2.14", "@angular/router": "11.2.14", - Mini Showcase(like screenshots):
- CodePen Link: codePen 可能没法重现编译错误,所以我用 ng 生成了一个最小系统,引用了 antv:
下面是用这个最小系统编译失败的截图:
<!-- Enter your issue details below this comment. -->
之前出现过 antv G2 小版本升级后编译不通过的现象,经过测试,找到了上面这个版本搭配,是可以编译通过的。 但同一份代码引用,27 天前 CI 编译正常; 今天新拉了一份,出现了编译错误:
Error: ./node_modules/@antv/component/esm/util/label.js 71:27-42
487s
277 "export 'getEllipsisText' was not found in '@antv/util'
487s
278 at HarmonyImportSpecifierDependency._getErrors (/drone/src/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js:109:11)
487s
279 at HarmonyImportSpecifierDependency.getErrors (/drone/src/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js:68:16)
487s
280 at Compilation.reportDependencyErrorsAndWarnings (/drone/src/node_modules/webpack/lib/Compilation.js:1463:22)
488s
281 at /drone/src/node_modules/webpack/lib/Compilation.js:1258:10
488s
282 at _next0 (eval at create (/drone/src/node_modules/webpack/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:43:1)
488s
283 at eval (eval at create (/drone/src/node_modules/webpack/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:57:1)
488s
284 at runMicrotasks (<anonymous>)
488s
285 at processTicksAndRejections (node:internal/process/task_queues:96:5)