refactor(imports): assign modules directly to lib namespace

Mostly a change for improved intellisense with sumneko lua.
Includes some type fixes and deprecation notices.
This commit is contained in:
Linden
2022-09-14 01:20:50 +10:00
parent 107d812dc3
commit 26538b8148
19 changed files with 98 additions and 61 deletions

View File

@@ -7,11 +7,10 @@ root = true
end_of_line = lf
insert_final_newline = false
charset = utf-8
trim_trailing_whitespace = true
trim_trailing_whitespace = false
indent_size = 2
indent_style = space
max_line_length = 120
[*.lua]
indent_size = 4
indent_style = tab
indent_size = 4