Skip to content

Commit

Permalink
Manually work around Deno bundler bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredkrinke committed Nov 27, 2021
1 parent 5311066 commit 99a6fc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deps/highlightjs-11.3.1.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var exports = {
var HighlightJS1 = (() => { var exports = {
};
var deepFreezeEs6 = {
exports: {
Expand Down Expand Up @@ -46587,6 +46587,7 @@ hljs.registerLanguage("zephir", _zephir);
hljs.HighlightJS = hljs;
hljs.default = hljs;
exports192 = hljs;
var HighlightJS1 = exports192;
return exports192;
})();
export { HighlightJS1 as HighlightJS, HighlightJS1 as default };

0 comments on commit 99a6fc8

Please sign in to comment.