这是indexloc提供的服务,不要输入任何密码
Skip to content

docs(chore): switch to ESM #10405

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

Merged
merged 6 commits into from
Apr 30, 2025
Merged

docs(chore): switch to ESM #10405

merged 6 commits into from
Apr 30, 2025

Conversation

anthonyshew
Copy link
Contributor

@anthonyshew anthonyshew commented Apr 29, 2025

Description

Switching to ESM - because we should!

Testing Instructions

CI

Copy link

vercel bot commented Apr 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 8:02pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 8:02pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 8:02pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 8:02pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 8:02pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 8:02pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 8:02pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 8:02pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 8:02pm
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 8:02pm

@@ -1,4 +1,3 @@
// @ts-expect-error - This file is generated at build time.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated. Realizing I didn't need to do this in #10404. I should've fixed the Task Graph instead.

@@ -51,7 +51,7 @@
"cache": false
},
"check-types": {
"dependsOn": ["collect-examples-data"]
"dependsOn": ["collect-examples-data", "generate-openapi"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anthonyshew anthonyshew merged commit cbec8fd into main Apr 30, 2025
35 checks passed
@anthonyshew anthonyshew deleted the shew/e4511 branch April 30, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants