elm-pages-v3-beta/generator/src
2021-10-07 11:34:08 -07:00
..
basepath-middleware.js Remove future NodeJS optional chain syntax. 2021-07-28 10:22:07 -07:00
build.js 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
cli.js Skip removing cache dir if it doesn't exist. 2021-07-31 17:01:56 -07:00
codegen-template-builder.js Generate Template.elm module. 2020-10-26 11:03:43 -07:00
codegen-template-module.js Rearrange template. 2021-06-24 11:34:32 -07:00
codegen.js Add --base option, and remove <base> tags. 2021-07-19 18:39:23 -07:00
compile-elm.js Run elm-review when errors point to generated code. 2021-08-27 10:27:37 -07:00
copy-dir.js Copy nested directory for images folder. 2020-10-16 18:21:28 -07:00
dev-server.js Remove extra log statement. 2021-08-27 11:35:46 -07:00
dir-helpers.js Use non-blocking IO for terser writes. 2021-07-10 16:46:21 -07:00
elm-application.json Add elm-pages docs server to show local generated docs. 2021-05-28 11:37:03 -07:00
elm-file-constants.js Remove unused code. 2021-04-10 13:14:13 -07:00
elm-pages-js-minified.js Try initial content.json in a script tag. 2021-06-25 08:03:25 -07:00
error-formatter.js Run elm-review when errors point to generated code. 2021-08-27 10:27:37 -07:00
file-helpers.js Only copy Template.elm module once. 2020-10-30 10:27:33 -07:00
generate-template-module-connector.js 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
init.js 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
Page.elm Update some references to renamed modules. 2021-07-30 15:18:55 -07:00
pre-render-html.js Add test case for <script></script> JSON escaping and only run it within the pre-rendered HTML. 2021-08-25 10:55:45 -07:00
render-worker.js Add test case for <script></script> JSON escaping and only run it within the pre-rendered HTML. 2021-08-25 10:55:45 -07:00
render.js Add test case for <script></script> JSON escaping and only run it within the pre-rendered HTML. 2021-08-25 10:55:45 -07:00
request-cache.js Cache Port DataSources like HTTP is cached. 2021-07-17 15:16:13 -07:00
rewrite-elm-json.js Avoid writing CLI app's elm.json to disk if the contents are exactly what would be written. Helps the Elm compiler speed up by around 1 second. 2021-07-10 13:57:31 -07:00
route-codegen-helpers.js Update some references to renamed modules. 2021-07-30 15:18:55 -07:00
seo-renderer.js Remove newlines between SEO head tags. 2021-06-25 08:14:20 -07:00
SharedTemplate.elm Use Shared.Msg instead of extra layer of abstraction for sub-msg type. 2021-07-27 10:48:42 -07:00
SiteConfig.elm Remove obsolete argument. 2021-08-01 10:23:20 -07:00