You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't emit goog.forwardDeclare if goog.module conversion is disabled.
This is useful for JS projects that use (1) Closure Compiler and (2) ES6 modules (not Closure modules) that wish to incrementally start including TS files while preserving existing toolchain.
We no longer goog.forwardDeclare, we goog.requireType. That probably means the same thing for this bug, but I think it then ends up being a dup of #1061, please correct me if I'm wrong!
Don't emit goog.forwardDeclare if goog.module conversion is disabled.
This is useful for JS projects that use (1) Closure Compiler and (2) ES6 modules (not Closure modules) that wish to incrementally start including TS files while preserving existing toolchain.
TODOs per discussion with @mprobst:
googmodule
is false, short circuit emittance ofgetForwardDeclareText()
Context: #758
The text was updated successfully, but these errors were encountered: