rollup-plugin-amd icon indicating copy to clipboard operation
rollup-plugin-amd copied to clipboard

Convert AMD files to ES2016 modules

Results 3 rollup-plugin-amd issues
Sort by recently updated
recently updated
newest added

I have a problem with the parse tree. Its probably something that was fixed upstream on `abstract-syntax-tree` and on `buxlabs` ![image](https://github.com/piuccio/rollup-plugin-amd/assets/4574729/0f75e056-e12c-47ad-83b2-b82405f4d667) Expected. https://runkit.com/embed/4e3t91c69du1 ![image](https://github.com/piuccio/rollup-plugin-amd/assets/4574729/c774cec2-2a4b-4e2d-b34e-804a9ee42898) https://runkit.com/embed/lxwc587fzvhz ![image](https://github.com/piuccio/rollup-plugin-amd/assets/4574729/24f9bf80-3e16-480b-ba4f-acffd5ea4e8b) 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...