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
With the same typescript .config file I build the project directly with the typescript compiler and then again with this jspm plugin and I get different behavior for enumerations. Perhaps something isn't passing through to the typescript compiler when this plugin is in the middle?
The text was updated successfully, but these errors were encountered:
This is because the plugin uses 'single-file' mode when transpiling the files, so it is not possible to convert enums to their values as the values are not avbailable at transpile time. See here for more info.
With the same typescript .config file I build the project directly with the typescript compiler and then again with this jspm plugin and I get different behavior for enumerations. Perhaps something isn't passing through to the typescript compiler when this plugin is in the middle?
The text was updated successfully, but these errors were encountered: