File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "boss" : true ,
33 "curly" : true ,
44 "eqnull" : true ,
5- "esnext " : true ,
5+ "esversion " : 9 ,
66 "evil" : true ,
77 "futurehostile" : true ,
88 "globals" : {
Original file line number Diff line number Diff line change 7979 "generateNativeCode" : " node generate/scripts/generateNativeCode" ,
8080 "install" : " node lifecycleScripts/preinstall && node lifecycleScripts/install" ,
8181 "installDebug" : " BUILD_DEBUG=true npm install" ,
82- "lint" : " jshint lib test/tests test/utils examples lifecycleScripts" ,
82+ "lint" : " jshint lib test/tests test/utils lifecycleScripts" ,
8383 "mergecov" : " lcov-result-merger 'test/**/*.info' 'test/coverage/merged.lcov' && ./lcov-1.10/bin/genhtml test/coverage/merged.lcov --output-directory test/coverage/report" ,
8484 "mocha" : " mocha --expose-gc test/runner test/tests --timeout 15000" ,
8585 "mochaDebug" : " mocha --expose-gc --debug-brk test/runner test/tests --timeout 15000" ,
You can’t perform that action at this time.
0 commit comments