UNPKG
can-stache-converters
Version:
latest (5.0.0)
pre (5.0.0-pre.1)
5.0.0
5.0.0-pre.1
5.0.0-pre.0
4.2.6
4.2.5
4.2.4
4.2.3
4.2.0
4.1.0
4.0.2
4.0.1
4.0.0
4.0.0-pre.0
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.2.0-pre.2
3.2.0-pre.1
3.2.0-pre.0
3.1.1
3.1.0
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-pre.5
3.0.0-pre.4
3.0.0-pre.3
3.0.0-pre.2
3.0.0-pre.1
0.0.1
Common converters for Stache
github.com/canjs/can-stache-converters
canjs/can-stache-converters
can-stache-converters
/
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
); });