Skip to content

Commit 1302135

Browse files
NullVoxPopuliclaude
andcommitted
Address review: drop modulePrefix from scenario app
modulePrefix was only ever read by Namespace#toString for debug names, not by the strict resolver itself — the resolver keys off relative module paths. Dropping it alongside the unused config import keeps the scenario honest about what the strict resolver actually needs from an app. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent 2609f4f commit 1302135

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

smoke-tests/scenarios/strict-resolver-substates-test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ strictAppScenarios
2020
'app.js': `
2121
import Application from '@ember/application';
2222
import Router from './router';
23-
import config from 'v2-app-template/config/environment';
2423
2524
export default class App extends Application {
26-
modulePrefix = config.modulePrefix;
27-
2825
modules = {
2926
'./router': { default: Router },
3027
...import.meta.glob('./services/**/*.{js,ts}', { eager: true }),

0 commit comments

Comments
 (0)