#Development #Techniques
Importing a frontend JavaScript library ยท What if you want to set it up without a build system? https://ilo.im/160xql
_____
#Import #JavaScript #Library #EsModule #Npm #Tools #WebDev #Frontend
#Development #Techniques
Importing a frontend JavaScript library ยท What if you want to set it up without a build system? https://ilo.im/160xql
_____
#Import #JavaScript #Library #EsModule #Npm #Tools #WebDev #Frontend
I've been working on a workflow for using a single #esmodule sourcefile & test suite across node, and all browsers, buildless, while integrating types & commonjs compilation on commit. Check out an early draft of the first part of the series:
https://gist.github.com/khrome/8f2a52f8db27b81220e4ac9f92a81460
Testing #typescript #esmodule #async functions is easy, right? ... RIGHT?! NO! I've spent ~1.5 hrs on it and DIDN'T GET IT TO WORK!!!