Skip to content

Commit 221b800

Browse files
committed
analysis context glossary entry
1 parent a08defd commit 221b800

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/_data/glossary.yml

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- term: "Analysis context"
2+
short_description: |-
3+
A representation of a set of code that should be analyzed using the same
4+
sources of metadata.
5+
long_description: |-
6+
An _analysis context_ is a representation of a set of code that should be
7+
analyzed using the same sources of metadata (same `package_config.json` file).
8+
That set of code typically corresponds to a package.
9+
related_links:
10+
- text: "Customizing static analysis"
11+
link: "/tools/analysis/"
12+
- text: "Performing analysis"
13+
link: "https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/tutorial/analysis.md"
14+
labels:
15+
- "analyzer"
16+
117
- term: "Assist"
218
short_description: |-
319
An automated, local code edit targeted at making common improvements to code.

0 commit comments

Comments
 (0)