theatre-js / theatre

Motion design editor for the web
https://www.theatrejs.com
Apache License 2.0
10.82k stars 337 forks source link

Add failing Vite v4 compatibility test #453

Closed donmccurdy closed 7 months ago

donmccurdy commented 7 months ago

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[bot] commented 7 months ago

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