-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
The issue:
I'm creating an ESLint plugin based of runtime-compat-data ---> eslint-plugin-runtime-compat.
However the data does not specify compatibility for specific runtime versions.
In the case of Node, Deno and Bun, the compat data may be inaccurate depending on the runtime version.
Potential solution:
Capture compat data with different Node, Deno and Bun versions.
I'm aware that CompatStatement
-> SupportBlock
-> SupportStatement
-> SimpleSupportStatement
can be assigned a version string.
I assume versioning runtimes like Netlify is difficult.
Additional information
- Would you be willing to help implement this feature?
derhuerst
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request