200ok-ch / org-parser

org-parser is a parser for the Org mode markup language for Emacs.
GNU Affero General Public License v3.0
325 stars 16 forks source link

support shadow-cljs #63

Closed branch14 closed 2 years ago

branch14 commented 2 years ago

Based on #62 but without the dependency on shadow-cljs.

Removed the support for building an executable that runs on Node, as this would require using dependencies that are not available for other JS Runtimes.

The use of org-parser within Node (as a library) is still supported.

munen commented 2 years ago

This is a good solution. We've done a review and tests. This will fix #61.