Skip to content

Conversation

@shanmen-tiny
Copy link
Contributor

Related Ticket: TINY-13550

Description of Changes:

  • Made a mistake accidentally removing one argument causing the argument passed into incorrect position, resulting in an error when running bedrock-auto.

Pre-checks:

  • Changelog entry added
  • package.json versions have not been changed (done by Lerna on release)
  • Tests have been added (if applicable)

Before merging:

  • Ensure internal dependencies are on appropriate versions
    • For stable releases, all dependencies must be stable
    • For release candidates, all dependencies must be release candidates or stable

Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com>
@shanmen-tiny shanmen-tiny merged commit f977d0c into master Dec 19, 2025
5 checks passed
@shanmen-tiny shanmen-tiny deleted the feature/TINY-13550 branch December 19, 2025 04:55

export const compile = (bundler: 'webpack' | 'rspack', tsConfigFile: string, scratchDir: string, basedir: string, exitOnCompileError: boolean, files: string[], coverage: string[], polyfills: string[]): Compiler => {
const getCompileFunc = () => {
export const compile = (args: { bundler: Types.Bundler; tsConfigFile: string; scratchDir: string; basedir: string; exitOnCompileError: boolean; files: string[]; coverage: string[]; polyfills: string[];
Copy link
Member

Choose a reason for hiding this comment

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

There are ways to test development bedrock builds with real development processes, remind me next year and I'd be happy to discuss 👍

It would be nice to catch these things before we publish a release.

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.

5 participants