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

refresh TypeScript plugin configuration and dependency management #1327

Open
thescientist13 opened this issue Nov 24, 2024 · 0 comments
Open
Labels
documentation Greenwood specific docs enhancement Improve something existing (e.g. no docs, new APIs, etc) Plugins Greenwood Plugins
Milestone

Comments

@thescientist13
Copy link
Member

thescientist13 commented Nov 24, 2024

Type of Change

Enhancement

Summary

Its been a couple of years since we originally authored the TypeScript plugin and so after all this time, it probably warrants a refresh on some of its assumptions around configuration and dependency management

Details

Things we should probably refresh / refactor

  1. Default compiler configuration (based on recent projects
    {
      "compilerOptions": {
        "target": "es2022",
        "module": "es2022",
        "lib": ["es2022", "DOM", "DOM.Iterable", "esnext"],
        "allowSyntheticDefaultImports": true,
        "moduleResolution": "node",
        "allowImportingTsExtensions": true,
        "noEmit": true
      },
    }
  2. Should probably make tsc a peerDependency so users can manage their own versioning (and make it a dev dependency for plugin dev)
  3. Documentation on how to best setup type checking and error handling / logging for development and CI - improve TypeScript plugin compilation and error handling #658
@thescientist13 thescientist13 added enhancement Improve something existing (e.g. no docs, new APIs, etc) documentation Greenwood specific docs Plugins Greenwood Plugins labels Nov 24, 2024
@thescientist13 thescientist13 added this to the 1.0 milestone Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Greenwood specific docs enhancement Improve something existing (e.g. no docs, new APIs, etc) Plugins Greenwood Plugins
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant