File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11const typescriptBlueprintPolyfill = require ( 'ember-cli-typescript-blueprint-polyfill' ) ;
2- const EMBER_TYPESCRIPT_BLUEPRINTS = false ;
2+ const EMBER_TYPESCRIPT_BLUEPRINTS = true ;
33
44function canEmitTypeScript ( ) {
55 return 'EMBER_TYPESCRIPT_BLUEPRINTS' in process . env
6- ? process . env . EMBER_TYPESCRIPT_BLUEPRINTS
6+ ? process . env . EMBER_TYPESCRIPT_BLUEPRINTS === 'true'
77 : EMBER_TYPESCRIPT_BLUEPRINTS ;
88}
99
Original file line number Diff line number Diff line change 4545 "lint:eslint:fix" : " npm-run-all \" lint:eslint --fix\" " ,
4646 "lint:fix" : " npm-run-all lint:*:fix" ,
4747 "test" : " node bin/run-tests.js" ,
48- "test:blueprints:js" : " mocha node-tests/blueprints/**/*- test.js " ,
49- "test:blueprints:ts" : " EMBER_TYPESCRIPT_BLUEPRINTS=true yarn test: blueprints: js" ,
48+ "test:blueprints:js" : " EMBER_TYPESCRIPT_BLUEPRINTS=false yarn test:blueprints:ts " ,
49+ "test:blueprints:ts" : " mocha node-tests/ blueprints/**/*-test. js" ,
5050 "test:blueprints" : " yarn test:blueprints:js && yarn test:blueprints:ts" ,
5151 "test:node" : " qunit tests/node/**/*-test.js" ,
5252 "test:browserstack" : " node bin/run-browserstack-tests.js" ,
You can’t perform that action at this time.
0 commit comments