Spaces:
Running
Running
Updated README, added tracing capabilities, changed size of flowchart, vendored the animation assets so this meets off the grid.
1433b16 | export { EditorState, Compartment, StateField, StateEffect } from "@codemirror/state"; | |
| export { EditorView, keymap, placeholder, lineNumbers, highlightActiveLine, | |
| highlightActiveLineGutter, drawSelection, dropCursor, Decoration } from "@codemirror/view"; | |
| export { history, defaultKeymap, historyKeymap, indentWithTab } from "@codemirror/commands"; | |
| export { indentOnInput, bracketMatching, syntaxHighlighting, HighlightStyle } from "@codemirror/language"; | |
| export { tags } from "@lezer/highlight"; | |
| export { python } from "@codemirror/lang-python"; | |
| export { javascript } from "@codemirror/lang-javascript"; | |
| export { java } from "@codemirror/lang-java"; | |
| export { cpp } from "@codemirror/lang-cpp"; | |