Commit 746c269
authored
Documented the case of a scoped package (#17)
* chore: Added test fixtures
* chore: Added tests
* bugfix: Updated the regular expression for finding old paths
* chore: Updated test fixtures
* bugfix: Listed the locations of the addon and test-app in the workspaces field
* chore: Updated test fixtures
* chore: Standardized test setup (create-options)
---------
Co-authored-by: ijlee2 <[email protected]>1 parent fcbec28 commit 746c269
File tree
531 files changed
+40107
-153
lines changed- src
- blueprints/ember-addon
- migration/ember-addon/steps
- tests
- fixtures
- ember-container-query-customizations/output
- packages/ember-container-query/src/helpers
- ember-container-query-glint/output/ember-container-query/src/helpers
- ember-container-query-scoped
- input
- .github
- ISSUE_TEMPLATE
- workflows
- addon
- components
- helpers
- modifiers
- styles
- app
- components
- helpers
- modifiers
- tests
- acceptance
- album
- dashboard
- form
- index
- not-found
- dummy
- app
- components
- tracks
- ui
- form
- widgets
- widget-1
- widget-2
- widget-3
- tour-schedule
- widget-4
- memo
- config
- controllers
- data
- helpers
- models
- modifiers
- routes
- styles
- templates
- utils
- components/widgets
- routes
- config
- public
- assets
- images/widgets
- widget-3
- widget-4
- material-design-icons
- helpers
- integration
- components
- container-query
- tracks
- ui
- form
- widgets
- helpers
- modifiers
- unit
- utils/components/widgets
- types
- dummy
- output
- .github
- ISSUE_TEMPLATE
- workflows
- ember-container-query
- src
- components
- helpers
- modifiers
- styles
- unpublished-development-types
- test-app
- app
- components
- tracks
- ui
- form
- widgets
- widget-1
- widget-2
- widget-3
- tour-schedule
- widget-4
- memo
- config
- controllers
- data
- helpers
- models
- modifiers
- routes
- styles
- templates
- utils
- components/widgets
- routes
- config
- public
- assets
- images/widgets
- widget-3
- widget-4
- material-design-icons
- tests
- acceptance
- album
- dashboard
- form
- index
- not-found
- helpers
- integration
- components
- container-query
- tracks
- ui
- form
- widgets
- helpers
- modifiers
- unit
- utils/components/widgets
- types
- test-app
- ember-container-query-typescript/output/ember-container-query/src/helpers
- new-v1-addon-customizations/output
- steps
- create-files-from-blueprint
- customizations/output
- scoped/output
- ember-container-query
- unpublished-development-types
- test-app
- types
- update-addon-package-json/scoped
- input/ember-container-query
- output/ember-container-query
- update-addon-tsconfig-json/scoped
- input/ember-container-query
- output/ember-container-query
- update-test-app-package-json/scoped
- input/test-app
- output/test-app
- update-test-app-tsconfig-json/scoped
- input/test-app
- output/test-app
- use-relative-paths/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
- migration/ember-addon
- index/ember-container-query
- steps
- create-files-from-blueprint
- create-options
- update-addon-package-json
- update-addon-tsconfig-json
- update-test-app-package-json
- update-test-app-tsconfig-json
- 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.
531 files changed
+40107
-153
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments