developit / snarkdown

:smirk_cat: A snarky 1kb Markdown parser written in JavaScript
http://jsfiddle.net/developit/828w6t1x/
MIT License
2.28k stars 110 forks source link

export declarations may only appear at top level of a module #97

Open victorbnl opened 3 years ago

victorbnl commented 3 years ago

On Firefox, Uncaught SyntaxError: export declarations may only appear at top level of a module

On this line image

This bugs occur on both the latest release and the source code