reactcompat

package
v0.40.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:     "reactcompat",
	Requires: []*analysis.Analyzer{archive.Analyzer},
	Run:      run,
	Rules:    []*analysis.Rule{react19Issue, react19Compatible},
	ReadmeInfo: analysis.ReadmeInfo{
		Name:         "React 19 Compatibility",
		Description:  "Detects usage of React APIs removed or deprecated in React 19 using @grafana/react-detect.",
		Dependencies: "[npx](https://docs.npmjs.com/cli/v10/commands/npx)",
	},
}

Analyzer checks for React 19 compatibility issues in the plugin bundle by delegating to npx @grafana/react-detect. Silently skips if npx is not in PATH. If react-detect is found but fails, a warning diagnostic is emitted.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL