UNPKG
can-log
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.2
0.1.1
0.1.0
Utilities for logging to the console.
canjs.com
canjs/can-log
can-log
/
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
); });