We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b0dec commit 79a881bCopy full SHA for 79a881b
.cursor/rules/javascript-development.mdc
@@ -9,7 +9,6 @@ alwaysApply: false
9
## Code Organization
10
11
- Maintain compatibility with existing npm package structure
12
-- Update TypeScript definitions in `js/index.d.ts` if needed
13
- Consider impact on installation flow in `scripts/install.js`
14
- Test across different Node.js versions
15
@@ -36,6 +35,6 @@ npm run check:types
36
35
37
## TypeScript Support
38
39
-- Type definitions maintained in `js/index.d.ts`
+- Type definitions are generated via TypeScript
40
- Sync with Rust CLI interface changes
41
- Consider backward compatibility for JS API
0 commit comments