Declare targets supporting explicit resource management (using)#4374
Declare targets supporting explicit resource management (using)#4374Andarist wants to merge 1 commit intoevanw:mainfrom
using)#4374Conversation
| Safari: {{start: v{9, 0, 0}}}, | ||
| }, | ||
| Using: {}, | ||
| Using: { |
There was a problem hiding this comment.
I found all of those in their respective release notes:
| @@ -1 +1 @@ | |||
| // This file was automatically generated by "js_table.ts" | |||
There was a problem hiding this comment.
You're editing an automatically-generated file :)
Don't worry about figuring out the right way to do this. It's easy for me to do, so I can take it from here. This data is typically automatically derived from various sources. However, it looks like esbuild's sources are indicating that the correct support matrix looks more like this:
- Chrome: 143+
- Edge: 143+
- Firefox: 147+
- Node: 25+
There are several implementation bugs known in earlier versions of these platforms, so esbuild should still apply the transform to avoid them. This is one example that doesn't work correctly in Node 24. The data esbuild pulls from can be visualized here (sort of): https://compat-table.github.io/compat-table/esnext/
There was a problem hiding this comment.
You're editing an automatically-generated file :)
Oops 😅 i have not noticed that
No description provided.