This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
es6 syntax #1
Comments
Yes, I'm using this in another project which gets transpiled. Feel free to make a PR - I don't have much time to look at this just yet! Cheers |
I have tried, it's simple. However it's useless because mermaid.js seems to use To give more context I am using parceljs to compile markdown files to a final static app. It is working great for markdown-it, css, syntax hilight with hl.js, but i am missing mermaid.js diagrams, so... |
Thanks for taking a look. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
this module is using
import .. from ..
es6 module syntax. Should it be transpiled before publishing ? Because afaik node.js does not support that yet so the module fails importing in plain node.js projectsThe text was updated successfully, but these errors were encountered: