js-interop:用于ClojureScriptJavaScript互操作库

时间:2024-05-26 10:58:22
【文件属性】:

文件名称:js-interop:用于ClojureScriptJavaScript互操作库

文件大小:39KB

文件格式:ZIP

更新时间:2024-05-26 10:58:22

clojurescript Clojure

js-interop 用于ClojureScriptJavaScript互操作库。 特征 反映核心Clojure功能行为的操作,例如get , get-in , assoc! , 等等。 键在编译时进行解析,并且支持静态键(通过关键字)和编译器可重命名的形式(通过点属性,例如.-someAttribute ) 快速范例 ( ns my.app ( :require [applied-science.js-interop :as j])) ( def o # js { …some javascript object… }) ; ; Read ( j/get o :x ) ( j/get o .-x " fallback-value " ) ( j/get-in o [ :x :y ]) ( j/select-keys o [ :a :b :c ]) ( let [{ :keys [x


【文件预览】:
js-interop-master
----yarn.lock(27KB)
----deps.edn(601B)
----RELEASE.md(218B)
----src()
--------test()
--------main()
----.circleci()
--------config.yml(1KB)
----LICENSE(14KB)
----README.md(9KB)
----release.edn(114B)
----.gitignore(87B)
----shadow-cljs.edn(665B)
----package.json(392B)

网友评论