Skip to content

Commit

Permalink
JS. Annotation aliases (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Nov 27, 2024
1 parent ba06ba2 commit 1402916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kotlin-js/src/jsMain/kotlin/js/import/JsModule.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package js.import

typealias JsModule = kotlin.js.JsModule
3 changes: 3 additions & 0 deletions kotlin-js/src/jsMain/kotlin/js/import/JsQualifier.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package js.import

typealias JsQualifier = kotlin.js.JsQualifier

1 comment on commit 1402916

@turansky
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@Leonya could you, please, release these changes?

Please sign in to comment.