We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32ef08 commit e3dbefaCopy full SHA for e3dbefa
std/assembly/process.ts
@@ -28,13 +28,6 @@ export namespace process {
28
process_binding.exit(code);
29
}
30
31
- // @ts-ignore: decorator
32
- @lazy export const stdin = changetype<ReadableStream>(0);
33
34
- @lazy export const stdout = changetype<WritableStream>(1);
35
36
- @lazy export const stderr = changetype<WritableStream>(2);
37
-
38
export function time(): i64 {
39
return Date_binding.now();
40
0 commit comments