Language Support
Languages that jsrepo supports in your registry.
jsrepo has to analyze your code to resolve any local/remote dependencies. Because of this it needs to explicitly support languages for them to be used in your registry.
Legend:
- ✅: Supported
- ⌛️: In progress
- 🚫: Not in progress
- ⚠️: Partial support
Language | Dependencies | Formatting | Watermarks |
---|---|---|---|
*.js | ✅ | ✅ | ✅ |
*.ts | ✅ | ✅ | ✅ |
*.jsx | ✅ | ✅ | ✅ |
*.tsx | ✅ | ✅ | ✅ |
*.svelte | ✅ | ⚠️ | ✅ |
*.vue | ✅ | ⚠️ | ✅ |
*.(yaml|yml) | 🚫 | ⚠️ | ✅ |
*.json | 🚫 | ✅ | 🚫 |
*.jsonc | 🚫 | ✅ | ✅ |
*.css | 🚫 | ✅ | ✅ |
*.svg | 🚫 | 🚫 | ✅ |
*.(sass|scss) | 🚫 | ⚠️ | ✅ |
*.(html) | ⚠️ | ⚠️ | ✅ |