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

Deno + Tailwind4 + TS update #105

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

sakgoyal
Copy link

  • Migrate to tailwind 4 (Automatic migration from codemod)
  • Fix many typescript issues
  • Use Deno instead of Node
    • Removes many dependencies
    • simplifies workflow
    • remove many config files
    • Ran formatter (reordered imports)
      • enforce proper file extensions in imports
    • Import map to simplify imports
    • prefix node api imports with node:
  • Update dependencies

Issues:

  • Deno fmt
    • does not support disabling trailing commas
    • does not support folder specific options (.tsx specific options), or maybe I just dont know how
  • react-tag-input does not properly export types
    • need to do annoying import in TagList.tsx

TODO:

  • see if import maps can remove the need for specifying "index.ts" in imports somehow

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.

1 participant