babel-plugin-solid-labels
Simple, reactive labels for SolidJS.
Install
Features
- ? Labels: Turn labels into SolidJS utility calls!
- ? Comments: Turn comments into SolidJS utility calls, too!
- ⏱ Compile-time Functions: Use functions that are evaluated during compile-time!
- ? Auto Imports: No need to import SolidJS utilities, explicitly!
- ? JS and TS Friendly!
Usage
Typescript
<any file>.d.ts
Babel
.babelrc
Vite
vite-plugin-solid
solid-start
Limitations
- Detecting shadowed identifier for
signal
andmemo
.
License
MIT