Commit 31b2678
authored
Removed the useRelativePaths step (#25)
* bugfix: Removed useRelativePaths
* chore: Updated tests and test fixtures
* chore: Updated README
---------
Co-authored-by: ijlee2 <[email protected]>1 parent 610d178 commit 31b2678
File tree
134 files changed
+126
-990
lines changed- src/migration/ember-addon
- steps
- tests
- fixtures
- ember-container-query-customizations/output
- demo-app/app
- components
- tracks
- widgets
- widget-2
- widget-3
- tour-schedule
- modifiers
- routes
- utils/components/widgets
- packages/ember-container-query/src
- components
- helpers
- ember-container-query-glint/output
- ember-container-query/src
- components
- helpers
- test-app/app
- components
- tracks
- widgets
- widget-2
- widget-3
- tour-schedule
- modifiers
- routes
- utils/components/widgets
- ember-container-query-javascript/output/test-app/app
- components/widgets
- widget-3/tour-schedule
- modifiers
- routes
- ember-container-query-scoped/output
- ember-container-query/src
- components
- helpers
- test-app/app
- components
- tracks
- widgets
- widget-2
- widget-3
- tour-schedule
- modifiers
- routes
- utils/components/widgets
- ember-container-query-typescript/output
- ember-container-query/src
- components
- helpers
- test-app/app
- components
- tracks
- widgets
- widget-2
- widget-3
- tour-schedule
- modifiers
- routes
- utils/components/widgets
- new-v1-addon-customizations/output/demo-app/app
- new-v1-addon-javascript/output/test-app/app
- new-v1-addon-npm/output/test-app/app
- new-v1-addon-pnpm/output/test-app/app
- new-v1-addon-typescript/output/test-app/app
- steps/use-relative-paths
- customizations
- input
- addon/components
- tests/dummy/app
- components/widgets/widget-3/tour-schedule
- output
- addon/components
- tests/dummy/app
- components/widgets/widget-3/tour-schedule
- javascript
- input
- addon/components
- tests/dummy/app
- components/widgets/widget-3/tour-schedule
- output
- addon/components
- tests/dummy/app
- components/widgets/widget-3/tour-schedule
- scoped
- input
- addon/components
- tests/dummy/app
- components/widgets/widget-3/tour-schedule
- output
- addon/components
- tests/dummy/app
- components/widgets/widget-3/tour-schedule
- typescript
- input
- addon/components
- tests/dummy/app
- components/widgets/widget-3/tour-schedule
- output
- addon/components
- tests/dummy/app
- components/widgets/widget-3/tour-schedule
- migration/ember-addon/steps/use-relative-paths
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
134 files changed
+126
-990
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
119 | | - | |
| 118 | + | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
tests/fixtures/ember-container-query-customizations/output/demo-app/app/components/tracks/table.ts
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments