Editor refactor: extract UI
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { SysCallMapping } from "../../plugos/system.ts";
|
||||
import type { Editor } from "../editor.tsx";
|
||||
import type { Editor } from "../editor.ts";
|
||||
|
||||
export function syncSyscalls(editor: Editor): SysCallMapping {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user