[PR #433] [MERGED] Export internal types required for portability from a separate entrypoint #755

Closed
opened 2026-02-15 19:15:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/433
Author: @jacoblee93
Created: 8/30/2024
Status: Merged
Merged: 8/30/2024
Merged by: @jacoblee93

Base: jacob/0.2Head: jacob/types


📝 Commits (2)

  • 270f905 Export internal types required for portability from a separate entrypoint
  • d95de03 Format

📊 Changes

6 files changed (+38 additions, -12 deletions)

View changed files

📝 environment_tests/test-exports-tsc/main.ts (+3 -1)
📝 libs/langgraph/.gitignore (+4 -0)
📝 libs/langgraph/langchain.config.js (+1 -0)
📝 libs/langgraph/package.json (+14 -1)
libs/langgraph/src/_types.ts (+16 -0)
📝 libs/langgraph/src/web.ts (+0 -10)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/433 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `jacob/0.2` ← **Head:** `jacob/types` --- ### 📝 Commits (2) - [`270f905`](https://github.com/langchain-ai/langgraphjs/commit/270f905db6dfd7b2cc1a2b7139edda0bb12af937) Export internal types required for portability from a separate entrypoint - [`d95de03`](https://github.com/langchain-ai/langgraphjs/commit/d95de03a1c68de03175f80786d7a7336840f02b0) Format ### 📊 Changes **6 files changed** (+38 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `environment_tests/test-exports-tsc/main.ts` (+3 -1) 📝 `libs/langgraph/.gitignore` (+4 -0) 📝 `libs/langgraph/langchain.config.js` (+1 -0) 📝 `libs/langgraph/package.json` (+14 -1) ➕ `libs/langgraph/src/_types.ts` (+16 -0) 📝 `libs/langgraph/src/web.ts` (+0 -10) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:15:47 -05:00
yindo closed this issue 2026-02-15 19:15:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#755