denoland / node_shims

npm packages providing shims for the Deno namespace and other globals. Useful for running Deno-first programs on Node.
MIT License
149 stars 29 forks source link

Implemented seek and seekSync #189

Open AlexanderOMara opened 1 week ago

AlexanderOMara commented 1 week ago

Since there's no way in Node to seek/tell the current position (when position is null), track the position internally and use that instead.

Solves https://github.com/denoland/node_shims/issues/142 .

CLAassistant commented 1 week ago

CLA assistant check
All committers have signed the CLA.