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

feat: check for more environments for TS support #415

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

kyranet
Copy link
Member

@kyranet kyranet commented Jun 30, 2024

Added the following:

  • @babel/node
  • @swc/cli
  • esbuild
  • jest
  • tsm
  • tsx
  • vitest

On top of the existing:

  • Deno
  • Bun
  • ts-node

Code based on https://github.com/fastify/fastify-autoload/blob/master/runtime.js

Added the following:
- `@babel/node`
- `@swc/cli`
- `esbuild`
- `jest`
- `tsm`
- `tsx`
- `vitest`

On top of the existing:
- Deno
- Bun
- `ts-node`
src/lib/strategies/env.ts Show resolved Hide resolved
@kyranet kyranet merged commit d8c7a6d into main Jun 30, 2024
8 checks passed
@kyranet kyranet deleted the feat/add-more-environments-for-typescript-support branch June 30, 2024 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants