Skip to content

Commit

Permalink
chore: update graph
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 11, 2024
1 parent 5fecfbd commit d68cbf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ graph TD
A[Auto] --> B{{"Is Cache disabled?"}}
B --> |Yes| C[bundle-require]
B --> |No| IsTS{{"Is importing TypeScript file?"}}
IsTS --> |No| Z[native import]
IsTS --> |No| Z([native import])
IsTS --> |Yes| D{{"Supports native TypeScript?"}}
D --> |Yes| E[native import]
D --> |No| F{{"Node versions support tsx?"}}
D --> |Yes| E([native import])
D --> |No| F{{"Is Node.js version range supports tsx?"}}
F --> |Yes| G[tsx]
F --> |No| H[jiti]
```
Expand Down

0 comments on commit d68cbf9

Please sign in to comment.