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

refactor: typescript with scripts #38

Closed LeoDog896 closed 1 year ago

LeoDog896 commented 1 year ago

This moves all inline scripts in HTML into their own, separate typescript files.

There's 1 miscellaneous change, which just enables link time optimization for wasm-pack, optimizing size.

nathanielknight commented 1 year ago

LGTM, and works on my machine. :+1: