summaryrefslogtreecommitdiff
path: root/tests/testdata/run/unstable_temporal_api/deno.json
AgeCommit message (Collapse)Author
2024-03-08fix: respect unstable "temporal" configuration in config file (#22134)Bartek IwaƄczuk
Actual fix happened in https://github.com/denoland/deno/pull/22782, but this commit adds additional tests and cleans up V8 flags passed on init. Closes https://github.com/denoland/deno/issues/22123 Closes https://github.com/denoland/deno/issues/22560 Closes https://github.com/denoland/deno/issues/22557