-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
60 lines (60 loc) · 1.33 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"apiVersion": "42.0",
"isDebugEnabled": false,
"isPerfEnabled": false,
"generateDoc": "off",
"srcDir": "resources/",
"destDir": "build/",
"classpath": "",
"docDir": "docs/",
"fileSrcDir": "files/",
"fileDestDir": "build/staticresources/",
"templateDir": "template/",
"scriptDir": "script/",
"scriptName": "sweetApp",
"scriptAppName": "$SweetApp",
"silent": false,
"clean": false,
"ignoreErrors": false,
"scanDestDir": true,
"reservedIdentifiers": [ "logger" ],
"generatedClassComment": "// This is a generated file. Please do not modify it.",
"features": [
"apexdoc",
"array_creation",
"import_static",
"import_as",
"var",
"val",
"varargs",
"patch",
"mod",
"pipeline",
"map_access",
"destructure",
"nullable",
"operator",
"template_string",
"tagged_string",
"cast",
"lambda",
"switch",
"file",
"inject",
"script",
"not_null",
"default_value",
"optional",
"rethrow",
"aspect",
"transaction",
"log",
"function",
"action",
"identity",
"constructor",
"reflect",
"enum",
"annotation"
]
}