peggyjs / peggy

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

Drop support for IE11 #463

Closed hildjj closed 6 months ago

hildjj commented 6 months ago

It is no longer supported by Microsoft.

Proposed approach:

hildjj commented 6 months ago

proposed lint check for peggy.min.js:

"browserslist": [
  "defaults, maintained node versions, not op_mini all"
],