Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add eslint rule to detect side effects (which prevent tree shaking), Add script that checks presence of side effects with rollup #323

Merged
merged 8 commits into from
Mar 16, 2023

Conversation

nfcampos
Copy link
Collaborator

No description provided.

@nfcampos
Copy link
Collaborator Author

langchain/src/cache.ts Outdated Show resolved Hide resolved
@nfcampos nfcampos self-assigned this Mar 16, 2023
@nfcampos nfcampos force-pushed the nc/side-effects-tree-shake branch from 7e235e1 to 72d492e Compare March 16, 2023 09:18
@nfcampos nfcampos changed the title Add eslint rule to detect (some) side effects (that prevent tree shaking) Add eslint rule to detect (some) side effects (that prevent tree shaking), Add script that checks with presence of side effects with rollup Mar 16, 2023
@nfcampos nfcampos changed the title Add eslint rule to detect (some) side effects (that prevent tree shaking), Add script that checks with presence of side effects with rollup Add eslint rule to detect side effects (that prevent tree shaking), Add script that checks with presence of side effects with rollup Mar 16, 2023
@nfcampos nfcampos marked this pull request as ready for review March 16, 2023 14:10
@nfcampos nfcampos changed the title Add eslint rule to detect side effects (that prevent tree shaking), Add script that checks with presence of side effects with rollup Add eslint rule to detect side effects (that prevent tree shaking), Add script that checks presence of side effects with rollup Mar 16, 2023
@nfcampos nfcampos changed the title Add eslint rule to detect side effects (that prevent tree shaking), Add script that checks presence of side effects with rollup Add eslint rule to detect side effects (which prevent tree shaking), Add script that checks presence of side effects with rollup Mar 16, 2023
@nfcampos nfcampos force-pushed the nc/side-effects-tree-shake branch from 9ab5866 to 4203426 Compare March 16, 2023 15:41
@nfcampos nfcampos requested a review from agola11 March 16, 2023 15:47
Copy link
Collaborator

@agola11 agola11 left a comment

Choose a reason for hiding this comment

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

lgtm

@nfcampos nfcampos merged commit 13188db into main Mar 16, 2023
@nfcampos nfcampos deleted the nc/side-effects-tree-shake branch March 16, 2023 17:35
jacoblee93 pushed a commit that referenced this pull request Oct 9, 2024
* feat(debug): add checkpoint debug events

* fix(algo): only return channels which actually triggered the task (#324)

* Match checkpoint events with Python

* Revert triggers PR
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