diff --git a/integration-tests/js-compute/fixtures/backend/fastly.toml.in b/integration-tests/js-compute/fixtures/backend/fastly.toml.in index 2ed546fdc1..3e24250935 100644 --- a/integration-tests/js-compute/fixtures/backend/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/backend/fastly.toml.in @@ -9,7 +9,7 @@ name = "compute-sdk-test-backend" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] diff --git a/integration-tests/js-compute/fixtures/btoa/fastly.toml.in b/integration-tests/js-compute/fixtures/btoa/fastly.toml.in index 43f4b41f9b..5c3bce2c74 100644 --- a/integration-tests/js-compute/fixtures/btoa/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/btoa/fastly.toml.in @@ -9,5 +9,5 @@ name = "btoa" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/byob/fastly.toml.in b/integration-tests/js-compute/fixtures/byob/fastly.toml.in index f2b6d942c0..67580e8049 100644 --- a/integration-tests/js-compute/fixtures/byob/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/byob/fastly.toml.in @@ -9,4 +9,4 @@ name = "byob" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/byte-repeater/fastly.toml.in b/integration-tests/js-compute/fixtures/byte-repeater/fastly.toml.in index 11e4cb203c..52d315c3f2 100644 --- a/integration-tests/js-compute/fixtures/byte-repeater/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/byte-repeater/fastly.toml.in @@ -9,7 +9,7 @@ name = "byte-repeater" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] diff --git a/integration-tests/js-compute/fixtures/cache-override/fastly.toml.in b/integration-tests/js-compute/fixtures/cache-override/fastly.toml.in index 4b632e5d07..b32556b495 100644 --- a/integration-tests/js-compute/fixtures/cache-override/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/cache-override/fastly.toml.in @@ -9,7 +9,7 @@ name = "cache-override" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] [local_server.backends] diff --git a/integration-tests/js-compute/fixtures/config-store/fastly.toml.in b/integration-tests/js-compute/fixtures/config-store/fastly.toml.in index c4f8a47f94..57cad9aa6b 100644 --- a/integration-tests/js-compute/fixtures/config-store/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/config-store/fastly.toml.in @@ -9,7 +9,7 @@ name = "config-store" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] [local_server.dictionaries] diff --git a/integration-tests/js-compute/fixtures/console/fastly.toml.in b/integration-tests/js-compute/fixtures/console/fastly.toml.in index ebb20be710..23f2b3c6e4 100644 --- a/integration-tests/js-compute/fixtures/console/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/console/fastly.toml.in @@ -9,4 +9,4 @@ name = "console" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/crypto/fastly.toml.in b/integration-tests/js-compute/fixtures/crypto/fastly.toml.in index 616fb41e3d..6b809544cb 100644 --- a/integration-tests/js-compute/fixtures/crypto/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/crypto/fastly.toml.in @@ -9,4 +9,4 @@ name = "crypto" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" \ No newline at end of file + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" \ No newline at end of file diff --git a/integration-tests/js-compute/fixtures/dynamic-backend/fastly.toml.in b/integration-tests/js-compute/fixtures/dynamic-backend/fastly.toml.in index c264bd222b..a9c086d716 100644 --- a/integration-tests/js-compute/fixtures/dynamic-backend/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/dynamic-backend/fastly.toml.in @@ -9,4 +9,4 @@ name = "dynamic-backend" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/edge-dictionary/fastly.toml.in b/integration-tests/js-compute/fixtures/edge-dictionary/fastly.toml.in index a61ad1d5b1..dd66f9a931 100644 --- a/integration-tests/js-compute/fixtures/edge-dictionary/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/edge-dictionary/fastly.toml.in @@ -9,7 +9,7 @@ name = "edge-dictionary" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] [local_server.dictionaries] diff --git a/integration-tests/js-compute/fixtures/env/fastly.toml.in b/integration-tests/js-compute/fixtures/env/fastly.toml.in index 57526570d2..74a8c8f06e 100644 --- a/integration-tests/js-compute/fixtures/env/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/env/fastly.toml.in @@ -9,4 +9,4 @@ name = "env" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/error/fastly.toml.in b/integration-tests/js-compute/fixtures/error/fastly.toml.in index badd5a89a6..c6d2a43305 100644 --- a/integration-tests/js-compute/fixtures/error/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/error/fastly.toml.in @@ -9,5 +9,5 @@ name = "error" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/extend-from-builtins/fastly.toml.in b/integration-tests/js-compute/fixtures/extend-from-builtins/fastly.toml.in index ffa939e1b2..2ebb6593dd 100644 --- a/integration-tests/js-compute/fixtures/extend-from-builtins/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/extend-from-builtins/fastly.toml.in @@ -9,7 +9,7 @@ name = "extend-from-builtins" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] diff --git a/integration-tests/js-compute/fixtures/extend-from-request/fastly.toml.in b/integration-tests/js-compute/fixtures/extend-from-request/fastly.toml.in index 6f381bc922..72ea6e9f2c 100644 --- a/integration-tests/js-compute/fixtures/extend-from-request/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/extend-from-request/fastly.toml.in @@ -9,4 +9,4 @@ name = "extend-from-request" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/fanout/fastly.toml.in b/integration-tests/js-compute/fixtures/fanout/fastly.toml.in index 53898a2abf..21ce0fe037 100644 --- a/integration-tests/js-compute/fixtures/fanout/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/fanout/fastly.toml.in @@ -9,4 +9,4 @@ name = "fanout" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/geoip/fastly.toml.in b/integration-tests/js-compute/fixtures/geoip/fastly.toml.in index 54e45d7c8a..b4a34e3561 100644 --- a/integration-tests/js-compute/fixtures/geoip/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/geoip/fastly.toml.in @@ -9,7 +9,7 @@ name = "geoip" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] [local_server.geolocation] diff --git a/integration-tests/js-compute/fixtures/hello-world/fastly.toml.in b/integration-tests/js-compute/fixtures/hello-world/fastly.toml.in index 36b447b8bb..755eea3c8d 100644 --- a/integration-tests/js-compute/fixtures/hello-world/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/hello-world/fastly.toml.in @@ -9,4 +9,4 @@ name = "hello-world" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/includeBytes/fastly.toml.in b/integration-tests/js-compute/fixtures/includeBytes/fastly.toml.in index ffa6c361eb..f008e32eb3 100644 --- a/integration-tests/js-compute/fixtures/includeBytes/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/includeBytes/fastly.toml.in @@ -9,4 +9,4 @@ name = "includeBytes" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/kv-store/fastly.toml.in b/integration-tests/js-compute/fixtures/kv-store/fastly.toml.in index 7871095112..c0a1a9c7f0 100644 --- a/integration-tests/js-compute/fixtures/kv-store/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/kv-store/fastly.toml.in @@ -9,7 +9,7 @@ name = "kv-store" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] # TODO: update this to the kv api when it is ready diff --git a/integration-tests/js-compute/fixtures/log/fastly.toml.in b/integration-tests/js-compute/fixtures/log/fastly.toml.in index f3a8b3e303..460b6b765f 100644 --- a/integration-tests/js-compute/fixtures/log/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/log/fastly.toml.in @@ -9,7 +9,7 @@ name = "log" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] diff --git a/integration-tests/js-compute/fixtures/missing-backend/fastly.toml.in b/integration-tests/js-compute/fixtures/missing-backend/fastly.toml.in index ea7cf10fc4..512b8bf3fc 100644 --- a/integration-tests/js-compute/fixtures/missing-backend/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/missing-backend/fastly.toml.in @@ -9,7 +9,7 @@ name = "missing-backend" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] diff --git a/integration-tests/js-compute/fixtures/multiple-set-cookie/fastly.toml.in b/integration-tests/js-compute/fixtures/multiple-set-cookie/fastly.toml.in index a0ef479179..ad76c74851 100644 --- a/integration-tests/js-compute/fixtures/multiple-set-cookie/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/multiple-set-cookie/fastly.toml.in @@ -9,7 +9,7 @@ name = "multiple-set-cookie" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] [local_server.backends] diff --git a/integration-tests/js-compute/fixtures/random/fastly.toml.in b/integration-tests/js-compute/fixtures/random/fastly.toml.in index 5d1370ce60..cdbb440500 100644 --- a/integration-tests/js-compute/fixtures/random/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/random/fastly.toml.in @@ -9,4 +9,4 @@ name = "random" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/react-byob/fastly.toml.in b/integration-tests/js-compute/fixtures/react-byob/fastly.toml.in index ec128d6607..8a73a7302a 100644 --- a/integration-tests/js-compute/fixtures/react-byob/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/react-byob/fastly.toml.in @@ -9,4 +9,4 @@ name = "react-byob" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/regex/fastly.toml.in b/integration-tests/js-compute/fixtures/regex/fastly.toml.in index ffa6c361eb..f008e32eb3 100644 --- a/integration-tests/js-compute/fixtures/regex/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/regex/fastly.toml.in @@ -9,4 +9,4 @@ name = "includeBytes" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/request-cache-key/fastly.toml.in b/integration-tests/js-compute/fixtures/request-cache-key/fastly.toml.in index 339de50e4a..e8185a20e4 100644 --- a/integration-tests/js-compute/fixtures/request-cache-key/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/request-cache-key/fastly.toml.in @@ -9,4 +9,4 @@ name = "request-cache-key" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/request-clone/fastly.toml.in b/integration-tests/js-compute/fixtures/request-clone/fastly.toml.in index 1d27c5c82b..e7d50acb86 100644 --- a/integration-tests/js-compute/fixtures/request-clone/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/request-clone/fastly.toml.in @@ -9,4 +9,4 @@ name = "request-clone" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/request-downstream/fastly.toml.in b/integration-tests/js-compute/fixtures/request-downstream/fastly.toml.in index f597560cb9..6c377579b8 100644 --- a/integration-tests/js-compute/fixtures/request-downstream/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/request-downstream/fastly.toml.in @@ -9,4 +9,4 @@ name = "request-downstream" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/request-headers/fastly.toml.in b/integration-tests/js-compute/fixtures/request-headers/fastly.toml.in index de3f50fa93..1a5f834df8 100644 --- a/integration-tests/js-compute/fixtures/request-headers/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/request-headers/fastly.toml.in @@ -9,7 +9,7 @@ name = "request-headers" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] [local_server.backends] diff --git a/integration-tests/js-compute/fixtures/request-limits/fastly.toml.in b/integration-tests/js-compute/fixtures/request-limits/fastly.toml.in index 6f02eed62f..9062dfc1fb 100644 --- a/integration-tests/js-compute/fixtures/request-limits/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/request-limits/fastly.toml.in @@ -9,7 +9,7 @@ name = "request-limits" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] diff --git a/integration-tests/js-compute/fixtures/request-upstream/fastly.toml.in b/integration-tests/js-compute/fixtures/request-upstream/fastly.toml.in index be1250f0c9..6d5ef49eb2 100644 --- a/integration-tests/js-compute/fixtures/request-upstream/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/request-upstream/fastly.toml.in @@ -9,7 +9,7 @@ name = "request-upstream" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] diff --git a/integration-tests/js-compute/fixtures/response-headers/fastly.toml.in b/integration-tests/js-compute/fixtures/response-headers/fastly.toml.in index 059829f46d..13f988cc0f 100644 --- a/integration-tests/js-compute/fixtures/response-headers/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/response-headers/fastly.toml.in @@ -9,4 +9,4 @@ name = "response-headers" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/response-json/fastly.toml.in b/integration-tests/js-compute/fixtures/response-json/fastly.toml.in index 4fe579e791..af2d246537 100644 --- a/integration-tests/js-compute/fixtures/response-json/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/response-json/fastly.toml.in @@ -9,4 +9,4 @@ name = "response-json" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/response-redirect/fastly.toml.in b/integration-tests/js-compute/fixtures/response-redirect/fastly.toml.in index 389ca89cd2..8cde5e7805 100644 --- a/integration-tests/js-compute/fixtures/response-redirect/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/response-redirect/fastly.toml.in @@ -9,4 +9,4 @@ name = "response-redirect" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/response/fastly.toml.in b/integration-tests/js-compute/fixtures/response/fastly.toml.in index 794e03c226..cf3a2651c4 100644 --- a/integration-tests/js-compute/fixtures/response/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/response/fastly.toml.in @@ -9,4 +9,4 @@ name = "response" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/secret-store/fastly.toml.in b/integration-tests/js-compute/fixtures/secret-store/fastly.toml.in index bf4f3a91ad..2cb603387c 100644 --- a/integration-tests/js-compute/fixtures/secret-store/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/secret-store/fastly.toml.in @@ -9,7 +9,7 @@ name = "secret-store" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] [local_server.secret_stores] diff --git a/integration-tests/js-compute/fixtures/status/fastly.toml.in b/integration-tests/js-compute/fixtures/status/fastly.toml.in index d5fcc7a8b6..889519b76c 100644 --- a/integration-tests/js-compute/fixtures/status/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/status/fastly.toml.in @@ -9,4 +9,4 @@ name = "status" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/streaming-close/fastly.toml.in b/integration-tests/js-compute/fixtures/streaming-close/fastly.toml.in index 49dd6b1bad..f96b1809d1 100644 --- a/integration-tests/js-compute/fixtures/streaming-close/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/streaming-close/fastly.toml.in @@ -9,7 +9,7 @@ name = "streaming-close" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] diff --git a/integration-tests/js-compute/fixtures/streaming-error/fastly.toml.in b/integration-tests/js-compute/fixtures/streaming-error/fastly.toml.in index baa286a23a..de0b6b8b28 100644 --- a/integration-tests/js-compute/fixtures/streaming-error/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/streaming-error/fastly.toml.in @@ -9,4 +9,4 @@ name = "streaming-error" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/tee/fastly.toml.in b/integration-tests/js-compute/fixtures/tee/fastly.toml.in index 6415d0e3d7..b3f49db83e 100644 --- a/integration-tests/js-compute/fixtures/tee/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/tee/fastly.toml.in @@ -9,7 +9,7 @@ name = "tee" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" [local_server] diff --git a/integration-tests/js-compute/fixtures/timers/fastly.toml.in b/integration-tests/js-compute/fixtures/timers/fastly.toml.in index 52d28e27bd..63d907c255 100644 --- a/integration-tests/js-compute/fixtures/timers/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/timers/fastly.toml.in @@ -9,4 +9,4 @@ name = "timers" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval" diff --git a/integration-tests/js-compute/fixtures/urlsearchparams/fastly.toml.in b/integration-tests/js-compute/fixtures/urlsearchparams/fastly.toml.in index 6e473c068b..a980c5e35f 100644 --- a/integration-tests/js-compute/fixtures/urlsearchparams/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/urlsearchparams/fastly.toml.in @@ -9,4 +9,4 @@ name = "urlsearchparams" service_id = "" [scripts] - build = "node ../../../../js-compute-runtime-cli.js" + build = "node ../../../../js-compute-runtime-cli.js --enable-weval"