Commit 6192935
authored
Corrected the addon file locations for TypeScript projects (#90)
* bugfix: Replaced .js with .ts in publicEntrypoints()
* chore: Updated fixtures
* chore: Added fixtures (hello-world) to test addon-test-support
* bugfix: Created the barrel file for test-support
---------
Co-authored-by: ijlee2 <[email protected]>1 parent b03f3eb commit 6192935
File tree
151 files changed
+2025
-39
lines changed- src
- blueprints/ember-addon/__addonLocation__
- steps
- tests
- fixtures
- ember-container-query-customizations
- input/tests/helpers
- output
- demo-app/tests/helpers
- packages/ember-container-query
- ember-container-query-glint
- input/tests/helpers
- output
- ember-container-query
- test-app/tests/helpers
- ember-container-query-javascript
- input/tests/helpers
- output/test-app/tests/helpers
- ember-container-query-scoped
- input/tests/helpers
- output
- ember-container-query
- test-app/tests/helpers
- ember-container-query-typescript
- input/tests/helpers
- output
- ember-container-query
- test-app/tests/helpers
- hello-world
- input
- addon-test-support
- components
- addon
- components
- app
- components
- tests
- dummy
- app
- components
- controllers
- helpers
- models
- routes
- styles
- templates
- config
- public
- helpers
- integration
- components
- unit
- types
- dummy
- output
- hello-world
- src
- components
- test-support/components
- unpublished-development-types
- test-app
- app
- components
- controllers
- helpers
- models
- routes
- styles
- templates
- config
- public
- tests
- helpers
- integration
- components
- unit
- types
- test-app
- new-v1-addon-customizations
- input
- tests/helpers
- types/dummy
- output
- demo-app
- tests/helpers
- types/demo-app-for-new-v1-addon
- packages/new-v1-addon
- new-v1-addon-javascript
- input/tests/helpers
- output/test-app/tests/helpers
- new-v1-addon-npm
- input/tests/helpers
- output/test-app/tests/helpers
- new-v1-addon-pnpm
- input/tests/helpers
- output/test-app/tests/helpers
- new-v1-addon-typescript
- input
- tests/helpers
- types/dummy
- output
- new-v1-addon
- test-app
- tests/helpers
- types/test-app
- steps/create-files-from-blueprints
- customizations/output/packages/ember-container-query
- glint/output/ember-container-query
- npm/output/ember-container-query
- pnpm/output/ember-container-query
- scoped/output/ember-container-query
- typescript/output/ember-container-query
- index/hello-world
- steps/move-addon-files
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
151 files changed
+2025
-39
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
29 | 41 | | |
30 | 42 | | |
31 | 43 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments