Skip to content

Commit 97db553

Browse files
committed
purifications
1 parent 2013a1d commit 97db553

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.darklua.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"generator": {
3-
"name": "readable",
4-
"column_span": 80
3+
"name": "dense",
4+
"column_span": 100
55
},
66
"bundle": {
77
"require_mode": {
@@ -13,13 +13,13 @@
1313
"excludes": ["Module?*"]
1414
},
1515
"rules": [
16+
"remove_comments",
1617
"remove_types",
1718
"remove_interpolated_string",
1819
"remove_compound_assignment",
1920
"remove_if_expression",
2021
"convert_luau_number",
2122
"remove_unused_variable",
22-
"remove_comments",
2323
{
2424
"rule": "append_text_comment",
2525
"text": "This file was minified and transpiled by DarkLua. View the original source code in our shared code repository at https://github.com/obbywiki/modules, as well as any imports and disclosures. A copyright notice should be supplied at the bottom of this page."

.wikiwireignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
modules/obbywiki.com/ObbyGameInfobox/ObbyGameInfoboxLegacy.lua
2-
modules/obbywiki.com/ObbyGameInfobox/ObbyGameInfoboxLegacy.module.lua
2+
modules/obbywiki.com/ObbyGameInfobox/ObbyGameInfoboxLegacy.module.lua
3+
*.module.luau

modules/obbywiki.com/PlayerInfobox/PlayerInfobox.module.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- inspired by scw
22

33
-- infobox should cover all use cases like developers, community, content creators, etc.
4-
-- 19
4+
-- 20
55

66
local PlayerInfobox = {}
77

0 commit comments

Comments
 (0)