mirror of
https://github.com/coder/code-server.git
synced 2026-05-07 21:07:26 +02:00
Add evaluation helpers (#33)
* Add evaluation helpers * Make some helpers only available server-side They don't make any sense on the client side. * Fork the right thing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export * from "./browser/client";
|
||||
export * from "./browser/evaluate";
|
||||
export * from "./common/connection";
|
||||
export * from "./common/helpers";
|
||||
export * from "./common/util";
|
||||
|
||||
Reference in New Issue
Block a user