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

feat(core): create function to transform project graph between js and… #18578

Merged
merged 1 commit into from Aug 14, 2023

Conversation

FrozenPandaz
Copy link
Collaborator

… rust

Current Behavior

Transferring the project graph takes roughly 42ms

Expected Behavior

Transferring the project graph takes roughly 14ms (on my machine)

This isn't used yet. So nothing really changes

Related Issue(s)

Fixes #

@FrozenPandaz FrozenPandaz requested review from a team as code owners August 10, 2023 20:01
@vercel
Copy link

vercel bot commented Aug 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 11, 2023 2:31pm

Comment on lines 17 to 28
// type ExpandedSelfInput =
// | { fileset: string }
// | { runtime: string }
// | { env: string }
// | { externalDependencies: string[] };
//
// type ExpandedDepsOutput = {
// dependentTasksOutputFiles: string;
// transitive?: boolean;
// };
//
// type ExpandedInput = ExpandedSelfInput | ExpandedDepsOutput;
Copy link
Member

Choose a reason for hiding this comment

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

I know this was used as a placeholder to do the conversion to rust, I can remove it later, or you can do it now 😄

@FrozenPandaz FrozenPandaz merged commit e717fab into nrwl:master Aug 14, 2023
15 checks passed
@FrozenPandaz FrozenPandaz deleted the project-graph-transfer branch August 14, 2023 17:41
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants