Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
I have the same error, fixjsstyle enters a semicolon in this generated
CoffeeScript code:
var __hasProp = {}.hasOwnProperty,
__extends = function(child, parent) { for (var key in parent) { if
(__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() {
this.constructor = child; } ctor.prototype = parent.prototype; child.prototype
= new ctor(); child.__super__ = parent.prototype; return child; }; /** Bad
Semicolon **/,
__slice = [].slice;
This causes automated build tools to break.
This is gjslint 2.3.8 on OS X.
Original comment by Samuel.T...@gmail.com
on 26 Feb 2013 at 9:18
Looks like this is what broke it:
https://code.google.com/p/closure-linter/source/detail?r=20#
Original comment by vihang.m...@gmail.com
on 14 Oct 2014 at 11:25
Original comment by rum...@google.com
on 15 Jan 2015 at 8:56
Original issue reported on code.google.com by
jonas.do...@gmail.com
on 9 Oct 2012 at 9:39