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
The Closure Compiler web API could be used for checking code. We could accept a url of the coffeescript source dir for a GitHub repo which we could then run a type check on.
Possibly similar to the bots which roam GitHub and submit style fix pull requests.
The key would be to reduce the requirement for boilerplate annotations. The most taxing are:
constructor: (options) -> when using initialize method in Backbone
Completed externs files for Backbone/Underscore
The text was updated successfully, but these errors were encountered:
The Closure Compiler web API could be used for checking code. We could accept a url of the coffeescript source dir for a GitHub repo which we could then run a type check on.
Possibly similar to the bots which roam GitHub and submit style fix pull requests.
The key would be to reduce the requirement for boilerplate annotations. The most taxing are:
constructor: (options) ->
when usinginitialize
method in BackboneThe text was updated successfully, but these errors were encountered: