Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analysis context glossary entry #6239

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/_data/glossary.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- term: "Analysis context"
short_description: |-
A representation of a set of code that should be analyzed using the same
sources of metadata.
long_description: |-
An _analysis context_ is a representation of a set of code that should be
analyzed using the same sources of metadata
(same [`package_config.json`](/tools/pub/glossary#system-cache) file).
That set of code typically corresponds to a package.
related_links:
- text: "Customizing static analysis"
link: "/tools/analysis/"
- text: "Performing analysis"
link: "https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/tutorial/analysis.md"
labels:
- "analyzer"

- term: "Assist"
short_description: |-
An automated, local code edit targeted at making common improvements to code.
Expand Down