Commit Graph

424 Commits

Author SHA1 Message Date
Alice Gaudon c6b8c48a72 Move all sources to src folder, add common ts subproject 2021-05-27 15:26:19 +02:00
Alice Gaudon c36e4c0fbe Make locals override globals instead of the inverse 2021-05-13 17:39:20 +02:00
Alice Gaudon 13bd933b0b svelte: allow locals function calls with no parameter 2021-05-13 17:38:48 +02:00
Alice Gaudon c9fed2d873 Use maintenance component to throw 503s when some components are unavailable 2021-05-13 16:26:27 +02:00
Alice Gaudon 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
Alice Gaudon cdf95c0c0b Add has and require methods to Extendable 2021-05-13 15:58:41 +02:00
Alice Gaudon c896accdfa svelte: backend calls: make localStore import .js extension optional 2021-05-13 15:57:31 +02:00
Alice Gaudon 76fa44c245 Convert errors pages to svelte
Fallback non-existing error views to generic Error svelte component
2021-05-13 15:55:56 +02:00
Alice Gaudon 66a696f40e Application: fix isInNodeModules is inverted 2021-05-13 14:13:45 +02:00
Alice Gaudon 26140d2028 svelte: don't eat conditional chains question marks 2021-05-13 14:12:40 +02:00
Alice Gaudon fac59e12d6 views: delete target file or re-precompile on file remove 2021-05-13 14:11:23 +02:00
Alice Gaudon c1c7b8920d Add generic type to localStore 2021-05-13 14:08:35 +02:00
Alice Gaudon afd45bd99d Reorganize frontend tests and add more $locals tests 2021-05-12 14:48:45 +02:00
Alice Gaudon a4d175addc Handle assets as commonjs 2021-05-12 14:48:02 +02:00
Alice Gaudon d423d78f2a esm: fix jest not running
following 82ab0b963c
2021-05-12 14:33:18 +02:00
Alice Gaudon 1167e99c30 Svelte view engine: backend calls: don't match dots and quotes 2021-05-12 14:02:58 +02:00
Alice Gaudon c60bd442e8 Svelte view engine: preprocess dependencies recursively 2021-05-12 14:02:58 +02:00
Alice Gaudon e851630be4 SvelteViewEngine: update backend calls prefix to $locals (store) 2021-05-12 14:02:58 +02:00
Alice Gaudon 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
Alice Gaudon b247d73fcb Use clear-module to clear require cache of dependencies 2021-05-11 15:47:42 +02:00
Alice Gaudon 423f19de68 Only crash when not watching after everything is pre-compiled 2021-05-11 15:14:51 +02:00
Alice Gaudon 076cda8008 Fix localStore set to a function that fetches pre-executed backend calls 2021-05-11 15:13:32 +02:00
Alice Gaudon 911e64a6ae Remove unnecessary svelte preprocess plugin from rollup 2021-05-11 15:08:10 +02:00
Alice Gaudon 8884f70a24 AssetPreCompiler: watch all view directories instead of the first one 2021-05-11 13:54:08 +02:00
Alice Gaudon 42f7ebba05 Svelte: write fully preprocessed code to pre-compiled files 2021-05-11 13:52:48 +02:00
Alice Gaudon e95595f5a3 package.json dev script: reorder nodemon tasks 2021-05-04 17:39:31 +02:00
Alice Gaudon 4b5111b33a package.json dev script: always clean compile first
This avoids running old code that could modify the databases unexpectedly
2021-05-04 17:34:14 +02:00
Alice Gaudon 50e1b287a9 Catch command line errors and force exit with error code 2021-05-04 17:28:02 +02:00
Alice Gaudon 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
Alice Gaudon 82ab0b963c Switch to esm and add import auto format 2021-05-03 20:52:52 +02:00
Alice Gaudon 238bbec429 Cancel replaces on ssr html todo 2021-04-30 14:04:42 +02:00
Alice Gaudon 05d112a3b3 Remove NunjucksComponent 2021-04-30 13:59:22 +02:00
Alice Gaudon c524ddde44 Remove useless node-sass package 2021-04-30 10:50:54 +02:00
Alice Gaudon 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
Alice Gaudon bd2b7e7579 svelte render: simplify replaces 2021-04-28 17:03:27 +02:00
Alice Gaudon 05069b15d8 Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine 2021-04-28 17:02:49 +02:00
Alice Gaudon a7f421d2f8 Move request context locals definition to FrontendToolsComponent 2021-04-28 14:10:29 +02:00
Alice Gaudon c93ea7691e ViewEngine: demote buildDir and publicDir fields 2021-04-28 14:09:02 +02:00
Alice Gaudon c4f71e569f Move globals to static ViewEngine and add setGlobal() 2021-04-28 14:05:06 +02:00
Alice Gaudon 0c178955ec Fix svelte template replace would recursively replace 2021-04-28 11:00:51 +02:00
Alice Gaudon 98008517b2 Fix prepare-sources.js comment 2021-04-27 15:44:20 +02:00
Alice Gaudon c8e9cf963d Fix indent on tsconfig files 2021-04-27 15:44:04 +02:00
Alice Gaudon fd7a6af98d Remove useless type definitions 2021-04-27 15:43:51 +02:00
Alice Gaudon 9d5c791081 Rollback package.json indent change 2021-04-27 15:10:30 +02:00
Alice Gaudon 58ea522593 Reorganize config params and use view.cache for caching instead of view.dev 2021-04-27 15:08:41 +02:00
Alice Gaudon faab9e4894 Rollback config files indent change 2021-04-27 15:01:07 +02:00
Alice Gaudon 4f1f88c8f8 Remove useless commandLineArgs.input manipulation 2021-04-27 15:00:43 +02:00
Alice Gaudon 7b2cdb8269 Clear require cache for watch recompiling 2021-04-23 18:20:22 +02:00
Alice Gaudon a97e68289e Prevent nodemon infinite loop on yarn dev after yarn clean 2021-04-23 18:19:05 +02:00
Alice Gaudon 10bd8bb95e Upgrade @rollup/plugin-commonjs 2021-04-23 16:11:14 +02:00