mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +08:00
* Set up editor and client side delta handling * Synchronize deltas on the server * Document the client code, add more tests * Implement delta on the server, use compact representation when transmitting changes * Simplify transformation implementation and add documentation * Add session and data tests * Add more delta tests * Clean up evaluator tests wait timeout
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
import * as monaco from "monaco-editor/esm/vs/editor/editor.api";
|
|
|
|
// TODO: add Elixir language definition
|
|
|
|
export default monaco;
|