ignore user whitespace when splitting up module declaration - fixes #906
This commit is contained in:
@@ -4,6 +4,7 @@ System.register([], function (_export) {
|
||||
_export("default", foo);
|
||||
|
||||
function foo() {}
|
||||
|
||||
return {
|
||||
setters: [],
|
||||
execute: function () {
|
||||
|
||||
@@ -4,6 +4,7 @@ System.register([], function (_export) {
|
||||
_export("foo7", foo7);
|
||||
|
||||
function foo7() {}
|
||||
|
||||
return {
|
||||
setters: [],
|
||||
execute: function () {
|
||||
|
||||
Reference in New Issue
Block a user