diff options
| author | s-ol <s+removethis@s-ol.nu> | 2021-01-30 23:01:51 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2021-01-30 23:10:34 +0000 |
| commit | dbdfb1364c91d4905d3f0c947bf150d25ce0c817 (patch) | |
| tree | c612d986abe729a5c99e4dad08986a8d1d5a7b60 /docs | |
| parent | fix array builtin (diff) | |
| download | alive-dbdfb1364c91d4905d3f0c947bf150d25ce0c817.tar.gz alive-dbdfb1364c91d4905d3f0c947bf150d25ce0c817.zip | |
lib: switch to losc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gen/shim.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gen/shim.moon b/docs/gen/shim.moon index 2a69f52..46da0ac 100644 --- a/docs/gen/shim.moon +++ b/docs/gen/shim.moon @@ -4,7 +4,7 @@ export require require = do old_require = require - blacklist = {k, true for k in *{'oscpack', 'socket', 'system', 'luartmidi'}} + blacklist = {k, true for k in *{'losc', 'socket', 'system', 'luartmidi'}} (mod, ...) -> return {} if blacklist[mod] old_require mod, ... |
