Design Meeting 2021-09-09 #11972
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
-
Deno 2.0 Scope Discussion
We dedicated this meeting to discussing tentative Deno 2.0 discussion. Based on the discussion we feel we are still looking at doing a 2.0 release in November. Prior to the meeting we had collected candidate items, and the process we followed in the meeting:
Based on that, we have the following scope items we are considering for Deno 2.0 at this point. Note this is a working list, it is subject to change as some of the features get refined, scoped and investigated:
Deno
namespace by default in workers (Enable Deno namespace by default in Workers #8174)useUnknownInCatchVariables
on (Enable"useUnknownInCatchVariables"
for TypeScript by default #11826)Deno.customInspect
(Remove Deno.customInspect symbol at 2.0 #10929)h
andFragment
for JSX #11186)--allow-import
for dynamic imports and workers (Proposal: add --allow-import=<allow_list> for checking dynamic imports/workers #8266)There were a handful of issues we didn't have time to triage and will discuss them quickly at the start of next week's meeting:
NotCapable
error to distinguish between permissions and capabilities (Introduce a "NotCapable" error #7394)Deno.errors
intoDeno
namespace (Flatten the Deno.errors namespace into the Deno namespace #9646)Deno.read()
andDeno.write()
Beta Was this translation helpful? Give feedback.
All reactions