browserslist_compatibility_check
Check web feature compatibility against your browserslist configuration. Resolve uncertainty by using a browserslist query, .browserslistrc, or package.json.
Instructions
Check web feature compatibility against your browserslist configuration. This tool analyzes whether a web feature is supported by the browsers specified in your browserslist query, .browserslistrc file, or package.json browserslist field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature | Yes | The web feature to check compatibility for, e.g., "flexbox", "grid", "es6", "array.findindex" | |
| configPath | No | Path to browserslist config file (.browserslistrc or package.json) | |
| projectPath | No | Project root path to automatically find browserslist config | |
| browserslistQuery | No | Browserslist query string, e.g., "> 1%, last 2 versions, not dead" |