mirror of
https://github.com/coder/code-server.git
synced 2026-06-23 10:27:11 +02:00
Implement fs module (#3)
* Implements the fs module * Add stats object * Add not implemented to createWriteStream * Update mkdtemp to use tmp dir * Unexport Stats * Add client web socket for commands and restructure
This commit is contained in:
@@ -2,7 +2,7 @@ import { exec } from "child_process";
|
||||
import { appendFile } from "fs";
|
||||
import { promisify } from "util";
|
||||
import { logger, Logger } from "@coder/logger";
|
||||
import { escapePath } from "@coder/node-browser";
|
||||
import { escapePath } from "@coder/server";
|
||||
import { IURI } from "./uri";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user