0.8.1 • Published 5 years ago
mini-program-cljs v0.8.1
微信小程序的cljs库mini-program-cljs
npm i mini-program-cljs
node上引用测试
➜ test-path npm i mini-program-cljs
+ mini-program-cljs@0.1.1
added 1 package in 1.157s
### 主命名空间(package.json => main)
➜ test-path node
> var x = require("mini-program-cljs");
undefined
> x.
x.__defineGetter__ x.__defineSetter__ x.__lookupGetter__
x.__lookupSetter__ x.__proto__ x.constructor
x.hasOwnProperty x.isPrototypeOf x.propertyIsEnumerable
x.toLocaleString x.toString x.valueOf
> x.version(1)
'0.1.1, 1!'
### 其他的命名空间
>
> var y = require("mini-program-cljs/target/release/mini_program_cljs.request");
undefined
> y.request
[Function: request]
> y.request({})
ReferenceError: wx is not defined
at Object.request (/Users/clojure/WeChatProjects/test-path222/node_modules/mini-prog
ram-cljs/target/release/mini_program_cljs.request.js:2:37)
>
0.7.9
5 years ago
0.7.6
5 years ago
0.7.5
5 years ago
0.7.8
5 years ago
0.7.7
5 years ago
0.8.1
5 years ago
0.8.0
5 years ago
0.7.0
5 years ago
0.6.9
5 years ago
0.6.8
5 years ago
0.6.7
5 years ago
0.6.6
5 years ago
0.6.5
5 years ago
0.6.4
5 years ago
0.6.3
5 years ago
0.6.2
5 years ago
0.6.1
5 years ago
0.6.0
5 years ago
0.5.9
5 years ago
0.5.8
5 years ago
0.5.6
5 years ago
0.5.7
5 years ago
0.5.5
5 years ago
0.5.4
5 years ago
0.5.3
5 years ago
0.5.2
5 years ago
0.5.1
5 years ago
0.4.9
5 years ago
0.4.8
5 years ago
0.4.5
5 years ago
0.4.4
5 years ago
0.4.7
5 years ago
0.4.6
5 years ago
0.5.0
5 years ago
0.4.1
5 years ago
0.4.3
5 years ago
0.4.0
5 years ago
0.3.9
5 years ago
0.3.6
5 years ago
0.3.5
5 years ago
0.3.8
5 years ago
0.3.7
5 years ago
0.3.4
5 years ago
0.3.3
5 years ago
0.3.2
5 years ago
0.3.1
5 years ago
0.3.0
5 years ago
0.2.9
5 years ago
0.2.8
5 years ago
0.2.7
5 years ago
0.2.6
5 years ago
0.2.5
5 years ago
0.2.4
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.8
5 years ago
0.1.7
5 years ago
0.1.9
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago