{"id":16235817,"url":"https://github.com/lukethacoder/lwc-nested-import-bug","last_synced_at":"2025-04-08T08:24:32.936Z","repository":{"id":164238023,"uuid":"639672107","full_name":"lukethacoder/lwc-nested-import-bug","owner":"lukethacoder","description":"small reproduction of nested import bug","archived":false,"fork":false,"pushed_at":"2023-05-12T01:34:52.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-14T05:25:36.278Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukethacoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-12T01:11:02.000Z","updated_at":"2023-05-12T01:20:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a2974e8-c589-4f8b-aa58-5ae802c2fef4","html_url":"https://github.com/lukethacoder/lwc-nested-import-bug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukethacoder%2Flwc-nested-import-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukethacoder%2Flwc-nested-import-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukethacoder%2Flwc-nested-import-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukethacoder%2Flwc-nested-import-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukethacoder","download_url":"https://codeload.github.com/lukethacoder/lwc-nested-import-bug/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247802447,"owners_count":20998583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T13:27:41.272Z","updated_at":"2025-04-08T08:24:32.919Z","avatar_url":"https://github.com/lukethacoder.png","language":"JavaScript","readme":"# lwc-nested-import-bug\n\nsmall reproduction of nested import bug\n\nTracking issue [salesforce/lwc/issues/3495](https://github.com/salesforce/lwc/issues/3495)\n\n\n### Folder Structure\n```\n.\n└── modules/c/\n    ├── app/\n    │   ├── app.html\n    │   ├── app.js\n    │   └── app.js-meta.xml\n    └── chartUtils/\n        ├── controllers/\n        │   ├── example_controller.js\n        │   └── index.js\n        ├── chartUtils.js\n        └── chartUtils.js-meta.xml\n```\n\n\n### Error Message\n```\nRunning LWR at: http://localhost:3000 | mode: dev\n\n[info] Watching: C:\\PATH_TO_REPO\\lwc-nested-import-bug\\local\\layouts\\main.njk\n[info] Watching: C:\\PATH_TO_REPO\\lwc-nested-import-bug\\modules\\c\\app\\app.js\n[info] Watching: C:\\PATH_TO_REPO\\lwc-nested-import-bug\\modules\\c\\app\\app.html\n[info] Watching: C:\\PATH_TO_REPO\\lwc-nested-import-bug\\modules\\c\\chartUtils\\chartUtils.js\nError: Unable to find file \"C:\\PATH_TO_REPO\\lwc-nested-import-bug\\modules\\c\\chartUtils\\example_controller\"\n\n    at resolveFileExtension (file:///PATH_TO_REPO/lwc-nested-import-bug/node_modules/.pnpm/@lwrjs+shared-utils@0.9.4_@locker+compiler@0.18.14_chokidar@3.5.3_esbuild@0.9.7_rollup@2.45.2/node_modules/@lwrjs/shared-utils/build/es/fs.js:53:15)\n\n    at LwcModuleProvider.createModuleEntry (file:///PATH_TO_REPO/lwc-nested-import-bug/node_modules/.pnpm/@lwrjs+lwc-module-provider@0.9.4_@babel+core@7.21.8_@locker+compiler@0.18.14_chokidar@3.5.3_esbuild@0.9.7_rollup@2.45.2/node_modules/@lwrjs/lwc-module-provider/build/es/index.js:209:24)\n\n    at file:///PATH_TO_REPO/lwc-nested-import-bug/node_modules/.pnpm/@lwrjs+lwc-module-provider@0.9.4_@babel+core@7.21.8_@locker+compiler@0.18.14_chokidar@3.5.3_esbuild@0.9.7_rollup@2.45.2/node_modules/@lwrjs/lwc-module-provider/build/es/index.js:145:25\n\n    at InflightTasks.execute (file:///PATH_TO_REPO/lwc-nested-import-bug/node_modules/.pnpm/@lwrjs+shared-utils@0.9.4_@locker+compiler@0.18.14_chokidar@3.5.3_esbuild@0.9.7_rollup@2.45.2/node_modules/@lwrjs/shared-utils/build/es/tasks.js:83:23)\n\n    at LwcModuleProvider.getModuleEntry (file:///PATH_TO_REPO/lwc-nested-import-bug/node_modules/.pnpm/@lwrjs+lwc-module-provider@0.9.4_@babel+core@7.21.8_@locker+compiler@0.18.14_chokidar@3.5.3_esbuild@0.9.7_rollup@2.45.2/node_modules/@lwrjs/lwc-module-provider/build/es/index.js:144:48)\n\n    at LwrModuleRegistry.delegateGetModuleEntryOnServices (file:///PATH_TO_REPO/lwc-nested-import-bug/node_modules/.pnpm/@lwrjs+module-registry@0.9.4_chokidar@3.5.3_esbuild@0.9.7/node_modules/@lwrjs/module-registry/build/es/index.js:226:43)\n\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n\n    at async resolveRelativeImport (file:///PATH_TO_REPO/lwc-nested-import-bug/node_modules/.pnpm/@lwrjs+module-registry@0.9.4_chokidar@3.5.3_esbuild@0.9.7/node_modules/@lwrjs/module-registry/build/es/module-record.js:20:35)\n\n    at async getModuleRecord (file:///PATH_TO_REPO/lwc-nested-import-bug/node_modules/.pnpm/@lwrjs+module-registry@0.9.4_chokidar@3.5.3_esbuild@0.9.7/node_modules/@lwrjs/module-registry/build/es/module-record.js:75:44)\n\n    at async LwrModuleRegistry.createModuleDefinition (file:///PATH_TO_REPO/lwc-nested-import-bug/node_modules/.pnpm/@lwrjs+module-registry@0.9.4_chokidar@3.5.3_esbuild@0.9.7/node_modules/@lwrjs/module-registry/build/es/index.js:116:30)\n\n[info] Watching: C:\\PATH_TO_REPO\\lwc-nested-import-bug\\modules\\c\\chartUtils\\controllers\\index.js\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukethacoder%2Flwc-nested-import-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukethacoder%2Flwc-nested-import-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukethacoder%2Flwc-nested-import-bug/lists"}