pkgxdev / libpkgx

`import`… but with pkging powers
https://npmjs.com/libpkgx
Apache License 2.0
62 stars 11 forks source link

v1 wip #48

Closed mxcl closed 10 months ago

mxcl commented 10 months ago

2 remaining issues.

Canot stub fetch in dnt mode (ie. the deno dnt module that transpiles us into a valid node module). We worked around this before by just fetching from dist.pkgx.dev but that's no good now (and it was filthy before) since we don't have any packages for windows yet.

Secondly for some reason dnt is compiling koffi for windows and this fails. It shouldn't need compiling since it bundles precompiled blobs with itself. So I don't get it.

mxcl commented 10 months ago

All works but I couldn't get LockFileEx to work with ffi. So swapped out for proper-lockfile. This is not acceptable for v1.