Skip to content

Conversation

@gr2m
Copy link
Collaborator

@gr2m gr2m commented Oct 20, 2025

Closes #9681

@gr2m gr2m linked an issue Oct 20, 2025 that may be closed by this pull request
@gr2m gr2m force-pushed the 9387-experiment-for-v6-beta-remove-commonjs-and-zod-3 branch from aa5baf9 to 84fb460 Compare October 20, 2025 20:52
"build:watch": "pnpm clean && tsup --tsconfig tsconfig.build.json --watch",
"clean": "rm -rf dist *.tsbuildinfo",
"lint": "eslint \"./**/*.ts*\"",
"lint": "eslint \"./**/*.{ts,tsx}\"",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ignores .tsbuildinfo files

"tsup": "^7.2.0",
"typescript": "5.8.3",
"vitest": "^3.0.0",
"vitest": "^3.2.4",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixes a problem with Node 24

@@ -1,14 +1,16 @@
import { defineConfig } from 'tsup';
import packageJson from './package.json';
Copy link
Collaborator Author

@gr2m gr2m Oct 20, 2025

Choose a reason for hiding this comment

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

Hm this should have been

import packageJson from './package.json' with { type: 'json' };

instead of the dynamic async import below

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.

Remove commonJS exports Experiment for v6-beta: remove commonJS and zod 3

2 participants