We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ yarn google-closure-compiler --js=./src/index.js --js_output_file=./dist/index.js --compilation_level=ADVANCED --jscomp_off=checkVars --language_out=ECMASCRIPT_2017 $ /Users/duh/dev/speedometer-pwa/node_modules/.bin/google-closure-compiler --js=./src/index.js --js_output_file=./dist/index.js --compilation_level=ADVANCED --jscomp_off=checkVars --language_out=ECMASCRIPT_2017 ./src/index.js:88: WARNING - Property getWakeLock never defined on Navigator navigator.getWakeLock("screen").then((wakeLock) => { ^^^^^^^^^^^
0 error(s), 1 warning(s), 94.6% typed $ yarn google-closure-compiler --js=./src/service-worker.js --js_output_file=./dist/service-worker.js --compilation_level=ADVANCED --jscomp_off=checkVars --allow_method_call_decomposing --language_out=ECMASCRIPT_2017 $ /Users/duh/dev/speedometer-pwa/node_modules/.bin/google-closure-compiler --js=./src/service-worker.js --js_output_file=./dist/service-worker.js --compilation_level=ADVANCED --jscomp_off=checkVars --allow_method_call_decomposing --language_out=ECMASCRIPT_2017 ./src/service-worker.js:15: WARNING - Property skipWaiting never defined on Window self.skipWaiting(); ^^^^^^^^^^^
0 error(s), 1 warning(s), 53.6% typed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ yarn google-closure-compiler --js=./src/index.js --js_output_file=./dist/index.js --compilation_level=ADVANCED --jscomp_off=checkVars --language_out=ECMASCRIPT_2017
$ /Users/duh/dev/speedometer-pwa/node_modules/.bin/google-closure-compiler --js=./src/index.js --js_output_file=./dist/index.js --compilation_level=ADVANCED --jscomp_off=checkVars --language_out=ECMASCRIPT_2017
./src/index.js:88: WARNING - Property getWakeLock never defined on Navigator
navigator.getWakeLock("screen").then((wakeLock) => {
^^^^^^^^^^^
0 error(s), 1 warning(s), 94.6% typed
$ yarn google-closure-compiler --js=./src/service-worker.js --js_output_file=./dist/service-worker.js --compilation_level=ADVANCED --jscomp_off=checkVars --allow_method_call_decomposing --language_out=ECMASCRIPT_2017
$ /Users/duh/dev/speedometer-pwa/node_modules/.bin/google-closure-compiler --js=./src/service-worker.js --js_output_file=./dist/service-worker.js --compilation_level=ADVANCED --jscomp_off=checkVars --allow_method_call_decomposing --language_out=ECMASCRIPT_2017
./src/service-worker.js:15: WARNING - Property skipWaiting never defined on Window
self.skipWaiting();
^^^^^^^^^^^
0 error(s), 1 warning(s), 53.6% typed
The text was updated successfully, but these errors were encountered: