pest-parser / site

This repo contains the source code for https://pest.rs
http://pest.rs/
Apache License 2.0
13 stars 16 forks source link

fix: make wideMode global #35

Closed LeoDog896 closed 1 year ago

LeoDog896 commented 1 year ago

this fixes an issue mentioned in #30 by making wideMode global. This may be superseded by the transfer to typescript in the future (which should reduce the reliance on global functions).