Back to Turborepo

README

packages/turbo-repository/js/README.md

2.10.10655 B
Original Source

Repositories

Provides Turborepo repository analysis for JavaScript, Cargo, and uv workspaces from a JavaScript API. Cargo and uv discovery follows the corresponding turbo.json future flags.

Note that this is not yet a stable package, and functionality, API, and naming may all change.

Development Notes

  1. The .d.ts file generated by NAPI is checked in, but not considered the definitive types to publish. We can give better details by adding our own edits on top of it. As a consequence, any PR that edits index-generated.d.ts will also need to edit index.d.ts.
  2. If new exports are added, index.js will need to be updated as well.