squint-cljs 0.0.0-alpha.46 → 0.0.0-alpha.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/cli.js +997 -986
- package/lib/cljs_core.js +758 -758
- package/lib/compiler.js +472 -468
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -151,7 +151,7 @@ Note that when using a Clojure expression, you escape the JSX context so when yo
|
|
|
151
151
|
#jsx [:span "Even"])])
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
See an example of an application using JSX [here](https://squint-cljs.github.io/demos/squint/solidjs/) ([source](https://github.com/squint-cljs/squint
|
|
154
|
+
See an example of an application using JSX [here](https://squint-cljs.github.io/demos/squint/solidjs/) ([source](https://github.com/squint-cljs/squint/blob/main/examples/solidjs/src/App.cljs)).
|
|
155
155
|
|
|
156
156
|
## Async/await
|
|
157
157
|
|