File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import eslintConfigPrettier from 'eslint-config-prettier';
2121import qunit from 'eslint-plugin-qunit' ;
2222import n from 'eslint-plugin-n' ;
2323
24- import babelParser from '@babel/eslint-parser' ;
24+ import babelParser from '@babel/eslint-parser/experimental-worker ' ;
2525
2626const esmParserOptions = {
2727 ecmaFeatures : { modules : true } ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import eslintConfigPrettier from 'eslint-config-prettier';
2424import qunit from 'eslint-plugin-qunit' ;
2525import n from 'eslint-plugin-n' ;
2626
27- import babelParser from '@babel/eslint-parser' ;
27+ import babelParser from '@babel/eslint-parser/experimental-worker ' ;
2828
2929const parserOptions = {
3030 esm : {
@@ -34,7 +34,6 @@ const parserOptions = {
3434 } ,
3535 ts : {
3636 projectService : true ,
37- project : true ,
3837 tsconfigRootDir : import . meta. dirname ,
3938 } ,
4039 } ,
Original file line number Diff line number Diff line change 6161 "@warp-drive/json-api" : " 5.8.0" ,
6262 "@warp-drive/legacy" : " 5.8.0" ,
6363 "@warp-drive/utilities" : " 5.8.0<% } %>" ,
64- "babel-plugin-ember-template-compilation" : " ^2.4 .1" ,
64+ "babel-plugin-ember-template-compilation" : " ^3.0 .1" ,
6565 "concurrently" : " ^9.2.1" ,
6666 "decorator-transforms" : " ^2.3.0" ,
6767 "ember-auto-import" : " ^2.11.1" ,
You can’t perform that action at this time.
0 commit comments