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

adjust version and add extern tsp lib #427

Merged
merged 3 commits into from
Nov 18, 2024
Merged

adjust version and add extern tsp lib #427

merged 3 commits into from
Nov 18, 2024

Conversation

AllyW
Copy link
Member

@AllyW AllyW commented Nov 18, 2024

No description provided.

Comment on lines +138 to +141
for (const extern_source of extern_packages) {
const extern_projects = await findWorkspacePackagesNoCheck(resolve(repoRoot, extern_source));
projects.push(...extern_projects);
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it possible to move part of the createTypeSpecBundle functions into browser such as web, so that we can dynamically fetch and create the bundle

Copy link
Member Author

@AllyW AllyW Nov 18, 2024

Choose a reason for hiding this comment

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

Yes, that can be realized if we mimic npm get lib and then adjust the virtual file system by 1) direct tsp loading or 2) bundle and dynamically load shim import map file.

@kairu-ms kairu-ms merged commit 941b3d0 into Azure:dev Nov 18, 2024
3 checks passed
@kairu-ms kairu-ms mentioned this pull request Nov 21, 2024
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