neat! so if i'm understanding this correctly, you're going to be extending the TS compiler, which will look up all of your project dependencies and convert them to ES modules...then that would eradicate the need for any bundling at all!?
How’s it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK 🇬🇧
Education
10 plus years* active enterprise development experience and a Fine art degree 🎨
100% correct. And for those who say but thats lots of requests, I'm targeting HTTP2 servers that want lots of requests in smaller sizes. The exact opposite of a bundle.
very interesting, do you have a github repo for this? I started a recent a project with snowpack but hit the same issues as you and ended up just falling back to parcel.
How’s it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK 🇬🇧
Education
10 plus years* active enterprise development experience and a Fine art degree 🎨
How’s it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK 🇬🇧
Education
10 plus years* active enterprise development experience and a Fine art degree 🎨
How’s it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK 🇬🇧
Education
10 plus years* active enterprise development experience and a Fine art degree 🎨
neat! so if i'm understanding this correctly, you're going to be extending the TS compiler, which will look up all of your project dependencies and convert them to ES modules...then that would eradicate the need for any bundling at all!?
100% correct. And for those who say but thats lots of requests, I'm targeting HTTP2 servers that want lots of requests in smaller sizes. The exact opposite of a bundle.
very interesting, do you have a github repo for this? I started a recent a project with snowpack but hit the same issues as you and ended up just falling back to parcel.
Il get back to you soon about that. But I do need a name for it. Any ideas?
Here is a successful compile of all dependencies related to an example project currently nested in the repo.
look forward to it!
u know what they say, the two hardest things in programming is naming things and cache invalidation! 😜
Introducing Unpack
github.com/adam-cyclones/unpack
... but at the moment its broken because I am refactoring it into lib and cli packages.