9674fc87dd
front/SvelteViewEngine: add isSsr local
2021-11-28 16:41:46 +01:00
c606379bcd
front/SvelteViewEngine: don't use css cache in development environment
2021-11-25 00:25:50 +01:00
9980c54fcf
front/SvelteViewEngine: pre-compile ssr on demand, refactor globals into proper locals and lazy locals
2021-11-24 22:18:14 +01:00
c0918b17ed
Rename front layouts to templates
2021-11-21 13:14:23 +01:00
d40481fe3b
Make rollup available in dependant projects
2021-11-20 19:52:44 +01:00
e188458f9c
SvelteViewEngine: fix stores file path
2021-11-20 17:29:17 +01:00
3b636359c6
[TO SQUASH] fix scss assets build pipeline
...
squash with 7174097388
2021-06-02 18:29:37 +02:00
7ccd335649
Move route building to common subproject, fix Time export
2021-06-01 14:34:10 +02:00
2da637f51d
svelte backend calls: stop matching on ','
2021-05-31 15:34:37 +02:00
166d1c1458
Swaf export regexp: remove unnecessary escapements
2021-05-31 11:18:04 +02:00
a85d899a21
locals: handle ignored properties, ignore ModelRelation.model
2021-05-31 11:16:46 +02:00
eb6ed8f2d2
Make css properly passed from children to parents with cache and dedup
2021-05-31 11:14:56 +02:00
c6b8c48a72
Move all sources to src folder, add common ts subproject
2021-05-27 15:26:19 +02:00
c36e4c0fbe
Make locals override globals instead of the inverse
2021-05-13 17:39:20 +02:00
13bd933b0b
svelte: allow locals function calls with no parameter
2021-05-13 17:38:48 +02:00
a3ebf46b54
Add ApplicationComponent init lifecycle step and unstatic globals
...
This renames ApplicationComponent (previous) init to initRoutes and handle to handleRoutes
2021-05-13 16:03:59 +02:00
c896accdfa
svelte: backend calls: make localStore import .js extension optional
2021-05-13 15:57:31 +02:00
26140d2028
svelte: don't eat conditional chains question marks
2021-05-13 14:12:40 +02:00
fac59e12d6
views: delete target file or re-precompile on file remove
2021-05-13 14:11:23 +02:00
1167e99c30
Svelte view engine: backend calls: don't match dots and quotes
2021-05-12 14:02:58 +02:00
c60bd442e8
Svelte view engine: preprocess dependencies recursively
2021-05-12 14:02:58 +02:00
e851630be4
SvelteViewEngine: update backend calls prefix to $locals (store)
2021-05-12 14:02:58 +02:00
85b4b39dd2
Svelte view engine: also compile backend calls on SSR
...
Add local to determine whether render is SSR or not
2021-05-12 14:02:58 +02:00
b247d73fcb
Use clear-module to clear require cache of dependencies
2021-05-11 15:47:42 +02:00
423f19de68
Only crash when not watching after everything is pre-compiled
2021-05-11 15:14:51 +02:00
076cda8008
Fix localStore set to a function that fetches pre-executed backend calls
2021-05-11 15:13:32 +02:00
8884f70a24
AssetPreCompiler: watch all view directories instead of the first one
2021-05-11 13:54:08 +02:00
42f7ebba05
Svelte: write fully preprocessed code to pre-compiled files
2021-05-11 13:52:48 +02:00
6aa37eb9e4
Add two step pre-compile/compile asset processing
...
Reorganize views into new "assets" folder structure
Turn locals into a store so locals don't have to be passed through files that don't need them
Some fixes to previous commit (esm) 82ab0b963c
Remove afs in favor of fs.promises (renamed afs.exists to Utils.doesFileExist
Rename Utils.readdirRecursively to Utils.listFilesRecursively
2021-05-04 17:14:32 +02:00
82ab0b963c
Switch to esm and add import auto format
2021-05-03 20:52:52 +02:00
238bbec429
Cancel replaces on ssr html todo
2021-04-30 14:04:42 +02:00
e385986aca
Svelte: refactor many symbols and safe eval backend calls arguments
...
Also allow dumping function contents by outputing them directly
2021-04-29 16:13:31 +02:00
bd2b7e7579
svelte render: simplify replaces
2021-04-28 17:03:27 +02:00
05069b15d8
Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine
2021-04-28 17:02:49 +02:00
c93ea7691e
ViewEngine: demote buildDir and publicDir fields
2021-04-28 14:09:02 +02:00
c4f71e569f
Move globals to static ViewEngine and add setGlobal()
2021-04-28 14:05:06 +02:00
0c178955ec
Fix svelte template replace would recursively replace
2021-04-28 11:00:51 +02:00
58ea522593
Reorganize config params and use view.cache for caching instead of view.dev
2021-04-27 15:08:41 +02:00
7b2cdb8269
Clear require cache for watch recompiling
2021-04-23 18:20:22 +02:00
053313002c
Move svelte compilation to external rollup and add pre-compile-views cli
2021-04-23 15:56:39 +02:00
e5a9b9908d
Refactor and make it nicer codewise
2021-04-23 15:56:39 +02:00