Skip to content

Conversation

@nikpachoo
Copy link
Contributor

@nikpachoo nikpachoo commented May 16, 2024

@nikpachoo nikpachoo requested review from krutilov and zoobestik May 16, 2024 20:15
@nikpachoo nikpachoo force-pushed the ktl-1478-swift-export branch from a68840e to 90d868a Compare May 17, 2024 10:12
url = `${this.server}/api/${version}/compiler/test`;
break;
case TargetPlatforms.SWIFT_EXPORT:
url = `${this.server}/api/${version}/${TargetPlatforms.SWIFT_EXPORT.id}/compiler/translate?compiler=swift-export`;
Copy link
Contributor

@zoobestik zoobestik May 21, 2024

Choose a reason for hiding this comment

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

Why we use translate?compiler= is it based on jscode?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, it's based on JS. Here's more details JetBrains/kotlin-compiler-server#723

Copy link
Contributor

@zoobestik zoobestik May 29, 2024

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants