Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,6 @@ sys 0m0.022s
![meme comic "We need this to run faster" "rewrite it in rust" "rewrite it in zig" "use basic caching and work skipping" guy gets thrown out window](https://github.com/tapjs/tsimp/raw/main/faster.jpg)

Basic caching and work skipping.

## Support for older NodeJS versions
Support for Node 18.X was dropped in version `2.0.12`. Dowgrade to `2.0.11` if you need to use older Node.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"fail-skip": true
},
"engines": {
"node": "16 >=16.17.0 || 18 >= 18.6.0 || >=20"
"node": ">=20"
},
"module": "./dist/esm/index.js"
}