Skip to content

Commit 8f90841

Browse files
mizdraclaude
andcommitted
docs: reference ts-plugin-internals.md from CLAUDE.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d7cfb8c commit 8f90841

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ function myFunction() {
9595
- **Mapping**: An object that maintains the positional relationship between a `.d.ts` file and its corresponding .css file
9696
- Mapping enables language features such as Go to Definition, Find All References, Rename
9797

98+
## Additional Documentation
99+
100+
- [`docs/ts-plugin-internals.md`](./docs/ts-plugin-internals.md): Deep dive into the TS plugin internals
101+
- Read this when working on `packages/ts-plugin` or `packages/core/src/dts-generator.ts` — especially when modifying Volar.js mappings, virtual code generation, or language service features (Go to Definition, Find References, Rename, etc.)
102+
98103
## Key Files
99104

100105
- `packages/core/src/type.ts`: Main type definitions used by CSS Modules Kit

0 commit comments

Comments
 (0)