cherry

wcohen 2025-07-17T17:39:36.545229Z

@borkdude to not spam the GH issue — is this usage still generally right? https://github.com/squint-cljs/cherry/blob/9d253be999b5753257c42d89f06e456fe52987e2/corpus/macro_usage.cljs I’m getting hit with the TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of Buffer or URL. Received null no matter what incantation I use and try for path relative to module or root. Cherry builds the macro file first, then I call it as an .mjs in the same location?

wcohen 2025-07-17T17:53:49.110879Z

Ah — minimal use case is failing — will update in issue.

borkdude 2025-07-17T18:40:48.563879Z

The question is answered on Github now, right? just checking

wcohen 2025-07-17T18:41:16.212519Z

Yep, thank you!