chore: upgrade deno_* crates to Mar 2024
The way extensions are injected into the Isolate changed dramatically between Sept 2021 and Jan 2024. Now ops are available in the virtual module ext:core/ops.
This commit is contained in:
parent
bdccb9cb88
commit
ac97ac37db
23 changed files with 618 additions and 303 deletions
|
|
@ -1,7 +1,15 @@
|
|||
if test -f ../../target/release/starmelon; then
|
||||
redo-ifchange always-rebuild
|
||||
ls -al ../../../target/release/starmelon | redo-stamp
|
||||
else;
|
||||
cargo build --release
|
||||
ls -al ../../../target/release/starmelon | redo-stamp
|
||||
BINARY_PATH="../../target/release/starmelon"
|
||||
|
||||
redo-ifchange Cargo.toml
|
||||
find src/ -type f | xargs redo-ifchange
|
||||
find ../../../infra/rust-elmi/src -type f | xargs redo-ifchange
|
||||
find ../../../infra/redwood-lang/compiler/naive-wadler-prettier/src -type f | xargs redo-ifchange
|
||||
find ../../../infra/rust-elm-project-utils/src -type f | xargs redo-ifchange
|
||||
find ../../../infra/genco-extra/src -type f | xargs redo-ifchange
|
||||
find ../../../infra/livetable/core/src -type f | xargs redo-ifchange
|
||||
|
||||
if [ ! -f "$BINARY_PATH" ]; then
|
||||
cargo build --release --color=always
|
||||
else
|
||||
ls -al "$BINARY_PATH" | redo-stamp
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue