File tree Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Original file line number Diff line number Diff line change @@ -26,46 +26,7 @@ This is a temporary workaround because some commits may fail to build or have bu
26
26
## Usage
27
27
28
28
``` txt
29
- Luau module bundle - 0.1-dev luau:0.658-release base64:387b32f-checkout
30
- luaumb [main.luau] [out.luau]
31
- ```
32
-
33
- ### example
34
-
35
- ``` txt
36
- mkdir -p tmp
37
- ./luaumb ./example/main.luau ./tmp/out.luau
38
-
39
- Modules and dependencies
40
- /lib/count.luau
41
- /lib/print.luau
42
- /hello/world.luau
43
- /c.luau
44
- └─ [./lib/print] (/lib/print.luau) -- 0:22-0:44
45
- └─ [./lib/count] (/lib/count.luau) -- 1:16-1:38
46
- /good/space/space.luau
47
- /hello/space/init.luau
48
- └─ [@w] (/hello/world.luau) -- 1:19-1:32
49
- /b.luau
50
- └─ [./lib/print] (/lib/print.luau) -- 0:22-0:44
51
- └─ [./lib/count] (/lib/count.luau) -- 1:16-1:38
52
- └─ [./c] (/c.luau) -- 2:18-2:32
53
- /good/space/world/init.luau
54
- └─ [@space] (/good/space/space.luau) -- 1:22-1:39
55
- /hello/init.luau
56
- └─ [@s] (/hello/space/init.luau) -- 1:23-1:36
57
- /lib/pi.luau
58
- /a.luau
59
- └─ [./lib/print] (/lib/print.luau) -- 0:22-0:44
60
- └─ [./lib/count] (/lib/count.luau) -- 1:16-1:38
61
- └─ [./b] (/b.luau) -- 2:18-2:32
62
- └─ [./c] (/c.luau) -- 3:18-3:32
63
- /main.luau
64
- └─ [@print] (/lib/print.luau) -- 0:22-0:39
65
- └─ [./a] (/a.luau) -- 1:17-1:31
66
- └─ [./lib/pi] (/lib/pi.luau) -- 13:11-13:30
67
- └─ [./hello] (/hello/init.luau) -- 20:6-20:24
68
- └─ [./good/space/world] (/good/space/world/init.luau) -- 21:6-21:35
29
+ luaumb [main.luau] [out.luau]
69
30
```
70
31
71
32
## How It Works
You can’t perform that action at this time.
0 commit comments