Commit Graph

5071 Commits

Author SHA1 Message Date
Dillon Kearns
01616dc4d5 Update options for new esbuild version. 2023-01-29 16:35:19 -08:00
Dillon Kearns
ce6eb1676b Merge branch 'master' into adapter-mjs 2023-01-29 11:07:29 -08:00
Dillon Kearns
7796ce47da Review errors. 2023-01-29 11:07:20 -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
c2f7e54440 Use node import prefix in file. 2023-01-29 08:49:21 -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
Dillon Kearns
ffdd9db19c Add bundle-script command. 2023-01-29 08:35:46 -08:00
Dillon Kearns
482096df96 Bump esbuild. 2023-01-28 19:09:26 -08:00
Dillon Kearns
a15ce31e0e Remove tsconfig options relating to output format. 2023-01-28 17:57:43 -08:00
Dillon Kearns
948efdcc23 Remove unused value. 2023-01-28 17:57:27 -08:00
Dillon Kearns
7b1baec4a2 Use esm for example project. 2023-01-28 14:32:39 -08:00
Dillon Kearns
eafd067b18 Fix esbuild step for script runner. 2023-01-28 12:14:08 -08:00
Dillon Kearns
d452cc0fd0 Use external packages option instead of hardcoded setting prisma dependency to external. 2023-01-27 19:59:53 -08:00
Dillon Kearns
19004f9180 Try importing custom-backend-task definitions directly to avoid bundling issues. 2023-01-27 10:18:19 -08:00
Dillon Kearns
5f8ce1b2eb Try different path format in adapter script. 2023-01-27 09:43:37 -08:00
Dillon Kearns
1adf37ba42 Update tsconfig. 2023-01-27 09:39:56 -08:00
Dillon Kearns
a3a385d643 Update prisma example code. 2023-01-27 09:39:48 -08:00
Dillon Kearns
93408eb17b Try prisma in Netlify. 2023-01-26 16:07:40 -08:00
Dillon Kearns
6eb4bff4bd Remove duplicate form validation errors. 2023-01-26 09:17:23 -08:00
Dillon Kearns
e0b9c35d6d Wire through server data in form example. 2023-01-26 09:16:03 -08:00
Dillon Kearns
61212bce0c Remove obsolete SEO tags for form example. 2023-01-26 09:15:49 -08:00
Dillon Kearns
11b4fc729e Add BackendTask.Time.now. 2023-01-25 15:49:43 -08:00
Dillon Kearns
b989ba624e Update docs. 2023-01-25 15:16:04 -08:00
Dillon Kearns
a864a517ea Add BackendTask.Random API. 2023-01-25 14:33:24 -08:00
Dillon Kearns
71bd580f98 Fix path to compiled CLI elm. 2023-01-25 09:00:19 -08:00
Dillon Kearns
d4a8342888
Merge pull request #8 from dillonkearns/esm
Convert to ESM syntax
2023-01-24 17:15:01 -08:00
Dillon Kearns
3d00feb5d9 3.0.0-beta.19 2023-01-24 17:07:12 -08:00
Dillon Kearns
5e8a4005ef Bump Elm package. 2023-01-24 17:06:54 -08:00
Dillon Kearns
e546b97186 Remove empty cypress plugins config. 2023-01-24 16:15:13 -08:00
Dillon Kearns
ab55a496ed Use latest cypress. 2023-01-24 16:09:21 -08:00
Dillon Kearns
489ab057e8 Add tsconfig to try to fix cypress build error. 2023-01-24 16:08:09 -08:00
Dillon Kearns
7ef56571bf Use ESM for mocha tests. 2023-01-24 15:59:53 -08:00
Dillon Kearns
8978ed1ac9 Change CLI output file path extension to .cjs. 2023-01-24 15:52:42 -08:00
Dillon Kearns
29b1c2647c Merge branch 'master' into esm 2023-01-23 16:48:05 -08:00
Dillon Kearns
bd289211eb Remove unused. 2023-01-23 16:28:55 -08:00
Dillon Kearns
645dd4e5dd Write compiled Elm CLI output with .cjs extension to make it compatible with "type": "module" in package.json file. 2023-01-23 16:03:52 -08:00
Dillon Kearns
e835b494c9 Update adapter script. 2023-01-22 15:47:51 -08:00
Dillon Kearns
7f35edd60e Set esbuild option in netlify.toml to allow ESM syntax. 2023-01-22 14:37:31 -08:00
Dillon Kearns
852be5fe11 Fix compiler errors in example. 2023-01-22 14:28:24 -08:00
Dillon Kearns
2973589dea Bump Node version. 2023-01-22 14:18:48 -08:00
Dillon Kearns
0f32ba7daa Use import syntax for adapter script. 2023-01-22 14:17:47 -08:00
Dillon Kearns
7f52463b0c Address review error. 2023-01-22 13:55:20 -08:00
Dillon Kearns
2ecbc16eb9 Restart thread pool when Elm code changes to clear import cache. 2023-01-22 13:52:02 -08:00
Dillon Kearns
3622c715ad Remove references to obsolete staticHttpCache. 2023-01-22 09:45:18 -08:00
Dillon Kearns
69d7237af9 Update codegen template. 2023-01-22 09:33:32 -08:00
Dillon Kearns
9600de126b Convert to ESM. 2023-01-22 09:33:32 -08:00