fromdeno / deno2node

Compile your Deno project to run on Node.js.
MIT License
115 stars 3 forks source link

Remove legacy vendoring #26

Closed wojpawlik closed 2 years ago

wojpawlik commented 2 years ago

It's complex and unusably slow.

Vendoring is still marked experimental, so this shouldn't require bumping major version. Still, to provide a grace period, this shouldn't be merged before 1.2.0.

wojpawlik commented 2 years ago

1.2.0 failed to build and release because of a race condition in legacy vendoring... clean break it is then.