sun-form-v3 1.0.77 → 1.0.78
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/style.css +1 -1
- package/dist/sun-form-v3.es.js +11889 -2
- package/dist/sun-form-v3.umd.js +18 -734
- package/package.json +1 -1
- package/dist/assets/css.worker-OK053IOu.js +0 -84
- package/dist/assets/editor.worker-D9iUZyMP.js +0 -11
- package/dist/assets/html.worker-CL40hqKM.js +0 -458
- package/dist/assets/json.worker-6f9bhSHY.js +0 -42
- package/dist/assets/ts.worker-B6g3wjaE.js +0 -37021
- package/dist/index-BMOft-Zj.js +0 -94268
- package/dist/javascript-BPAA15DR.js +0 -76
- package/dist/tsMode-DVZW8FLG.js +0 -886
- package/dist/typescript-D-Ygt7Om.js +0 -349
@@ -1,76 +0,0 @@
|
|
1
|
-
import { conf as t, language as e } from "./typescript-D-Ygt7Om.js";
|
2
|
-
/*!-----------------------------------------------------------------------------
|
3
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
4
|
-
* Version: 0.49.0(383fdf3fc0e1e1a024068b8d0fd4f3dcbae74d04)
|
5
|
-
* Released under the MIT license
|
6
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
7
|
-
*-----------------------------------------------------------------------------*/
|
8
|
-
var i = t, o = {
|
9
|
-
// Set defaultToken to invalid to see what you do not tokenize yet
|
10
|
-
defaultToken: "invalid",
|
11
|
-
tokenPostfix: ".js",
|
12
|
-
keywords: [
|
13
|
-
"break",
|
14
|
-
"case",
|
15
|
-
"catch",
|
16
|
-
"class",
|
17
|
-
"continue",
|
18
|
-
"const",
|
19
|
-
"constructor",
|
20
|
-
"debugger",
|
21
|
-
"default",
|
22
|
-
"delete",
|
23
|
-
"do",
|
24
|
-
"else",
|
25
|
-
"export",
|
26
|
-
"extends",
|
27
|
-
"false",
|
28
|
-
"finally",
|
29
|
-
"for",
|
30
|
-
"from",
|
31
|
-
"function",
|
32
|
-
"get",
|
33
|
-
"if",
|
34
|
-
"import",
|
35
|
-
"in",
|
36
|
-
"instanceof",
|
37
|
-
"let",
|
38
|
-
"new",
|
39
|
-
"null",
|
40
|
-
"return",
|
41
|
-
"set",
|
42
|
-
"static",
|
43
|
-
"super",
|
44
|
-
"switch",
|
45
|
-
"symbol",
|
46
|
-
"this",
|
47
|
-
"throw",
|
48
|
-
"true",
|
49
|
-
"try",
|
50
|
-
"typeof",
|
51
|
-
"undefined",
|
52
|
-
"var",
|
53
|
-
"void",
|
54
|
-
"while",
|
55
|
-
"with",
|
56
|
-
"yield",
|
57
|
-
"async",
|
58
|
-
"await",
|
59
|
-
"of"
|
60
|
-
],
|
61
|
-
typeKeywords: [],
|
62
|
-
operators: e.operators,
|
63
|
-
symbols: e.symbols,
|
64
|
-
escapes: e.escapes,
|
65
|
-
digits: e.digits,
|
66
|
-
octaldigits: e.octaldigits,
|
67
|
-
binarydigits: e.binarydigits,
|
68
|
-
hexdigits: e.hexdigits,
|
69
|
-
regexpctl: e.regexpctl,
|
70
|
-
regexpesc: e.regexpesc,
|
71
|
-
tokenizer: e.tokenizer
|
72
|
-
};
|
73
|
-
export {
|
74
|
-
i as conf,
|
75
|
-
o as language
|
76
|
-
};
|