Skip to content

Upgrade typescript to 5.4.5#639

Merged
William FH (hinthornw) merged 3 commits intomainfrom
nc/29apr/update-tsc
Apr 30, 2024
Merged

Upgrade typescript to 5.4.5#639
William FH (hinthornw) merged 3 commits intomainfrom
nc/29apr/update-tsc

Conversation

@nfcampos
Copy link
Copy Markdown
Contributor

- Switch out implementation for generating parallel CJS build
- Follow guidelines from here microsoft/TypeScript#54567
"build:esm": "tsc --outDir dist/ && rm -rf dist/tests dist/**/tests",
"build:cjs": "tsc --outDir dist-cjs/ -p tsconfig.cjs.json && node scripts/move-cjs-to-dist.js && rm -r dist-cjs",
"build:esm": "rm -f src/package.json && tsc --outDir dist/ && rm -rf dist/tests dist/**/tests",
"build:cjs": "echo '{}' > src/package.json && tsc --outDir dist-cjs/ -p tsconfig.cjs.json && node scripts/move-cjs-to-dist.js && rm -r dist-cjs src/package.json",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

heh

@hinthornw William FH (hinthornw) merged commit c1f260d into main Apr 30, 2024
@hinthornw William FH (hinthornw) deleted the nc/29apr/update-tsc branch April 30, 2024 00:30
Tanveer Gill (tanveergill) pushed a commit to traycerai/langsmith-sdk that referenced this pull request May 11, 2025
- Switch out implementation for generating parallel CJS build
- Follow guidelines from here
microsoft/TypeScript#54567
julietaprado pushed a commit to TiendaNube/langsmith-sdk-nuvem that referenced this pull request Feb 11, 2026
- Switch out implementation for generating parallel CJS build
- Follow guidelines from here
microsoft/TypeScript#54567
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.

2 participants