Skip to content

Commit

Permalink
end sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Aug 8, 2019
1 parent 69dca46 commit 068479a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 76 deletions.
10 changes: 1 addition & 9 deletions packages/moon-browser/dist/moon-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,6 @@
* @returns {string} file code
*/


function compile(input) {
var output = "";
var variable = 0;
Expand Down Expand Up @@ -1189,14 +1188,7 @@
prelude += ";";
}

return {
code: prelude + output,
map: {
version: 3,
names: [],
mappings: mappings
}
};
return prelude + output;
}

var compiler = {
Expand Down
2 changes: 1 addition & 1 deletion packages/moon-browser/dist/moon-browser.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions packages/moon-compiler/dist/moon-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,6 @@
* @returns {string} file code
*/


function compile(input) {
var output = "";
var variable = 0;
Expand Down Expand Up @@ -1195,14 +1194,7 @@
prelude += ";";
}

return {
code: prelude + output,
map: {
version: 3,
names: [],
mappings: mappings
}
};
return prelude + output;
}

var index = {
Expand Down
Loading

0 comments on commit 068479a

Please sign in to comment.