@danielx/civet 0.5.39 → 0.5.41
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 +2 -1
- package/dist/browser.js +399 -80
- package/dist/civet +5 -1
- package/dist/main.js +399 -80
- package/dist/main.mjs +399 -80
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,7 +111,8 @@ Civet is essentially a tasteful superset of TypeScript.
|
|
|
111
111
|
|
|
112
112
|
### JSX Enhancements
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
Inspired by [solid-dsl discussions](https://github.com/solidjs-community/solid-dsl/discussions)
|
|
115
|
+
and [jsx spec issues](https://github.com/facebook/jsx/issues)
|
|
115
116
|
|
|
116
117
|
- Indentation: instead of explicitly closing `<tag>`s or `<>`s,
|
|
117
118
|
you can indent the children and Civet will close your tags for you
|