astro/packages/integrations/netlify/test/edge-functions
Matthew Phillips f5afaf2498
Support re-exporting astro components containing client components (#3625)
* Support re-exporting astro components containing client components

* Include metadata for markdown too

* Fix ssr, probably

* Inject post-build

* Remove tagName custom element test

* Allows using the constructor for lit elements

* Fix hoisted script scanning

* Pass through plugin context

* Get edge functions working in the edge tests

* Fix types for the edge function integration

* Upgrade the compiler

* Upgrade compiler version

* Better release notes for lit

* Update .changeset/unlucky-hairs-camp.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* Properly test that the draft was not rendered

* Prevent from rendering draft posts

* Add a changeset about the build perf improvement.

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-06-21 08:32:05 -04:00
..
fixtures Fix: Netlify edge deployment when using markdown (#3612) 2022-06-16 20:31:08 -04:00
deps.ts Allow dynamic imports when using Netlify Edge Functions (#3535) 2022-06-07 11:41:32 -04:00
dynamic-import.test.js Support re-exporting astro components containing client components (#3625) 2022-06-21 08:32:05 -04:00
edge-basic.test.ts Support re-exporting astro components containing client components (#3625) 2022-06-21 08:32:05 -04:00
root-dynamic.test.ts Fix: Netlify edge deployment when using markdown (#3612) 2022-06-16 20:31:08 -04:00
test-utils.ts [ci] format 2022-06-07 15:43:33 +00:00