Skip to content

Conversation

@OrKoN
Copy link
Collaborator

@OrKoN OrKoN commented Dec 9, 2025

No description provided.

@OrKoN OrKoN marked this pull request as draft December 9, 2025 10:18
@OrKoN OrKoN force-pushed the orkon/bundle-devtools branch 5 times, most recently from e0b7b6b to 1cf4cd0 Compare December 9, 2025 14:49
@OrKoN OrKoN requested a review from zyzyzyryxy December 9, 2025 15:02
@OrKoN OrKoN marked this pull request as ready for review December 9, 2025 15:02
Copy link
Contributor

@zyzyzyryxy zyzyzyryxy left a comment

Choose a reason for hiding this comment

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

Great to see that bundled!

package.json Outdated
"test:update-snapshots": "npm run build && node --require ./build/tests/setup.js --no-warnings=ExperimentalWarning --test-force-exit --test --test-update-snapshots \"build/tests/**/*.test.js\"",
"test:node20": "node --import ./build/tests/setup.js --test-reporter spec --test-force-exit --test build/tests",
"test:no-build": "node --import ./build/tests/setup.js --no-warnings=ExperimentalWarning --experimental-print-required-tla --test-reporter spec --test-force-exit --test \"build/tests/**/*.test.js\"",
"test": "npm run build && node --import ./build/tests/setup.js --no-warnings=ExperimentalWarning --experimental-print-required-tla --test-reporter spec --test-force-exit --test \"build/tests/**/*.test.js\"",
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Wouldn't it be better to have "test" run build then test:no-build to reduce duplication? Same for test:only

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

test:only can runs a slightly different command. We could probably spend time to figure how to forward extra args so that also -- forwarding keeps working. But I think it's fine for now. Changed test to run test:no-build.

Copy link
Contributor

Choose a reason for hiding this comment

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

I see test and test:only are different, I meant maybe test:only should call test:only:no-build. The commands are identical now, sans the build.

@OrKoN OrKoN force-pushed the orkon/bundle-devtools branch from 1cf4cd0 to ec8dc8d Compare December 10, 2025 07:24
@OrKoN OrKoN force-pushed the orkon/bundle-devtools branch from ec8dc8d to 2920887 Compare December 10, 2025 10:29
@OrKoN OrKoN force-pushed the orkon/bundle-devtools branch from 2920887 to a2e1de0 Compare December 10, 2025 10:30
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.

3 participants