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
Actually, it seems to generate the correct Javascript so nvm on this being a blocking issue, it's actually just a warning that should not be there so fixing would prevent confusion for others.
It seems that TypeScript implementation in FiddleSalad is not targeting ES5 syntax and therefore cannot use several TS features like properties:
"Property accessors are only available when targeting ES5 or greater."
From the following:
class SomeBackboneModel extends Backbone.Model {
}
It should be trivial to correct this so please do, thanks!
The text was updated successfully, but these errors were encountered: