Skip to content

Commit

Permalink
Changed editor to Monaco
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorthiz committed Oct 17, 2024
1 parent faa4731 commit d02f37e
Show file tree
Hide file tree
Showing 13 changed files with 1,569 additions and 521 deletions.
9 changes: 9 additions & 0 deletions build-related/build_language_workers.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ROOT=$PWD/node_modules/monaco-editor/esm/vs
OPTS="--no-source-maps"

echo $ROOT
parcel build $ROOT/language/json/json.worker.js $OPTS
parcel build $ROOT/language/css/css.worker.js $OPTS
parcel build $ROOT/language/html/html.worker.js $OPTS
parcel build $ROOT/language/typescript/ts.worker.js $OPTS
parcel build $ROOT/editor/editor.worker.js $OPTS
12 changes: 6 additions & 6 deletions build-related/vendor.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
libs:
Ace:
website: https://ace.c9.io/
source: https://github.com/ajaxorg/ace
licenseName: BSD-3-Clause
licenseUrl: https://raw.githubusercontent.com/ajaxorg/ace/master/LICENSE
npmDir: ace-builds
Monaco Editor:
website: https://microsoft.github.io/monaco-editor
source: https://github.com/microsoft/monaco-editor
licenseName: MIT
licenseUrl: https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
npmDir: monaco-editor
files: [ LICENSE ]

BigInteger.js:
Expand Down
Loading

0 comments on commit d02f37e

Please sign in to comment.