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
Not sure whether to place it here, in systemjs/systemjs or frankwallis/plugin-typescript
It is related to systemjs 0.20.x used in the latest version
systemjs calls the setters function of the plugin with a [ModuleNamespace]
However, it looks like it needed the [ModuleNamespace].default to set the proper value.
I can not figure out how it is supposed to work and whether systemjs or the plugin needs adjustments. Or whether I am doing things wrong.
The text was updated successfully, but these errors were encountered:
Not sure whether to place it here, in systemjs/systemjs or frankwallis/plugin-typescript
It is related to systemjs 0.20.x used in the latest version
systemjs calls the setters function of the plugin with a [ModuleNamespace]
However, it looks like it needed the [ModuleNamespace].default to set the proper value.
I can not figure out how it is supposed to work and whether systemjs or the plugin needs adjustments. Or whether I am doing things wrong.
The text was updated successfully, but these errors were encountered: