Kotlin / dukat

Converter of <any kind of declarations> to Kotlin external declarations
548 stars 44 forks source link

feat!: change logic of escaping identifiers #461

Open JSMonk opened 2 years ago

JSMonk commented 2 years ago

Summary

Instead of removal invalid JS names and adding overridden getters/setters into a class/object we can just escape those symbols.

WARNING: It can be merged only after the PR will be merged: https://github.com/JetBrains/kotlin/pull/4572

Related Issue

https://github.com/Kotlin/dukat/issues/424