highsource / jsonix

Powerful XML<->JSON JavaScript mapping library.
BSD 2-Clause "Simplified" License
356 stars 75 forks source link

Can't compile with esbuild #265

Open phstc opened 1 year ago

phstc commented 1 year ago

esbuild does not work with dynamic modules - so this does not work.

I tried to patch adding a require instead of using amdefine, but it also did not work.

Anyone able to esbuild jsonix or a patched version?