Skip to content

Commit

Permalink
Use .mjs extension for exported ES6 parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamenco committed Apr 4, 2024
1 parent 3c1bc9c commit 23ffc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/online.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ $(document).ready(function() {
})

var blob = new Blob([esSource], {type: "application/javascript"});
window.saveAs(blob, "parser.js");
window.saveAs(blob, "parser.mjs");
} catch (e) {
console.error('Unable to save parser', e);
}
Expand Down

0 comments on commit 23ffc3e

Please sign in to comment.