This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-13
Channels
- # announcements (1)
- # babashka (28)
- # beginners (72)
- # biff (6)
- # calva (15)
- # clerk (14)
- # clj-otel (4)
- # cljdoc (4)
- # clojure (121)
- # clojure-europe (61)
- # clojure-nl (2)
- # clojure-norway (63)
- # clojure-uk (5)
- # datahike (35)
- # datalevin (37)
- # datomic (7)
- # emacs (2)
- # fulcro (6)
- # gratitude (1)
- # honeysql (2)
- # hyperfiddle (38)
- # malli (9)
- # matrix (24)
- # meander (4)
- # off-topic (10)
- # polylith (8)
- # reagent (2)
- # releases (1)
- # shadow-cljs (8)
- # spacemacs (4)
- # specter (1)
- # squint (5)
- # tools-deps (3)
FYI, I'm getting this warning when bundling squint code with esbuild
(node:16492) [DEP0151] DeprecationWarning: No "main" or "exports" field defined in the package.json for ./node_modules/squint-cljs/ resolving the main entry point "index.js", imported from build.js. Default "index" lookups for the main are deprecated for ES modules.
✅ 1
actually, has nothing to do with esbuild. I'm getting this when running node index.js
where index.js
is the following:
import { compileString } from "squint-cljs";
node v18.18.0I'll add an exports fields here tomorrow: https://github.com/squint-cljs/squint/blob/main/package.json if you file an issue
👍 1