diff --git a/std/assembly/bindings/wasi_unstable.ts b/std/assembly/bindings/wasi_unstable.ts index 6e6524b7..d5c8e799 100644 --- a/std/assembly/bindings/wasi_unstable.ts +++ b/std/assembly/bindings/wasi_unstable.ts @@ -1087,6 +1087,7 @@ export type oflags = u16; // TODO: undocumented export namespace preopentype { + // @ts-ignore: decorator @inline export const DIR: preopentype = 0; }