ast icon indicating copy to clipboard operation
ast copied to clipboard

Generic AST parsing library for kotlin multiplatform

Results 35 ast issues
Sort by recently updated
recently updated
newest added

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.10 to 1.4.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=gradle&previous-version=1.2.10&new-version=1.4.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.4 to 1.0.6. Release notes Sourced from gradle/wrapper-validation-action's releases. v1.0.6 Gradle Wrapper Validation Security vulnerability: Bump json5 from 1.0.1 to 1.0.2 Security vulnerability: Bump qs from 6.10.1...

dependencies
github_actions

Input: ``` interface Something class MyClass( list: List ) ``` Outputs: `found unsupported ast node 'KlassAnnotation(identifier=[KlassIdentifier(identifier=JvmSuppressWildcards ...` **_Need:_** When using Kotlin & Java together, we need to often mark Generic...

Bumps [multiplatform](https://github.com/JetBrains/kotlin) from Versions.kotlin to 1.8.10. Release notes Sourced from multiplatform's releases. Kotlin 1.8.10 Changelog Compiler KT-55483 K2: Fir is not initialized for FirRegularClassSymbol java/lang/invoke/LambdaMetafactory KT-55729 "None of the following...

dependencies
java

Hi, I've tested with the example to parse my own Kotlin file. By printing out all the rawAst nodes, I can find there were LineComment nodes presented but not any...