getify / LABjs

Loading And Blocking JavaScript: On-demand parallel loader for JavaScript with execution order dependencies
http://labjs.com
2.28k stars 313 forks source link

JsDelivr - I can't see '.js' files #134

Open wellington1993 opened 4 years ago

wellington1993 commented 4 years ago

I can't see '.js' files in JsDelivr: https://www.jsdelivr.com/package/npm/labjs

Thanks!

sparrowme commented 3 years ago

Are you still planning to release this to npm?

getify commented 3 years ago

I am not planning to release the old LABjs 2.0.3 onto npm, but the long-running (many years now) effort to rewrite the 3.0 branch, yes, the plan was to put that out on npm (and thus it would be available for jsDelivr and other CDNs).

The 3.0 rewrite was mostly complete, but I stalled out because creating a test environment for script loading is actually really difficult. I was actually building a virtual-DOM sort of thing to fake those behaviors so I could have proper testing, but I never quite finished that effort. Would love help with it. :)

wellington1993 commented 3 years ago

Thanks @getify