8000 Tags · johnsonmh/source_gen · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: johnsonmh/source_gen

Tags

v0.9.4+1

Toggle v0.9.4+1's commit message

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use ParsedLibraryImpl to find source span (dart-lang#396)

The old code path does not work when the ElementAnnotation was returned
by an `AnalysisDriver` instead `AnalysisContext`. Prepare for
`build_resolvers` to switch to `AnalysisDriver` by migrating to a
forwards compatible approach.

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add LibraryReader.enums (dart-lang#389)

Fixes dart-lang#388

Deprecate the `classElements` getter since it is ambiguous, both classes
and enums are represented by `ClassElement` in analyzer, but we don't
want to exclusively always mix them in this interface. Add the name
`classes` to be more specific. Add an implementation for `enums.`

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dont create invalid parts, and allow analyzer 0.34.x (dart-lang#386)

* dont create invalid parts, and allow analyzer 0.34.x

* fix tests to match the new behavior

v0.9.1+3

Toggle v0.9.1+3's commit message

v0.9.1+2

Toggle v0.9.1+2's commit message

v0.9.1+1

Toggle v0.9.1+1's commit message

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ConstantReader.revive implementation now matches the documentation (d…

…art-lang#376)

* Dartfmt.

* Fix markdown.

v0.9.0+1

Toggle v0.9.0+1's commit message

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare to publish 0.9.0 (dart-lang#368)

0