Commit Graph

1342 Commits

Author SHA1 Message Date
Dillon Kearns
8f0c334b22 Re-order RouteBuilder parameters for consistency. 2023-03-03 11:06:28 -08:00
Dillon Kearns
e19b547808 Remove PageUrl argument and rename RouteBuilder.StaticPayload -> RouteBuilder.App. 2023-03-02 11:36:34 -08:00
Dillon Kearns
0c7ba5f32e Bump NPM package. 2023-02-28 16:55:54 -08:00
Dillon Kearns
460d309e57 Bump NPM package. 2023-02-28 16:18:20 -08:00
Dillon Kearns
2dbcc99e86 Bump compatability key. 2023-02-28 16:16:57 -08:00
Dillon Kearns
c53c09aa31 Move Pages.Msg -> PagesMsg and Pages.Msg.Msg -> PagesMsg.PagesMsg. 2023-02-28 15:45:59 -08:00
Dillon Kearns
1e7e62c33f Bump NPM version. 2023-02-20 16:02:31 -08:00
Dillon Kearns
d23277b679 Bump compatability key. 2023-02-20 16:02:06 -08:00
Dillon Kearns
5c85fbdde3 Revert globby change. 2023-02-20 15:52:44 -08:00
Dillon Kearns
0da045e241 Use vitest instead of mocha. 2023-02-20 11:55:43 -08:00
Dillon Kearns
e3cb9d3a01 Fix some issues with the test script and esm import syntax to fix CI. 2023-02-20 11:44:02 -08:00
Dillon Kearns
19aae5e250 Fix onSubmit form data marshalling for production build. 2023-02-20 11:01:48 -08:00
Dillon Kearns
eef2a81bf0 Bump NPM version. 2023-02-18 12:34:59 -08:00
Dillon Kearns
269ea057fc Bump compatability key. 2023-02-18 12:34:45 -08:00
Dillon Kearns
df0489fc38 Revert unused config value. 2023-02-14 14:33:00 -08:00
Dillon Kearns
4224611e32 Set vite mode to development to avoid warning. 2023-02-13 20:34:32 -08:00
Dillon Kearns
26670d4283 Bump NPM version. 2023-02-13 08:06:42 -08:00
Dillon Kearns
6548ee523a Ignore chokidar for new directories created in app/Route to avoid extra compile that caused race condition. 2023-02-10 15:16:53 -08:00
Dillon Kearns
8297473221 Update compatability keys and NPM version. 2023-02-09 12:05:02 -08:00
Dillon Kearns
4f4e266f35 Inline some values. 2023-02-09 12:02:06 -08:00
Dillon Kearns
baf7f20bfc Bump version. 2023-02-08 18:31:12 -08:00
Dillon Kearns
319150ea1f Show a reconnect banner for dev server and attempt to reconnect EventSource. 2023-02-08 15:23:35 -08:00
Dillon Kearns
f3777804aa Wait for pending CLI compile to finish before running render thread. 2023-02-08 11:55:35 -08:00
Dillon Kearns
9162abf153 Remove commented code. 2023-02-08 11:55:17 -08:00
Dillon Kearns
ad005d7ed2 Remove redundant compiliation. 2023-02-08 11:55:09 -08:00
Dillon Kearns
444163cf96 Don't consider unused threads as stale. 2023-02-08 11:25:57 -08:00
Dillon Kearns
05356dcd47 Revert back to terminating worker threads instead of fresh esm imports since esm import cache invalidation doesn't work. 2023-02-08 11:21:14 -08:00
Dillon Kearns
912c87f59d Formatting. 2023-02-08 11:19:14 -08:00
Dillon Kearns
3ea9adf3a4 Add catch around delete to ignore when file is not found. 2023-02-08 08:12:30 -08:00
Dillon Kearns
f46aa9332e Fix timestamp for loading fresh Elm compiled CLI code. 2023-02-08 08:11:44 -08:00
Dillon Kearns
d50bca43a9 Remove obsolete code for clearing previously used cache directory. 2023-02-08 08:11:07 -08:00
Dillon Kearns
a9f431f4af Bump NPM package. 2023-02-07 10:28:36 -08:00
Dillon Kearns
5613cbc028 Use ESM syntax for compatability key script. 2023-02-07 10:27:34 -08:00
Dillon Kearns
3ef54d6275 Support missing custom-backend-task file in script bundle and run commands. 2023-02-07 10:18:52 -08:00
Dillon Kearns
2e47866cb0 Remove import asserts to remove warnings. 2023-02-07 10:05:35 -08:00
Dillon Kearns
d1ce1453f1 Use more robust import with changed timestamp to re-import compiled Elm on change instead of restarting thread pool. 2023-02-07 09:35:24 -08:00
Dillon Kearns
50b1dd1fe9 Add timing for BackendTask.Custom.run in terminal. 2023-02-07 09:00:43 -08:00
Dillon Kearns
a3d9a26f4f Better exception handling for custom backend task error messages. 2023-02-06 08:28:37 -08:00
Dillon Kearns
285f3022b2 Handle decoder failure case for custom backend tasks, and add decoders for JS Date type. 2023-02-04 12:38:22 -08:00
Dillon Kearns
0cc4ffe0d3 Transform dates and undefined values in objects from custom backend task definitions to make them decodeable in Elm. 2023-02-04 08:06:35 -08:00
Dillon Kearns
a0cdc6858d Remove obsolete exposed value in demo. 2023-02-03 10:18:48 -08:00
Dillon Kearns
fdd9a223dc Update starter scaffolding. 2023-02-01 12:07:04 -08:00
Dillon Kearns
f30fded37e Fix vite warning. 2023-01-29 16:43:55 -08:00
Dillon Kearns
01616dc4d5 Update options for new esbuild version. 2023-01-29 16:35:19 -08:00
Dillon Kearns
03273cb2a1 Show error for missing custom backend file. 2023-01-29 11:05:58 -08:00
Dillon Kearns
b0d188e00c Update to use new esbuild watch API. 2023-01-29 10:43:10 -08:00
Dillon Kearns
faf2f4b5f7 Print error. 2023-01-29 10:35:53 -08:00
Dillon Kearns
75ed9c50e7 Use node prefix for node core imports. 2023-01-29 08:37:50 -08:00
Dillon Kearns
70816b8877 Remove redundant switch return. 2023-01-29 08:36:38 -08:00
Dillon Kearns
9251a8201d Fix issue with globby import. 2023-01-29 08:36:21 -08:00