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
When you for example transpile the semver package, you get all the nice things,
but the JsModule annotations are on file level.
They need to be on element level to work properly though.
In this case the solution was to use the moduleNameMapper, as all the symbols were also available in one uber module.
The text was updated successfully, but these errors were encountered:
When you for example transpile the
semver
package, you get all the nice things,but the
JsModule
annotations are on file level.They need to be on element level to work properly though.
In this case the solution was to use the
moduleNameMapper
, as all the symbols were also available in one uber module.The text was updated successfully, but these errors were encountered: