Skip to content

Commit

Permalink
Switching Kaitai Worker type to module
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorthiz committed Oct 23, 2024
1 parent 0f4b3ee commit a2742fd
Show file tree
Hide file tree
Showing 19 changed files with 704 additions and 133 deletions.
1 change: 0 additions & 1 deletion build-related/build_language_workers.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
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
Expand Down
Loading

0 comments on commit a2742fd

Please sign in to comment.