elm-pages-v3-beta/generator/src
2022-07-12 01:45:45 -07:00
..
basepath-middleware.js Fix empty base handling 2021-10-02 17:26:05 +02:00
build.js Update path in build script calling adapter code. 2022-07-05 11:08:57 -07:00
cli.js Remove messy log statement from CLI command. 2022-03-03 09:18:14 -08:00
codegen-template-builder.js Generate Template.elm module. 2020-10-26 11:03:43 -07:00
codegen-template-module.js Rename variable in route module template. 2022-07-08 14:46:55 -07:00
codegen.js Generate fetchers for all the paths needed for build compilation. 2022-05-11 11:06:14 -07:00
compile-elm.js Include Html.Lazy thunk evaluation in server-side rendering in dev server. 2022-07-08 09:37:08 -07:00
copy-dir.js Copy nested directory for images folder. 2020-10-16 18:21:28 -07:00
dev-server.js Delete log noise. 2022-07-09 08:57:24 -07:00
dir-helpers.js Use non-blocking IO for terser writes. 2021-07-10 16:46:21 -07:00
elm-application.json Rename Page.elm -> RouteBuilder.elm. 2022-03-05 09:50:01 -08:00
elm-file-constants.js Extract functions into record. 2022-04-05 08:26:26 -07:00
error-formatter.js Format errors if type is list. 2022-02-04 10:53:41 -08:00
file-helpers.js Only copy Template.elm module once. 2020-10-30 10:27:33 -07:00
generate-template-module-connector.js Remove some Debug statements. 2022-06-28 14:48:57 -07:00
hello.ts Use esbuild to transpile port-data-source file, and watch for changes. 2022-03-02 10:14:55 -08: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
pre-render-html.js Generate preload directive for hashed entrypoint JS file. 2022-03-25 09:50:50 -07:00
render-worker.js Use esbuild to transpile port-data-source file, and watch for changes. 2022-03-02 10:14:55 -08:00
render.js Wire through hardcoded flag to turn HTTP caching on or off for DataSources. 2022-07-12 01:45:45 -07:00
request-cache-fs.js Fix in-memory cache reset. 2021-12-29 17:38:45 -08:00
request-cache.js Wire through hardcoded flag to turn HTTP caching on or off for DataSources. 2022-07-12 01:45:45 -07:00
rewrite-client-elm-json.js Remove DataSource code from bundle. 2022-02-13 12:42:31 -08:00
rewrite-elm-json.js Remove DataSource code from bundle. 2022-02-13 12:42:31 -08:00
route-codegen-helpers.js Fix generated route pattern for optional route params in _redirects. 2022-04-11 10:29:41 -07:00
RouteBuilder.elm Rename module. 2022-06-18 10:29:41 -07:00
seo-renderer.js Add meta tag that needs escaping to end-to-end escaping test, and fix escaping issue in SEO attributes. 2021-10-26 10:40:04 -07:00
SharedTemplate.elm Update examples. 2022-03-25 09:03:22 -07:00
SiteConfig.elm Support global head tags from API Routes so plugins can add head tags like sitemap and RSS links. 2022-02-14 11:05:42 -08:00