issues Search Results · repo:adamko-dev/kotlinx-serialization-typescript-generator language:Kotlin
Filter by
22 results
(98 ms)22 results
inadamko-dev/kotlinx-serialization-typescript-generator (press backspace or delete to remove)Type declaration of interface should be moved inside namespace, although it then requires user to type
Namespace.Interface, it avoids errors when importing both the namespace and the type.
export type ...
OwOchle
- Opened on Mar 6
- #208
I have a use case here where kotlin have internal subclass
@Serializable
data class A(val c: C){
enum class C{
one
}
}
@Serializable
data class B(val c: C){
enum class C {
...
mdechdee
- 3
- Opened on Nov 6, 2023
- #116
Let s look on code
@Serializable
sealed class S {
@Serializable
class A : S()
@Serializable
class B: S()
}
@Serializable
class C(
val s: S,
val snull: S?
)
fun main() {
val ...
bug
kunyavskiy
- 1
- Opened on Sep 15, 2023
- #110
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View
this repository on the Mend.io Web Portal.
Config Migration Needed
- [ ] !-- create-config-migration-pr ...
renovate[bot]
- Opened on Dec 31, 2022
- #56
Hello, it would be great to have this package on maven.
In my case I m stuck on Maven since am using cloud functions and they require maven pom.xml unless you want to build and
upload a jar. All my dependencies ...
enhancement
abhishiv
- 4
- Opened on May 30, 2022
- #33
PrototypeKey is a primitive, so it s a valid value for an indexed type key.
export interface Dictionary {
protos: Map PrototypeKey, PrototypeName ; // actual
protos: { [key: PrototypeKey]: { [key: ...
bug
enhancement
aSemy
- Opened on Apr 10, 2022
- #28
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html#labeled-tuple-elements
Should be very easy to do, and the TS is much more clear.
enhancement
aSemy
- Opened on Apr 10, 2022
- #26
Currently the Knit tests only do a string comparison. But that doesn t mean the expected string is correct TypeScript...
1. add the Gradle Node plugin, download TypeScript
2. download TypeScript npx ...
enhancement
aSemy
- Opened on Apr 9, 2022
- #24
If a client already has some standard type aliases, then I want to re-use those type aliases in my generated code.
@Serializable
data class Position(
val x: Double,
val y: Double,
)
// provided by ...
enhancement
aSemy
- Opened on Apr 9, 2022
- #23
Double and Int are both converted directly to number. This is confusing on the TypeScript side.
@Serializable
data class Position(
val x: Double,
val y: Double,
val level: Int,
)
// generated
export ...
enhancement
aSemy
- Opened on Apr 9, 2022
- #22

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.