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

Add lint support for dynamic and other dart:core types #295

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

valerauko
Copy link
Contributor

Updated the list of implicit imports from ns-prototype

Probably resolves clj-kondo/clj-kondo#2229 and clj-kondo/clj-kondo#2231

Null NullThrownError num Object OutOfMemoryError Pattern pragma
RangeError Record RegExp RegExpMatch RuneIterator Runes Set Sink
StackOverflowError StackTrace StateError Stopwatch Stream String
StringBuffer StringSink super Symbol Type TypeError
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also added super

@dupuchba
Copy link
Contributor

dupuchba commented Dec 6, 2023

is it ready to merge?

@valerauko
Copy link
Contributor Author

Yes this is good to go!

@cgrand cgrand merged commit bcaf5c9 into Tensegritics:main Dec 6, 2023
@valerauko valerauko deleted the lint/implicit-imports branch December 6, 2023 09:00
daveliepmann pushed a commit to daveliepmann/ClojureDart that referenced this pull request Jan 26, 2024
)

* Update list of implicit imports from ns-prototype

* Add super to the list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recognize ^super
3 participants