-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.darklua.json
More file actions
42 lines (42 loc) · 731 Bytes
/
.darklua.json
File metadata and controls
42 lines (42 loc) · 731 Bytes
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
{
"process": [
{
"current": {
"name": "path",
"sources": {
"@pkg": "Packages/",
"@dev-pkg": "DevPackages/",
"@tests": "tests/",
"@src": "src/"
}
},
"rule": "convert_require",
"target": {
"indexing_style": "wait_for_child",
"name": "roblox",
"rojo_sourcemap": "sourcemap.json"
}
},
{
"rule": "inject_global_value",
"identifier": "__timetracing__",
"env": "timetracing"
},
{
"rule": "inject_global_value",
"identifier": "__verbose__",
"env": "verbose"
},
{
"rule": "inject_global_value",
"identifier": "__testmode__",
"env": "testmode"
},
{
"rule": "compute_expression"
},
{
"rule": "remove_unused_if_branch"
}
]
}