ast
ast copied to clipboard
Generic AST parsing library for kotlin multiplatform
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 [](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...
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...
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...
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...