Skip to content

feat: deno bundle for typescript#388

Open
dmmordvi wants to merge 6 commits intohelm-v3.14.3-for-werffrom
feat/ts-deno-bundle
Open

feat: deno bundle for typescript#388
dmmordvi wants to merge 6 commits intohelm-v3.14.3-for-werffrom
feat/ts-deno-bundle

Conversation

@dmmordvi
Copy link

@dmmordvi dmmordvi commented Feb 20, 2026

Summary by Bito

This pull request refactors TypeScript bundling support in Helm charts by introducing an interface-based approach for Deno bundling, enabling more flexible implementations for processing and bundling TypeScript files recursively across charts and dependencies during the chart packaging process.

Detailed Changes
  • Introduces Bundler interface in pkg/werf/ts/bundler.go for pluggable TypeScript processing.
  • Updates pkg/action/package.go to use ts.DefaultBundler instead of tsruntime.TSRuntime for invoking bundling during chart packaging.

Signed-off-by: Dmitry Mordvinov <dmitry.mordvinov@flant.com>
@bito-code-review
Copy link

bito-code-review bot commented Feb 20, 2026

Code Review Agent Run #8c965a

Actionable Suggestions - 0
Review Details
  • Files reviewed - 3 · Commit Range: 1c4ba13..1c4ba13
    • pkg/action/package.go
    • pkg/chart/chart.go
    • pkg/werf/ts/bundle.go
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful
    • Golangci-lint (Linter) - ✖︎ Failed

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at ilya.lesikov@flant.com.

Documentation & Help

AI Code Review powered by Bito Logo

Signed-off-by: Dmitry Mordvinov <dmitry.mordvinov@flant.com>
@bito-code-review
Copy link

bito-code-review bot commented Feb 20, 2026

Code Review Agent Run #5b3faa

Actionable Suggestions - 0
Review Details
  • Files reviewed - 4 · Commit Range: 1c4ba13..5d04719
    • pkg/action/package.go
    • pkg/chart/chart.go
    • pkg/chart/loader/load.go
    • pkg/werf/ts/bundle.go
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful
    • Golangci-lint (Linter) - ✖︎ Failed

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at ilya.lesikov@flant.com.

Documentation & Help

AI Code Review powered by Bito Logo

Signed-off-by: Dmitry Mordvinov <dmitry.mordvinov@flant.com>
Signed-off-by: Dmitry Mordvinov <dmitry.mordvinov@flant.com>
@bito-code-review
Copy link

bito-code-review bot commented Feb 26, 2026

Code Review Agent Run #55680a

Actionable Suggestions - 0
Review Details
  • Files reviewed - 2 · Commit Range: 5d04719..46a52a2
    • pkg/werf/ts/bundle.go
    • pkg/action/package.go
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful
    • Golangci-lint (Linter) - ✖︎ Failed

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at ilya.lesikov@flant.com.

Documentation & Help

AI Code Review powered by Bito Logo

Signed-off-by: Dmitry Mordvinov <dmitry.mordvinov@flant.com>
Signed-off-by: Dmitry Mordvinov <dmitry.mordvinov@flant.com>
@bito-code-review
Copy link

bito-code-review bot commented Feb 27, 2026

Code Review Agent Run #7aef36

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: 46a52a2..985df32
    • pkg/action/package.go
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful
    • Golangci-lint (Linter) - ✖︎ Failed

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at ilya.lesikov@flant.com.

Documentation & Help

AI Code Review powered by Bito Logo

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.

1 participant