๐Ÿš€ Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more โ†’
Sign In

@shadow-js/compiler

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shadow-js/compiler - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+7
-2
package.json
{
"name": "@shadow-js/compiler",
"version": "0.1.0",
"version": "0.2.0",
"description": "JSX compiler and transforms for ShadowJS",

@@ -15,3 +15,8 @@ "author": "Jehaad AL-Johani",

},
"keywords": ["shadowjs", "compiler", "jsx", "transform"],
"keywords": [
"shadowjs",
"compiler",
"jsx",
"transform"
],
"engines": {

@@ -18,0 +23,0 @@ "node": ">=20"

@@ -420,7 +420,7 @@ # ShadowJS Compiler

- **Examples**: [Transformation Examples](../../documentation/examples.md)
- **Issues**: [GitHub Issues](https://github.com/shadow-js/shadow/issues)
- **Discussions**: [GitHub Discussions](https://github.com/shadow-js/shadow/discussions)
- **Issues**: [GitHub Issues](https://github.com/shadowjs-dev/shadow/issues)
- **Discussions**: [GitHub Discussions](https://github.com/shadowjs-dev/shadow/discussions)
---
Built with โค๏ธ for compile-time reactivity.
Built by Jehaad AL-Johani for compile-time JSX transformations.