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-12-01 16:51:13 -05:00
Code
Issues
Packages
1
Wiki
Activity
d87bde0dc8
denoland-deno
/
tests
/
testdata
/
run
/
with_config
/
auto_discovery_log.out
5 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
feat(fmt): add ability to configure semicolons (#17292) Allows to change behavior of `deno fmt` to use "ASI" setting for semicolons instead of always prefering them, this is done by "--options-semi=asi" flag or `"semi": "asi"` setting in the config file.
2023-01-24 15:07:00 -05:00
DEBUG RS - [WILDCARD] - Config file found at '[WILDCARD]deno.jsonc'
fix: update expected output for config auto-discovery debug log (#17514)
2023-01-24 11:28:22 -05:00
[WILDCARD]
feat: log detection of config file (#17338) Closes #14578
2023-01-24 09:41:22 -05:00
ok
chore: bump deno_core and update tests (#21467) Landing changes required for https://github.com/denoland/deno_core/pull/359 We needed to update 99_main.js and a whole load of tests. API changes: - setPromiseRejectCallback becomes setUnhandledPromiseRejectionHandler. The function is now called from eventLoopTick. - The promiseRejectMacrotaskCallback no longer exists, as this is automatically handled in eventLoopTick. - ops.op_dispatch_exception now takes a second parameter: in_promise. The preferred way to call this op is now reportUnhandledException or reportUnhandledPromiseRejection.
2023-12-06 19:02:52 -05:00
[WILDCARD]
Copy permalink