You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a Stage 1 TC39 proposal for "built in" browser modules to make a standard library for JavaScript. It is proposing a protected namespace of "std:" for the module specifiers. We should consider adopting this for potential standard built in modules.
The text was updated successfully, but these errors were encountered:
It feels like this is lost in Stage 1 "hell" in TC39. There are a lot of challenges that need to be worked out and it should likely get to Stage 3 before we consider it for Deno. I think we should close this and re-open if and when TC39 pick this back up.
There is a Stage 1 TC39 proposal for "built in" browser modules to make a standard library for JavaScript. It is proposing a protected namespace of
"std:"
for the module specifiers. We should consider adopting this for potential standard built in modules.The text was updated successfully, but these errors were encountered: