From f5afaf24984ee7d4d6e908a7eeed17f5ca18c61e Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 21 Jun 2022 08:32:05 -0400 Subject: 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 * 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 --- packages/integrations/netlify/test/edge-functions/edge-basic.test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/integrations/netlify/test/edge-functions/edge-basic.test.ts') diff --git a/packages/integrations/netlify/test/edge-functions/edge-basic.test.ts b/packages/integrations/netlify/test/edge-functions/edge-basic.test.ts index 7765e6554..5cce36c7f 100644 --- a/packages/integrations/netlify/test/edge-functions/edge-basic.test.ts +++ b/packages/integrations/netlify/test/edge-functions/edge-basic.test.ts @@ -8,6 +8,7 @@ Deno.test({ // TODO: debug why build cannot be found in "await import" ignore: true, name: 'Edge Basics', + skip: true, async fn() { let close = await runBuild('./fixtures/edge-basic/'); const { default: handler } = await import( -- cgit v1.2.3