peggyjs / peggy

Peggy: Parser generator for JavaScript
https://peggyjs.org/
MIT License
883 stars 63 forks source link

[breaking] Remove support for AMD and UMD formats #491

Open hildjj opened 4 months ago

hildjj commented 4 months ago

Discuss. Does anyone still use these?

dasa commented 4 months ago

I'm still using UMD

hildjj commented 4 months ago

@dasa do you forsee using UMD for the indefinite future, or is there some reason in the future you would stop?

dasa commented 4 months ago

I could refactor to use ESM if necessary.