Crate biome_js_analyze
source ·Modules§
- Generated file, do not edit by hand, see
xtask/codegen - Generated file, do not edit by hand, see
xtask/codegen - This module tracks all globals variables
- Generated file, do not edit by hand, see
xtask/codegen
Macros§
Structs§
Enums§
- Series of errors encountered when running rules on a file
Functions§
- Run the analyzer on the provided
root: this process will use the givenfilterto selectively restrict analysis to specific rules / a specific source range, then callemit_signalwhen an analysis rule emits a diagnostic or action - Run the analyzer on the provided
root: this process will use the givenfilterto selectively restrict analysis to specific rules / a specific source range, then callemit_signalwhen an analysis rule emits a diagnostic or action. Additionally, this function takes ainspect_matcherfunction that can be used to inspect the “query matches” emitted by the analyzer before they are processed by the lint rules registry - Return the static MetadataRegistry for the JS analyzer rules