Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Macuyiko/minecraft-python
/ addUnicodePackage
Function
addUnicodePackage
ServerEditorWeb/ace/ace.js:5494–5498 ·
view source on GitHub ↗
(pack)
Source
from the content-addressed store, hash-verified
5492
});
5493
5494
function
addUnicodePackage (pack) {
5495
var
codePoint = /\w{4}/g;
5496
for
(
var
name in pack)
5497
exports.packages[name] = pack[name].replace(codePoint,
"\\u$&"
);
5498
};
5499
5500
});
5501
Callers
1
ace.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected