ignore user whitespace when splitting up module declaration - fixes #906

This commit is contained in:
Sebastian McKenzie
2015-02-27 15:25:13 +11:00
parent 166b2eda87
commit a4382580fc
17 changed files with 43 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ System.register([], function (_export) {
_export("default", foo);
function foo() {}
return {
setters: [],
execute: function () {

View File

@@ -4,6 +4,7 @@ System.register([], function (_export) {
_export("foo7", foo7);
function foo7() {}
return {
setters: [],
execute: function () {