-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpublish.darklua.json
More file actions
32 lines (32 loc) · 822 Bytes
/
publish.darklua.json
File metadata and controls
32 lines (32 loc) · 822 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
{
"process": [
{
"rule": "convert_require",
"current": {
"name": "path",
"sources": {
"@yetanothernet": "lib/",
"@serdes": "lib/serdes",
"@dev-packages": "DevPackages/"
}
},
"target": {
"name": "roblox",
"rojo_sourcemap": "sourcemap.json",
"indexing_style": "wait_for_child"
}
},
{
"rule": "append_text_comment",
"location": "start",
"text": "Copyright (c) YetAnotherClown, MIT License\nThe source code can be found at: https://github.com/YetAnotherClown/YetAnotherNet"
},
"remove_debug_profiling",
"compute_expression",
"remove_unused_if_branch",
"remove_unused_while",
"filter_after_early_return",
"remove_nil_declaration",
"remove_empty_do"
]
}