UNPKG
can-symbol
Version:
latest (1.7.0)
pre (1.0.0-pre.4)
1.7.0
1.6.5
1.6.4
1.6.3
1.6.1
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
1.0.0-pre.4
1.0.0-pre.3
1.0.0-pre.2
1.0.0-pre.1
1.0.0-pre.0
0.0.3
0.0.1
Well known symbols used to detail how to operate on different objects
canjs.com
canjs/can-symbol
can-symbol
/
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
); });