Skip to content

Instantly share code, notes, and snippets.

View SnowWarri0r's full-sized avatar
🐤
working

SnowWarri0r

🐤
working
View GitHub Profile
@SnowWarri0r
SnowWarri0r / worker-toml.js
Last active March 6, 2024 09:49
ACE Editor toml worker that can be used directly, you can see https://www.onesnowwarrior.cn/archives/136.html to know how to use
"no use strict";
!(function (window) {
if (typeof window.window != "undefined" && window.document)
return;
if (window.require && window.define)
return;
if (!window.console) {
window.console = function () {
var msgs = Array.prototype.slice.call(arguments, 0);