Skip to content

Commit f2de486

Browse files
committed
Vendor luassert and luasystem via script
1 parent 6c91e38 commit f2de486

File tree

3 files changed

+2
-220
lines changed

3 files changed

+2
-220
lines changed

scripts/vendor_dtls.tl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ local deps: {Dependency} = {
1010
{ name = "argparse", url = "https://raw.githubusercontent.com/teal-language/teal-types/master/types/argparse/argparse.d.tl" },
1111
{ name = "lfs", url = "https://raw.githubusercontent.com/teal-language/teal-types/master/types/luafilesystem/lfs.d.tl" },
1212
{ name = "busted", url = "https://raw.githubusercontent.com/teal-language/teal-types/refs/heads/master/types/busted/busted.d.tl" },
13-
14-
-- TODO: these make heavy use of arity
15-
-- { name = "luassert", url = "https://raw.githubusercontent.com/teal-language/teal-types/refs/heads/master/types/luassert/luassert/assert.d.tl" },
16-
17-
-- TODO: actually upload this
18-
-- { name = "system", url = "https://raw.githubusercontent.com/teal-language/teal-types/master/types/luasystem/system.d.tl" },
13+
{ name = "luassert", url = "https://raw.githubusercontent.com/teal-language/teal-types/refs/heads/master/types/luassert/luassert/assert.d.tl" },
14+
{ name = "system", url = "https://raw.githubusercontent.com/teal-language/teal-types/master/types/luasystem/system.d.tl" },
1915
}
2016

2117
local fs <const> = require("cyan.fs")

src/luassert.d.tl

Lines changed: 0 additions & 208 deletions
This file was deleted.

src/system.d.tl

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)