lilact 0.7.5 → 0.7.6
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/docs/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ that is around `80kb` minified and around `27kb` gzipped and includes its whole
|
|
|
22
22
|
|
|
23
23
|
`Lilact` works in the browser, so it doesn't rely on any JS/node back-end and can
|
|
24
24
|
essentially work with any kind of web server/back-end. An example of using it with a PHP/MySQL
|
|
25
|
-
data store is available on [
|
|
25
|
+
data store is available on [lilact-php-demo](https://github.com/arashkazemi/lilact-php-demo).
|
|
26
26
|
|
|
27
27
|
`Lilact` uses its own JSX transpiler, and not babel. It is a recursive-descent
|
|
28
28
|
parser with lookahead, but it doesn't parse the JS syntax completely and relies on the
|
package/docs/index.html
CHANGED
|
@@ -13,7 +13,7 @@ that is around <code>80kb</code> minified and around <code>27kb</code> gzipped a
|
|
|
13
13
|
<code>Lilact</code> is very fast, it uses minimum resources and handles memory very efficiently.</p>
|
|
14
14
|
<p><code>Lilact</code> works in the browser, so it doesn't rely on any JS/node back-end and can
|
|
15
15
|
essentially work with any kind of web server/back-end. An example of using it with a PHP/MySQL
|
|
16
|
-
data store is available on <a href="https://github.com/arashkazemi/
|
|
16
|
+
data store is available on <a href="https://github.com/arashkazemi/lilact-php-demo">lilact-php-demo</a>.</p>
|
|
17
17
|
<p><code>Lilact</code> uses its own JSX transpiler, and not babel. It is a recursive-descent
|
|
18
18
|
parser with lookahead, but it doesn't parse the JS syntax completely and relies on the
|
|
19
19
|
JS runtime to detect some errors. The transpiler weights
|
package/package.json
CHANGED