Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove @astrojs/lit #11680

Merged
merged 9 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/framework-lit/.codesandbox/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions examples/framework-lit/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion examples/framework-lit/.npmrc

This file was deleted.

4 changes: 0 additions & 4 deletions examples/framework-lit/.vscode/extensions.json

This file was deleted.

11 changes: 0 additions & 11 deletions examples/framework-lit/.vscode/launch.json

This file was deleted.

11 changes: 0 additions & 11 deletions examples/framework-lit/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions examples/framework-lit/astro.config.mjs

This file was deleted.

19 changes: 0 additions & 19 deletions examples/framework-lit/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions examples/framework-lit/public/assets/logo.svg

This file was deleted.

9 changes: 0 additions & 9 deletions examples/framework-lit/public/favicon.svg

This file was deleted.

106 changes: 0 additions & 106 deletions examples/framework-lit/src/components/Lorem.astro

This file was deleted.

17 changes: 0 additions & 17 deletions examples/framework-lit/src/components/calc-add.js

This file was deleted.

32 changes: 0 additions & 32 deletions examples/framework-lit/src/components/my-counter.js

This file was deleted.

1 change: 0 additions & 1 deletion examples/framework-lit/src/env.d.ts

This file was deleted.

35 changes: 0 additions & 35 deletions examples/framework-lit/src/pages/index.astro

This file was deleted.

3 changes: 0 additions & 3 deletions examples/framework-lit/tsconfig.json

This file was deleted.

4 changes: 2 additions & 2 deletions examples/integration/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default function createIntegration(): AstroIntegration {
// https://github.com/withastro/astro/blob/main/packages/integrations/react/src/index.ts
},
'astro:build:setup': () => {
// See the @astrojs/lit integration for an example
// https://github.com/withastro/astro/blob/main/packages/integrations/lit/src/index.ts
// See the @astrojs/react integration for an example
// https://github.com/withastro/astro/blob/main/packages/integrations/react/src/index.ts
},
'astro:build:done': () => {
// See the @astrojs/partytown integration for an example
Expand Down
10 changes: 0 additions & 10 deletions packages/astro/e2e/fixtures/lit-component/astro.config.mjs

This file was deleted.

11 changes: 0 additions & 11 deletions packages/astro/e2e/fixtures/lit-component/package.json

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading