rollup-plugin-amd
rollup-plugin-amd copied to clipboard
Convert AMD files to ES2016 modules
I have a problem with the parse tree. Its probably something that was fixed upstream on `abstract-syntax-tree` and on `buxlabs`  Expected. https://runkit.com/embed/4e3t91c69du1  https://runkit.com/embed/lxwc587fzvhz  What I get https://runkit.com/embed/kqkok2lcsprv...
In order to use Microsofts libraries for devops extensions, namely `node_modules/azure-devops-extension-api` and `node_modules/azure-devops-sdk` (both AMD modules), in a vite project, I need to convert from ADM to ESM. Can I...
The underlying library (@buxlabs/amd-to-es6) doesn't work with things like optional chaining. I figured out a decently simple workaround and wanted to share it so you guys don't have to spend...