CPColin / ceylon.markdown

A port of the commonmark.js Markdown parser and renderer to Ceylon
Apache License 2.0
5 stars 0 forks source link

Make fetchspectests module native to JVM #21

Closed CPColin closed 6 years ago

CPColin commented 6 years ago

The code in the fetchspectests module was originally in the main module, so it couldn't assume it was running on the JVM. Now that it's its own module, we can annotate it native and do a little cleanup.