JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

Enable JS IR compilation support #73

Closed ajalt closed 3 years ago

ajalt commented 3 years ago

Commit 47d352a7 previously disabled IR compilation due to tests not functioning. In order to use js(BOTH), I removed the unused dependency on kotlinx-nodejs (that library is just headers based on TypeScript definitions, it isn't necessary for running on node), and the unnecessary binaries.executable() (it's not necessary for tests, and there are no other js binaries in this repo).

ajalt commented 3 years ago

Hm. The macOS tests failed due to a network error when downloading gradle. They should pass if you rerun the build. The build on my fork succeeded: https://github.com/ajalt/intellij-markdown/runs/2133099576