Closed antoniel closed 10 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
zipper-run | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 3, 2024 2:44pm |
This pull request was mentioned in Slack
Antoniel: On my side, I finished the changes to support all the extensions described in this issue; my changes have been based on <@U05D2L80SHE> PR about enabling
.ts
and.tsx
, Here are my PR: https://github.com/Zipper-Inc/zipper-functions/pull/680 Currently I’m able to pick new tasks other than finish any comment pointed on my PR
Closes: #646
Issue: Renaming Files Acts Weird with Missing ts Extension
Summary:
Issue Link: Renaming files acts weird with missing ts extension (we should allow any extension tbh) #646
Description: The update removes verifications and assumptions in certain code parts that previously expected .ts or .tsx files. This change affects file creation and editing in the playground. Additionally, the option to resolveJsonModule has been added, enabling interaction with .json files.