custom_lint_visitor 1.0.0+6.7.0 copy "custom_lint_visitor: ^1.0.0+6.7.0" to clipboard
custom_lint_visitor: ^1.0.0+6.7.0 copied to clipboard

A package that exports visitors for CustomLint.

custom_lint_core

An package exposing base classes for defining lint rules/fixes/assists.

License

About #

custom_lint_visitor is a dependency of custom_lint, for the sake of supporting multiple Analyzer versions without causing too many breaking changes.

It exposes various ways to traverse the tree of AstNodes using callbacks.

Versioning #

One version of custom_lint_visitor is released for every analyzer version.

The version 1.0.0+6.7.0 means "Version 1.0.0 of custom_lint_visitor, for analyzer's 6.7.0 version".

Whenever custom_lint_visitor is updated, a new version may be published for the same analyzer version. Such as 1.0.1+6.7.0

Depending on custom_lint_visitor: ^1.0.0 will therefore support any compatible Analyzer version. To require a specific analyzer version, specify analyzer: <your constraint> explicitly.

0
likes
120
pub points
31%
popularity

Publisher

unverified uploader

A package that exports visitors for CustomLint.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer

More

Packages that depend on custom_lint_visitor