Géry Debongnie
2068196377
[IMP] compiler: generate templates in strict mode
...
Before this commit, generated template functions were not using strict
mode. This may be a bad idea, since strict mode could be more performant
in some cases.
2022-06-24 15:54:09 +02:00
Géry Debongnie
0e6059467f
[REF] move component function to app, improve some code
2022-06-13 09:51:31 +02:00
Géry Debongnie
22a79cdedd
[REF] reorganize file structure
...
in order to separate compiler/ and runtime/ code
2022-05-31 14:00:01 +02:00
Géry Debongnie
2b4d8874c7
[REF] simplify template definition
2022-05-31 14:00:01 +02:00
Géry Debongnie
98b58b505b
[IMP] app: add setting to warn if no static props object
...
This can be helpful to track components that miss a static prop
description.
closes #1191
2022-05-24 13:52:42 +02:00
Géry Debongnie
c7af885f43
[IMP] compiler: improve generated compiled code
2022-02-11 10:46:44 +01:00
Géry Debongnie
aad6b806ba
[IMP] app: improve API, small refactoring
2022-02-11 10:46:44 +01:00