Commit f11a87b
Inline dasherize into strict-resolver.ts, drop the string/ directory
Follow-up to review: with cache.js gone, `string.js` was a 9-line file
exporting just dasherize. Inline it as a private helper in
strict-resolver.ts and delete the strict-resolver/ subdirectory (plus
dasherize_test.js — dasherize's behavior is exercised via
resolver.normalize(...) tests in basic-test.js).
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent a54e687 commit f11a87b
4 files changed
Lines changed: 6 additions & 47 deletions
File tree
- packages/@ember/engine
- lib
- strict-resolver
- tests/resolver
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
133 | 138 | | |
134 | 139 | | |
135 | 140 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments