Skip to content

Conversation

@knutwannheden
Copy link
Contributor

  • Implement NodeProject marker to capture project metadata from package.json, similar to GradleProject marker
  • Parse and organize dependencies by scope (dependencies, devDependencies, peerDependencies, optionalDependencies, bundledDependencies)
  • Add NodeProjectQueries helper functions for querying project dependencies
  • Implement RPC codec with reference deduplication for efficient serialization
  • Optimize test infrastructure with symlinked node_modules for faster, parallel-safe test execution

- Implement `NodeProject` marker to capture project metadata from `package.json`, similar to `GradleProject` marker
- Parse and organize dependencies by scope (`dependencies`, `devDependencies`, `peerDependencies`, `optionalDependencies`, `bundledDependencies`)
- Add `NodeProjectQueries` helper functions for querying project dependencies
- Implement RPC codec with reference deduplication for efficient serialization
- Optimize test infrastructure with symlinked `node_modules` for faster, parallel-safe test execution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants