Design Meeting 2021-07-08 #11365
kitsonk
announced in
Design Meetings
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
--promptby default (Security prompt by default (instead of throw) #10183)--promptby default after issues resolved or mitigatedwindow.locationundefined without--location(fix(#10825): location should be undefined without --location #10828)localStorageandfetch()with some sort of implicit location that would need to be considered.window.locationdefined, but undefined at runtime. It was considered acceptable as there are other APIs that are undefined at runtime, and it allows "sniffing" without throwing.window.locationbeing undefined.--locationwithout breaking everything.--workerflag to type check workers (feat(cli): Add --worker to cache and bundle #10050)deno lint,deno docand REPL (REPL syntax highlighting is quirky #10998)deno lintshould link to thelint.deno.landwebsite instead of printing out rich documentation to the console. We should improvelint.deno.landversus maintaining documentation in to places.--no-check(do this by default) and--checkwill continue to use tsc for the emit (Skip type checking by default #11340)Beta Was this translation helpful? Give feedback.
All reactions