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
-
--prompt
by default (Security prompt by default (instead of throw) #10183)--prompt
by default after issues resolved or mitigatedwindow.location
undefined without--location
(fix(#10825): location should be undefined without --location #10828)localStorage
andfetch()
with some sort of implicit location that would need to be considered.window.location
defined, 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.location
being undefined.--location
without breaking everything.--worker
flag to type check workers (feat(cli): Add --worker to cache and bundle #10050)deno lint
,deno doc
and REPL (REPL syntax highlighting is quirky #10998)deno lint
should link to thelint.deno.land
website instead of printing out rich documentation to the console. We should improvelint.deno.land
versus maintaining documentation in to places.--no-check
(do this by default) and--check
will continue to use tsc for the emit (Skip type checking by default #11340)Beta Was this translation helpful? Give feedback.
All reactions