This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-21 15:04:11 -05:00
Code
Issues
Packages
1
Wiki
Activity
8a5609ad73
denoland-deno
/
tests
/
testdata
/
compile
/
unstable_features.ts
4 lines
72 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(compile): preserve granular unstable features (#21827) Fix https://github.com/denoland/deno/issues/21814
2024-01-06 09:01:09 -05:00
const
db
=
await
Deno
.
openKv
(
)
;
console
.
log
(
db
)
;
fix: respect unstable "temporal" configuration in config file (#22134) 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
2024-03-07 19:32:11 -05:00
console
.
log
(
Temporal
)
;
Copy permalink