Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Locked History Actions

JavaScript/Closure/Compiler

Closure Compiler

参考

コンパイルエラーとその対処

goog.debug.ErrorHandlerでエラー

     [exec] WebContent\closure-library\closure\goog\events\events.js:895: WARNING - Bad type annotation. Unknown type goog.debug.ErrorHandler
     [exec]  * @param {goog.debug.ErrorHandler} errorHandler Error handler with which to
     [exec]            ^
     [exec] 0 error(s), 1 warning(s), 96.1% typed
     [exec] C:\Users\admin\Desktop\eclipse-js\closurePrimer\WebContent\closure-library\closure\bin\build\closurebuilder.py: JavaScript compilation succeeded.

これはどうしようもないようだ。--jscomp_error=checkVarsをjscomp_warningに変更

goog.async.Deferred

     [exec] depstree.NamespaceNotFoundError: Namespace "goog.async.Deferred" never provided. Required in Source WebContent\closure-library\closure\goog\fs\filereader.js

thrird_partyをダウンロードし忘れている。 closure libraryをsubversionからダウンロードするとき、closure以下のみをダウンロードして、その兄弟フォルダのthird_partyフォルダをダウンロードしていない。