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

Add failing Vite v4 compatibility test #453

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

donmccurdy
Copy link
Contributor

@donmccurdy donmccurdy commented Oct 2, 2023

Adds a basic, framework-agnostic test to the compat-tests/ directory, using Vite v4. The test is intended to use a "modern JavaScript" workflow with ES Modules, and tsconfig.json is configured with:

"moduleResolution": "NodeNext",
"module": "NodeNext",
"target": "ESNext"

Currently the code works, but type checking (and the test) will fail.

@vercel
Copy link

vercel bot commented Oct 2, 2023

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

Name Status Preview Comments Updated (UTC)
theatre-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 2:41pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants