Skip to content

Commit

Permalink
refactor: cleanup JsName
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd authored and ftomassetti committed Feb 18, 2024
1 parent 845240b commit 6b9e338
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ package com.strumenta.antlrkotlin.runtime
AnnotationTarget.PROPERTY_GETTER,
AnnotationTarget.PROPERTY_SETTER,
)
@Retention(AnnotationRetention.SOURCE)
public expect annotation class JsName(val name: String)
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
// Copyright 2024-present Strumenta and contributors, licensed under BSD 3-Clause.
package com.strumenta.antlrkotlin.runtime

@Suppress("ACTUAL_ANNOTATIONS_NOT_MATCH_EXPECT")
public actual typealias JsName = kotlin.js.JsName
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
// Copyright 2024-present Strumenta and contributors, licensed under BSD 3-Clause.
package com.strumenta.antlrkotlin.runtime

@Suppress("ACTUAL_ANNOTATIONS_NOT_MATCH_EXPECT")
public actual typealias JsName = kotlin.js.JsName

0 comments on commit 6b9e338

Please sign in to comment.