Gin-Quin / fast-toml

The fastest and lightest Javascript parser for TOML 0.5.0 files
MIT License
11 stars 5 forks source link

better output for browsers #5

Open paulovieira opened 2 years ago

paulovieira commented 2 years ago

This module is fantastic! Thanks for sharing it. However I had some minor packaging problems when using it with webpack (in the context of a sapper application, as I mentioned in #4 ), namely:

I forked the repository to solve those problems: https://github.com/paulovieira/fast-toml/tree/umd

It's all small changes. If you're interested in merging them please let me know and I can make another PR.

Thanks.