WebLLM-JSON-Playground / lib /ace /ext-error_marker.js
neetnestor's picture
Build playground webapp
4879fd8
raw
history blame contribute delete
335 Bytes
; (function() {
window.require(["ace/ext/error_marker"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();