Commit Graph

2886 Commits

Author SHA1 Message Date
Dillon Kearns
c25f18610c Fix review errors. 2021-10-07 12:11:23 -07:00
Dillon Kearns
b876f06139 Test escaping examples both with and without --debug flag. Fix output without debug flag. 2021-10-07 12:05:13 -07:00
Dillon Kearns
17f1c6460f Update test output. 2021-10-07 12:00:38 -07:00
Dillon Kearns
cc4debb947 Install virtual-dom dependency in projects. 2021-10-07 11:58:15 -07:00
Dillon Kearns
99da8d8ebe Delete temporary test harness. 2021-10-07 11:56:09 -07:00
Dillon Kearns
36e8a1f8cd Show lazy and non-lazy in example. 2021-10-07 11:54:40 -07:00
Dillon Kearns
5e25ccbd01 Comment out lazy example for now. 2021-10-07 11:53:25 -07:00
Dillon Kearns
204b368058 Port 440b3f28b7 over to elm-explorations/test implementation. 2021-10-07 11:53:17 -07:00
Dillon Kearns
34b5820a17 Port over property name mapping from 2ea1898620 to elm-explorations/test implementation. 2021-10-07 11:48:36 -07:00
Dillon Kearns
3275b7cb5f Port over fix from 440b3f28b7 to elm-explorations/html implementation. 2021-10-07 11:42:52 -07:00
Dillon Kearns
49ce1d998b Use kernelConstants. 2021-10-07 11:36:43 -07:00
Dillon Kearns
c91b01d5a4 Port over HTML to string helpers from elm-explorations/test. TODO - still need to port the escaping fixes I did to the elm-explorations/test implementation. 2021-10-07 11:34:08 -07:00
Dillon Kearns
05b8684da4 Use latest elm-optimize-level-2. 2021-09-29 15:55:56 -07:00
Dillon Kearns
59ce1bf390
Merge pull request #233 from supermario/master
Clarify hardcoded values are not masked.
2021-09-29 07:47:14 -07:00
Mario Rogic
ee0fcd43b8
Clarify hardcoded values are not masked. 2021-09-28 19:45:28 +01:00
Dillon Kearns
0fd02b8b2c Fix tests. 2021-09-27 10:48:49 -07:00
Dillon Kearns
9a6e3d9824 Fix error passing in site config. 2021-09-27 10:45:48 -07:00
Dillon Kearns
5ed983a92f Allow some more dead-code elimination in browser Elm code through the generated code stripping off some CLI-only code. 2021-09-27 10:19:49 -07:00
Dillon Kearns
59de2f9831
Merge pull request #222 from acyuta108/patch-1 2021-09-15 22:29:31 +02:00
Acyuta
18ccbbb0f9
Minor error in Static segment description 2021-08-31 08:56:30 +02:00
Dillon Kearns
88a8421ab7
Remove duplicate text. Fixes #2. 2021-08-27 15:33:24 -07:00
Dillon Kearns
93955b00e3 Create .elm-pages folder from init command to ensure that the initial project is valid when running elm install command. Fixes #205. 2021-08-27 15:05:40 -07:00
Dillon Kearns
371019e748 Update changelog. 2021-08-27 11:52:11 -07:00
Dillon Kearns
8808ac1926 Address review errors. 2021-08-27 11:47:31 -07:00
Dillon Kearns
01dfc4b157 Update package version. 2021-08-27 11:41:30 -07:00
Dillon Kearns
46853ca617 2.1.9 2021-08-27 11:40:03 -07:00
Dillon Kearns
f93252e79f Add elm-review to starter template. 2021-08-27 11:37:34 -07:00
Dillon Kearns
7d25c16ee8 Run elm-review in build if there are errors. 2021-08-27 11:36:03 -07:00
Dillon Kearns
7d88bc74f2 Remove extra log statement. 2021-08-27 11:35:46 -07:00
Dillon Kearns
f40e1d0db2 Give an error if elm-review isn't found on the PATH. 2021-08-27 10:59:35 -07:00
Dillon Kearns
87b60e4856 Run elm-review when errors point to generated code. 2021-08-27 10:27:37 -07:00
Dillon Kearns
b3dbb7d4d6 Use more precise region for RouteParams rule errors. 2021-08-27 09:35:57 -07:00
Dillon Kearns
27c75fba9b Point unexposed error to more narrow exposing line. 2021-08-27 09:27:04 -07:00
Dillon Kearns
194470aaf4 Handle optional splats in rule. 2021-08-26 14:05:00 -07:00
Dillon Kearns
562a6e39fd Handle Required Splat route params in rule. 2021-08-26 13:52:51 -07:00
Dillon Kearns
81bc444ba0 Handle optional and required route params in rule. 2021-08-26 13:30:44 -07:00
Dillon Kearns
984029a9a0 Remove Debug.todo. 2021-08-26 13:06:22 -07:00
Dillon Kearns
eba4710a4e Use rule in docs site. 2021-08-26 13:04:51 -07:00
Dillon Kearns
4538e968e4 Update rule name. 2021-08-26 13:02:55 -07:00
Dillon Kearns
b3e1d7dc3a Don't run Page Module rules except on Page Modules. 2021-08-26 12:51:21 -07:00
Dillon Kearns
ae597d0587 Use decapitalize. 2021-08-26 10:41:19 -07:00
Dillon Kearns
83e1aeddb0 Move review rule to Elm package. 2021-08-26 10:27:30 -07:00
Dillon Kearns
787e64d5a0 Handle error when route params isn't a record alias. 2021-08-26 09:57:11 -07:00
Dillon Kearns
039ae1443e Add initial elm-review-elm-pages rule. 2021-08-26 09:30:07 -07:00
Dillon Kearns
fac4fd7087
Merge pull request #212 from dillonkearns/update-deps
Update dependencies.
2021-08-25 18:06:29 -07:00
Dillon Kearns
cedfa7db4a Update deps. 2021-08-25 17:54:05 -07:00
Dillon Kearns
8707affb37 Bump version in starter template. 2021-08-25 11:12:49 -07:00
Dillon Kearns
6e0fe973eb Bump version in test output. 2021-08-25 11:12:26 -07:00
Dillon Kearns
ea7f7fe601 2.1.8 2021-08-25 11:10:05 -07:00
Dillon Kearns
d40d19e827 Bump npm package. 2021-08-25 11:09:59 -07:00