Skip to content

Instantly share code, notes, and snippets.

@scottwrobinson
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottwrobinson/e7f34b9fced0a1c36b05 to your computer and use it in GitHub Desktop.
Save scottwrobinson/e7f34b9fced0a1c36b05 to your computer and use it in GitHub Desktop.
Follow directions described by comments on lines 482 and 489 to recreate SublimeLinter-jshint issue #70
"use strict";
var Document = require('camo').Document;
class Source extends Document {
constructor() {
super();
// BUG: Type 'this.a' below to recreate: https://github.com/SublimeLinter/SublimeLinter-jshint/issues/70
// Setup: jshint v2.5.11, sublimelinter-jshint v1.2.1, io.js 2.2.1
}
}
module.exports = Source;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment