File tree Expand file tree Collapse file tree
packages/which-heading-do-i-need Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 "@babel/core" : " ^7.28.5" ,
6363 "@babel/plugin-transform-runtime" : " ^7.28.5" ,
6464 "@babel/plugin-transform-typescript" : " ^7.28.5" ,
65+ "@babel/runtime" : " ^7.28.4" ,
6566 "@ember/app-tsconfig" : " ^1.0.0" ,
6667 "@ember/optional-features" : " ^2.3.0" ,
6768 "@ember/string" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1111 "files" : [
1212 " addon-main.cjs" ,
1313 " dist" ,
14+ " src" ,
1415 " declarations"
1516 ],
1617 "scripts" : {
5556 "@babel/plugin-syntax-decorators" : " ^7.27.1" ,
5657 "@babel/plugin-transform-class-static-block" : " ^7.27.1" ,
5758 "@babel/plugin-transform-private-methods" : " ^7.27.1" ,
59+ "@babel/plugin-transform-typescript" : " ^7.28.5" ,
5860 "@babel/preset-typescript" : " ^7.28.5" ,
5961 "@ember/library-tsconfig" : " ^2.0.0" ,
6062 "@ember/test-helpers" : " ^5.4.1" ,
Original file line number Diff line number Diff line change @@ -13,21 +13,6 @@ module.exports = {
1313 onlyRemoveTypeImports : true ,
1414 } ,
1515 ] ,
16- [
17- 'babel-plugin-ember-template-compilation' ,
18- {
19- targetFormat : 'hbs' ,
20- transforms : [ ] ,
21- } ,
22- ] ,
23- [
24- 'module:decorator-transforms' ,
25- {
26- runtime : {
27- import : 'decorator-transforms/runtime-esm' ,
28- } ,
29- } ,
30- ] ,
3116 ] ,
3217
3318 generatorOpts : {
Original file line number Diff line number Diff line change 4040 },
4141 "devDependencies" : {
4242 "@babel/core" : " ^7.28.5" ,
43+ "@babel/plugin-transform-runtime" : " ^7.28.5" ,
44+ "@babel/plugin-transform-typescript" : " ^7.28.5" ,
4345 "@ember/app-tsconfig" : " ^1.0.0" ,
4446 "@ember/optional-features" : " ^2.3.0" ,
4547 "@ember/string" : " ^4.0.0" ,
6163 "@types/eslint__js" : " ^9.14.0" ,
6264 "@types/qunit" : " ^2.19.10" ,
6365 "@types/rsvp" : " ^4.0.9" ,
66+ "babel-plugin-ember-template-compilation" : " ^3.0.1" ,
6467 "broccoli-asset-rev" : " ^3.0.0" ,
6568 "concurrently" : " ^9.2.1" ,
6669 "ember-cli" : " ~6.9.1" ,
7477 "ember-disable-prototype-extensions" : " ^1.1.3" ,
7578 "ember-load-initializers" : " ^3.0.1" ,
7679 "ember-modifier" : " ^4.2.2" ,
77- "babel-plugin-ember-template-compilation" : " ^3.0.1" ,
7880 "ember-page-title" : " ^9.0.3" ,
7981 "ember-qunit" : " ^9.0.4" ,
8082 "ember-resolver" : " ^13.1.1" ,
You can’t perform that action at this time.
0 commit comments