Skip to main content

Crate oxc_compat

Crate oxc_compat 

Source
Expand description

Browser compatibility and feature detection for Oxc toolchain

This crate provides utilities to determine which ECMAScript features are supported by target engines, allowing tools like the transformer and minifier to make consistent compatibility decisions.

Structs§

EngineTargets
A map of engine names to minimum supported versions.
Version
Semver

Enums§

BabelTargets
https://babel.dev/docs/babel-preset-env#targets
BrowserslistQuery
ESFeature
Engine

Traits§

ESVersion

Functions§

features