observablehq / observablehq/notebook-kit
Find asset references in a few more attributes
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 371
- Forks
- 27
- Avg merge
- 3h 52m
- Merged PRs (30d)
- 1
Description
Vite tracks a few more asset references than we do; we should align our behavior, if feasible:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading Vite's packages/vite/src/node/assetSource.ts at lines 41-98, linked in the issue, and compare the asset attributes it recognizes with notebook-kit’s current behavior. Identify the corresponding asset-reference handling in this repository, then extend it where feasible and verify that the additional attributes are tracked consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vite
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100