ClojureDart icon indicating copy to clipboard operation
ClojureDart copied to clipboard

Root value of `*out*` can't work on web target

Open cgrand opened this issue 2 years ago • 1 comments

This prevents from running dart test -p node (or any js target) because cljd.test uses print.

Possibilities:

  • platform flags (#128)
  • root value built on top of dart:print (would solve the "where are my output?" with Flutter)

cgrand avatar Jul 26 '22 22:07 cgrand

Linked to #205

cgrand avatar Mar 27 '23 07:03 cgrand