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
Since we are moving in the direction of supporting tsickle prod output being consumed by nodejs programs, we need to support the goog.require rewrites even for dynamic import (which are technically not supported by the closure's optimizer).
Since we are moving in the direction of supporting tsickle prod output being consumed by nodejs programs, we need to support the goog.require rewrites even for dynamic import (which are technically not supported by the closure's optimizer).
For example, the emit of this code should be
https://github.com/bazelbuild/rules_typescript/blob/master/internal/tsc_wrapped/tsc_wrapped.ts#L285
Or maybe tsickle should be rejecting dynamic imports, in any case it should not be emitting broken requires.
The text was updated successfully, but these errors were encountered: