Skip to content

Conversation

AllyW
Copy link
Contributor

@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
Contributor 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
@AllyW AllyW deleted the liftr-b branch May 21, 2025 08:58
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