UNPKG
can-make-map
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.0.1
1.0.0
Convert a comma-separated string into a plain JavaScript object.
canjs.com
canjs/can-make-map
can-make-map
/
build.js
20 lines
(16 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"use strict"
;
var
stealTools =
require
(
"steal-tools"
); stealTools.
export
({
steal
: {
config
: __dirname +
"/package.json!npm"
},
outputs
: {
"+cjs"
: {},
"+amd"
: {},
"+global-js"
: {} } }).
catch
(
function
(
e
){
setTimeout
(
function
(
){
throw
e; },
1
); });