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
Ran methodify command on a test repo but throws the following error
app/routes/application.js - Line 3: Unexpected identifier
// routes/application.jsimportEmberfrom'ember';const{ get, set }=Ember;exportdefaultEmber.Route.extend({model: function(){//some stuff},setupController: function(controller,context){//some extra stuffsthis._super(controller,context);}});
Ran
methodify
command on a test repo but throws the following errorapp/routes/application.js - Line 3: Unexpected identifier
Related to #30
The text was updated successfully, but these errors were encountered: