From 85d7da9a7c1c300b3d6b64cb4ca65a878df25c54 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 9 Nov 2014 18:22:04 +1100 Subject: [PATCH] fix comment space column bug --- lib/6to5/generation/generator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/6to5/generation/generator.js b/lib/6to5/generation/generator.js index ef9d8a7d4f..73cdfc9ab3 100644 --- a/lib/6to5/generation/generator.js +++ b/lib/6to5/generation/generator.js @@ -368,6 +368,7 @@ CodeGenerator.prototype._printComments = function (comments) { if (column && !self.isLast(["\n", " ", "[", "{"])) { self._push(" "); + column++; } //