UNPKG
can-types
Version:
latest (1.4.0)
pre (1.1.0-pre.3)
1.4.0
1.2.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.1.0-pre.3
1.1.0-pre.2
1.1.0-pre.1
1.1.0-pre.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
0.0.1
A stateful container for CanJS type information
canjs.com
canjs/can-types
can-types
/
build.js
23 lines
(19 loc)
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
"use strict"
;
var
stealTools =
require
(
"steal-tools"
); stealTools.
export
({
steal
: {
config
: __dirname +
"/package.json!npm"
},
outputs
: {
"+amd"
: {},
"+standalone"
: {
exports
: {
"can-namespace"
:
"can"
} } } }).
catch
(
function
(
e
){
setTimeout
(
function
(
){
throw
e; },
1
); });