File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
test/fixtures/app/example-ts Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ const options = {
26
26
'decorators-legacy' ,
27
27
'classPrivateProperties' ,
28
28
'classPrivateMethods' ,
29
+ 'typescript' ,
29
30
] ,
30
31
} ;
31
32
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ module.exports = {
37
37
'layout-name' : {
38
38
'has-layout-name.ts' : [
39
39
'// top-level-component.ts' ,
40
+ 'interface IArgs {key: string}' ,
40
41
'Component.extend({ layoutName: "components/layout-name/layout-name-template" });' ,
41
42
] . join ( '\n' ) ,
42
43
} ,
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ module.exports = {
46
46
'layout-name' : {
47
47
'has-layout-name.ts' : [
48
48
'// top-level-component.ts' ,
49
+ 'interface IArgs {key: string}' ,
49
50
'Component.extend({ layoutName: "components/layout-name/layout-name-template" });' ,
50
51
] . join ( '\n' ) ,
51
52
} ,
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ module.exports = {
22
22
'super-nested-component.ts' : '// nested1/nested2/super-nested-component.ts' ,
23
23
} ,
24
24
} ,
25
-
26
25
// A component with layoutName
27
26
'layout-name' : {
28
27
'has-layout-name.ts' : [
29
28
'// top-level-component.ts' ,
29
+ 'interface IArgs {key: string}' ,
30
30
'Component.extend({ layoutName: "components/layout-name/layout-name-template" });' ,
31
31
] . join ( '\n' ) ,
32
32
} ,
You can’t perform that action at this time.
0 commit comments