mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-31 12:24:10 -08:00
JS: prevent TeaVM from generating URL function
This commit is contained in:
parent
e404e2d37f
commit
f734603255
|
@ -29,7 +29,7 @@ public final class RenderingUtil {
|
|||
"catch", "class", "const", "continue", "debugger", "default", "delete", "do", "else", "export",
|
||||
"extends", "finally", "for", "function", "if", "import", "in", "instanceof", "new", "return",
|
||||
"super", "switch", "this", "throw", "try", "typeof", "var", "void", "while", "with", "yield",
|
||||
"NaN", "Map", "Set", "eval", "Math", "Date", "JSON", "Intl")));
|
||||
"NaN", "Map", "Set", "eval", "Math", "Date", "JSON", "Intl", "URL")));
|
||||
public static final String VARIABLE_START_CHARS = "abcdefghijklmnopqrstuvwxyz";
|
||||
public static final String VARIABLE_PART_CHARS = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789$_";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user