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
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->SimpleSupportStatementcan be assigned a version string.I assume versioning runtimes like Netlify is difficult.
Additional information