Javascript 谷歌闭包库&x2013;汇编警告

Javascript 谷歌闭包库&x2013;汇编警告,javascript,google-closure-compiler,google-closure-library,Javascript,Google Closure Compiler,Google Closure Library,我已经使用Google闭包编译器好几年了,但我还没有玩过那么多实际的闭包库 当我编译我的应用程序时,我得到以下警告。引用的代码在库本身中,而不是在我的文件中我想知道我是应该做些什么来修复它们,还是只是等待闭包库贡献者去做。 /Users/Jan/.../closure-library/closure/goog/dom/dom.js:673: WARNING - Property type never defined on attributes delete attributes.

我已经使用Google闭包编译器好几年了,但我还没有玩过那么多实际的闭包库

当我编译我的应用程序时,我得到以下警告。引用的代码在库本身中,而不是在我的文件中我想知道我是应该做些什么来修复它们,还是只是等待闭包库贡献者去做。

/Users/Jan/.../closure-library/closure/goog/dom/dom.js:673:
  WARNING - Property type never defined on attributes
      delete attributes.type;
             ^

/Users/Jan/.../closure-library/closure/goog/dom/dom.js:2396:
  WARNING - assignment to property getFrameContentDocument of goog.dom.DomHelper.prototype
found   : function ((Element|null)): Document
required: function (this:goog.dom.DomHelper, (HTMLFrameElement|HTMLIFrameElement|null)): HTMLDocument
goog.dom.DomHelper.prototype.getFrameContentDocument =
^

/Users/Jan/.../closure-library/closure/goog/fx/animation.js:255:
  WARNING - mismatch of the stop property type and the type of the property it overrides from superclass goog.fx.TransitionBase
original: function (this:goog.fx.TransitionBase, boolean=): ?
override: function (this:goog.fx.Animation, boolean): ?
goog.fx.Animation.prototype.stop = function(gotoEnd) {
^

据我所知,没有什么东西会坏。警告不会只针对一个项目弹出,但我对所有项目都使用相同的库。

您对库和编译器都使用树顶吗?哦,谢谢。我想是的,但它是下载中的最新软件包,而不是当前的提示提交。警告是否仍然存在?不,现在一切正常。谢谢你的提示。