Skip to content

Commit

Permalink
docs: minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Oct 5, 2024
1 parent 7c1808f commit cd1b5da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ Beginning with 1.2.6, `.js` specifiers are also supported:
import { something } from './a.js' // works too!
```
Whatever your choice, remember that extensions are mandatory in ESM scripts.
#### TypeScript specificities
Expand All @@ -126,7 +125,7 @@ TypeScript's module resolution specificities are not handled; instead, Node's mo
### Sucrase
`ts-run` uses a customized build of [Sucrase](https://github.com/alangpierce/sucrase) under the hood and therefore exhibits the same potential bugs and misbehaviors than Sucrase.
If `ts-run` seems to not work as you'd expect, you should first check [if this there is a Sucrase issue open for your problem](https://github.com/alangpierce/sucrase/issues).
If `ts-run` seems to not work as you'd expect, you should first check if there is a [Sucrase issue](https://github.com/alangpierce/sucrase/issues) open for your problem.
## Authoring your scripts
Expand Down

0 comments on commit cd1b5da

Please sign in to comment.