mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
fixes #1844: bound functions in nested comprehensions
causing empty var statements
This commit is contained in:
parent
a296957771
commit
6d6a5f609a
8 changed files with 51 additions and 30 deletions
|
@ -1,6 +1,6 @@
|
|||
(function() {
|
||||
var Lexer, RESERVED, compile, fs, lexer, parser, path, vm, _ref;
|
||||
var __hasProp = Object.prototype.hasOwnProperty;
|
||||
var Lexer, RESERVED, compile, fs, lexer, parser, path, vm, _ref,
|
||||
__hasProp = Object.prototype.hasOwnProperty;
|
||||
|
||||
fs = require('fs');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue