typescript-generator icon indicating copy to clipboard operation
typescript-generator copied to clipboard

Generates TypeScript from Java - JSON declarations, REST service client

Results 154 typescript-generator issues
Sort by recently updated
recently updated
newest added

Bumps swagger-annotations from 1.6.5 to 1.6.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.swagger:swagger-annotations&package-manager=maven&previous-version=1.6.5&new-version=1.6.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 3.0.0 to 3.1.0. Commits feceee8 [maven-release-plugin] prepare release maven-antrun-plugin-3.1.0 4e899c4 [MANTRUN-236] Upgrade Maven Plugin Plugin to 3.6.4 61c21bd Update CI URL b446737 Bump checkstyle from 9.2.1 to...

dependencies

Bumps [jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api) from 3.0.1 to 4.0.0. Commits 7e887b2 Update API version of : to 4.0.0 92b60b0 #224: ModelUtil error in JAXBContext.newInstance() 997005c xmlb-12, xmlb-13, xmlb-8 and xmlb-25 are recreated in...

dependencies

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0. Commits 40cc602 [maven-release-plugin] prepare release maven-javadoc-plugin-3.4.0 0c6b32f [MJAVADOC-714] Upgrade to Maven 3.2.5 506cb74 [MJAVADOC-696] Invalid anchors in Javadoc and plugin mojo 47d03d3 [MJAVADOC-712] Remove...

dependencies

Bumps [jakarta.ws.rs-api](https://github.com/eclipse-ee4j/jaxrs-api) from 3.0.0 to 3.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakarta.ws.rs:jakarta.ws.rs-api&package-manager=maven&previous-version=3.0.0&new-version=3.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps `kotlin.version` from 1.6.20 to 1.6.21. Updates `kotlin-bom` from 1.6.20 to 1.6.21 Release notes Sourced from kotlin-bom's releases. Kotlin 1.6.21 Changelog Compiler KT-51979 "AssertionError: No modifier list, but modifier has...

dependencies

Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.11.0 to 3.12.0. Commits 8c597d8 [maven-release-plugin] prepare release maven-site-plugin-3.12.0 32be6ad [MSITE-888] Upgrade to Maven 3.2.5 bf434e5 [MSITE-891] Upgrade plugins in ITs 5f10ad1 [MSITE-890] Upgrade Jetty to 9.4.46.v20220331...

dependencies

When encountering a Kotlin property the type parser attempts to find the backing java field: https://github.com/vojtechhabarta/typescript-generator/blob/7a33aa0d8b4ce9e0a7d6626e65195b4c995b2871/typescript-generator-core/src/main/java/cz/habarta/typescript/generator/parser/TypeParser.java#L193 However, in interfaces and abstract classes a property might not have a Java field....

Fixed a small typo in README.md.

Hello, I would like to know if there is a way to generate index signature on typescript class or interface like this example : ```typescript export class Address { [key:...