UNPKG
can-ejs
Version:
latest (3.2.1)
pre (3.1.0-pre.2)
3.2.1
3.2.0
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.0
3.1.0-pre.2
3.1.0-pre.1
3.1.0-pre.0
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.0
3.0.0-pre.1
0.1.0
legacy EJS layer for canjs
canjs.com/2.3/docs/can.ejs.html
can-ejs
/
build.js
19 lines
(15 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
); });