Skip to content

Conversation

@ostempel
Copy link

Description

  • add js client generator

@ostempel ostempel requested a review from iljarotar December 18, 2025 14:51
@ostempel ostempel requested a review from a team as a code owner December 18, 2025 14:51
_typos.toml Outdated
extend-exclude = [
"go.mod",
"go.sum",
"./js/**/*",
Copy link
Author

Choose a reason for hiding this comment

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

don't know if this is the way, but now all js generated files have typos

Copy link
Author

Choose a reason for hiding this comment

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

nvm this didn't work

Copy link
Contributor

Choose a reason for hiding this comment

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

Like so:

extend-exclude = [
    "go.mod",
    "go.sum",
    "*.ts",
    "*.js"
]

@@ -26,6 +26,11 @@ plugins:
out: ../python
- remote: buf.build/connectrpc/python:v0.5.0
out: ../python
# js
- remote: buf.build/bufbuild/es:v2.10.1
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- remote: buf.build/bufbuild/es:v2.10.1
- remote: buf.build/bufbuild/es:v2.10.2

@majst01
Copy link
Contributor

majst01 commented Dec 19, 2025

You also probably want to add a action to publish the npm package to npmjs.org, but we do not have registered metal-stack.io there yet.

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

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants