This website requires JavaScript.
Explore
Help
Sign In
cubetiq
/
code-server
Watch
1
Star
0
Fork
0
You've already forked code-server
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
670b13798a
code-server
/
packages
/
ide
/
src
/
fill
/
fs.ts
5 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix yarn start
2019-01-15 04:06:06 +07:00
import
{
FS
}
from
"@coder/protocol"
;
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
2019-01-15 03:58:34 +07:00
import
{
client
}
from
"./client"
;
export
=
new
FS
(
client
)
;
Reference in New Issue
Copy Permalink