Skip to content

Commit c91781a

Browse files
committed
chore(*): build system improvements
* use tsdown cli/configuration scheme instead of internal options * make tsdown plugins individually addressable * adds a barrel-dts plugin to fix some compatibility issues with commonjs dependants * changes build scripts in each package Fixes #9252 Fixes #9268
1 parent a4a60d2 commit c91781a

File tree

21 files changed

+1484
-1959
lines changed

21 files changed

+1484
-1959
lines changed

β€Ž.changeset/config.jsonβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"baseBranch": "main",
1818
"updateInternalDependencies": "patch",
1919
"ignore": [
20-
"examples"
20+
"examples",
21+
"@langchain/build",
22+
"@langchain/eslint"
2123
],
2224
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
2325
"onlyUpdatePeerDependentsWhenOutOfRange": true

β€Žinternal/build/README.mdβ€Ž

Lines changed: 0 additions & 110 deletions
This file was deleted.

β€Žinternal/build/cli.tsβ€Ž

Lines changed: 0 additions & 236 deletions
This file was deleted.

0 commit comments

Comments
Β (0)