Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update NodeJS externs to head. (emscripten-core#10178)
Fixes warnings with closure compiler: /build/work/720d0796279fe09fc10eefb9ff94c9eb673e/google3/third_party/emscripten/stable/third_party/closure-compiler/node-externs/domain.js:67: WARNING - Bad type annotation. type not recognized due to syntax error. See https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler for more information. * @param {function(...[*])} callback ^ /build/work/720d0796279fe09fc10eefb9ff94c9eb673e/google3/third_party/emscripten/stable/third_party/closure-compiler/node-externs/domain.js:68: WARNING - Bad type annotation. type not recognized due to syntax error. See https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler for more information. * @return {function(...[*])} ^ /build/work/720d0796279fe09fc10eefb9ff94c9eb673e/google3/third_party/emscripten/stable/third_party/closure-compiler/node-externs/domain.js:73: WARNING - Bad type annotation. type not recognized due to syntax error. See https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler for more information. * @param {function(...[*])} callback ^ /build/work/720d0796279fe09fc10eefb9ff94c9eb673e/google3/third_party/emscripten/stable/third_party/closure-compiler/node-externs/domain.js:74: WARNING - Bad type annotation. type not recognized due to syntax error. See https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler for more information. * @return {function(...[*])} ^
- Loading branch information