cloudchamb3r
cloudchamb3r
Same issue on Spring Boot Version 3.3 ```kotlin @SpringBootApplication open class BuggyKotlinApplication open class SomeClass() open interface A { suspend fun nonTransactional(a: T) suspend fun transactional(a: T) } @Component open...
It seems like jdk version issue. I also encountered that error on jdk21. but after using jdk17, this error does not happen
I have the same error. I found that the error is occured in [this line](https://github.com/PlasmoHQ/plasmo/blob/c035ed605190cfbc95b39ed8cde7f1caaceca185/core/parcel-core/src/index.ts#L275). However, I can't easily determine which is causing the problem (plasmo, parcel or node).
It seems to be a tokenizing issue with the chroma markdown lexer.
This issue is duplicate of #22717
I'm using MacOS Sonoma, i tested it on openjdk17 and openjdk21.