diff options
| author | s-ol <s+removethis@s-ol.nu> | 2026-05-22 13:39:58 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2026-05-22 13:42:01 +0000 |
| commit | 8aa1a6c2af0b3a5fbd0d892beb27f055f95b94ce (patch) | |
| tree | 3a3601728e6ee2fa5cd1e5a05bf24a926c1420ce /docs | |
| parent | lib/struct: add getdef (diff) | |
| download | alive-wgsl-view.tar.gz alive-wgsl-view.zip | |
wgsl-view: launch via luaposixwgsl-view
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 6d8fbe9..d91e198 100644 --- a/docs/gen/shim.moon +++ b/docs/gen/shim.moon @@ -4,7 +4,7 @@ export require require = do old_require = require - blacklist = {'^losc', '^socket$', '^system$', '^luartmidi$', '^abletonlink$'} + blacklist = {'^losc', '^socket$', '^system$', '^luartmidi$', '^abletonlink$', '^posix$'} (mod, ...) -> for pat in *blacklist return {} if mod\match pat |
