packages/plugin-pha/src/manifestHelpers.ts (5 lines): - line 259: // TODO: iOS issue - line 260: // TODO: should remove it in PHA 2.x - line 263: // TODO: Android issue - line 264: // TODO: should remove it in PHA 2.x - line 438: // TODO: frames key may conflict with other page keys packages/webpack-config/src/index.ts (3 lines): - line 59: // FIXME: https://github.com/ice-lab/ice-next/issues/217, https://github.com/ice-lab/ice-next/issues/199 - line 226: // TODO: add more fallback module - line 351: // FIXME when hydration error is not occurred in HMR. packages/runtime/src/singleRouter.tsx (2 lines): - line 213: // TODO: casesensitive is not support yet. - line 221: // TODO: Can this as be avoided? packages/runtime/src/index.ts (1 line): - line 83: // @TODO: remove unstable prefix or refactor. packages/miniapp-runtime/src/app/runClientApp.tsx (1 line): - line 32: // TODO: transform routes to pages in miniappManifest packages/runtime/src/AppErrorBoundary.tsx (1 line): - line 26: // TODO: Show the error message and the error stack. packages/plugin-pha/src/index.ts (1 line): - line 66: // TODO: get route manifest by API. packages/shared-config/src/unPlugins/redirectImport.ts (1 line): - line 150: // TODO: Add file name detail. packages/plugin-miniapp/src/targets/ali/template.ts (1 line): - line 58: // TODO: vue 模式暂时不支持 packages/ice/src/esbuild/transformPipe.ts (1 line): - line 64: // TODO: support unplugin context such as parse / emitFile packages/ice/src/utils/formatWebpackMessages.ts (1 line): - line 40: // TODO: move this to our ESLint formatter? packages/plugin-miniapp/src/constant.ts (1 line): - line 22: // TODO: add kuaishou packages/plugin-miniapp/src/miniapp/index.ts (1 line): - line 77: // FIXME: enable cache will cause error, disable it temporarily packages/plugin-miniapp/src/targets/index.ts (1 line): - line 8: // TODO: Add KUAISHOU_MINIPROGRAM. packages/miniapp-runtime/src/app/suspense.ts (1 line): - line 5: // TODO: 小程序场景下仅为套壳函数,暂不支持 useSuspenseData packages/webpack-config/src/webpackPlugins/AssetsManifestPlugin.ts (1 line): - line 69: // FIXME: append data-loader to the entry by hard code packages/ice/src/service/config.ts (1 line): - line 190: // FIXME: when run multiple test cases, this config will not be reset. packages/miniapp-runtime/src/dom/node.ts (1 line): - line 110: * @TODO 等待完整 innerHTML 实现 packages/webpack-config/src/config/css.ts (1 line): - line 2: // FIXME when resolve mini-css-extract-plugin symbol in test packages/plugin-pha/src/generateManifest.ts (1 line): - line 71: // TODO: PHA Worker should deal with url which load by script element. packages/ice/src/utils/getCSSModuleIdent.ts (1 line): - line 16: // TODO: move this logic to getCSSModuleLocalIdent. packages/miniapp-runtime/src/dom/document.ts (1 line): - line 72: // @TODO: @PERF: 在 hydrate 移除掉空的 node packages/plugin-miniapp/src/index.ts (1 line): - line 10: // TODO: specify the config type of native. packages/route-manifest/src/index.ts (1 line): - line 48: // TODO: 暂不支持 .md/.mdx 文件,需要工程配合 website/config/navbar.js (1 line): - line 17: // @TODO: 需要补充示例内容 packages/runtime/src/runServerApp.tsx (1 line): - line 177: // @TODO: document should have it's own context, not shared with app.