UNPKG
stylus
Version:
latest (0.64.0)
0.64.0
0.63.0
0.62.0
0.61.0
0.60.0
0.59.0
0.58.1
0.58.0
0.57.0
0.56.0
0.55.0
0.54.8
0.54.7
0.54.6
0.54.5
0.54.4
0.54.3
0.54.2
0.54.0
0.53.0
0.52.4
0.52.3
0.52.2
0.52.1
0.52.0
0.52.0-alpha
0.51.1
0.51.0
0.50.0
0.49.3
0.49.2
0.49.1
0.49.0
0.48.1
0.48.0
0.47.3
0.47.2
0.47.1
0.47.0
0.46.3
0.46.2
0.46.1
0.46.0
0.45.1
0.45.0
0.44.0
0.44.0-beta3
0.44.0-beta2
0.44.0-beta
0.43.1
0.43.0
0.42.3
0.42.2
0.42.1
0.42.0
0.41.3
0.41.2
0.41.1
0.41.0
0.40.3
0.40.2
0.40.1
0.40.0
0.39.4
0.39.3
0.39.2
0.39.1
0.39.0
0.38.0
0.37.0
0.36.1
0.36.0
0.35.1
0.35.0
0.34.1
0.34.0
0.33.1
0.33.0
0.32.1
0.32.0
0.31.0
0.30.1
0.30.0
0.29.0
0.28.2
0.28.1
0.28.0
0.27.2
0.27.1
0.27.0
0.26.1
0.26.0
0.25.0
0.24.0
0.23.0
0.22.6
0.22.5
0.22.4
0.22.3
0.22.2
0.22.1
0.22.0
0.21.2
0.21.1
0.21.0
0.20.1
0.20.0
0.19.8
0.19.7
0.19.6
0.19.5
0.19.4
0.19.3
0.19.2
0.19.1
0.19.0
0.18.0
0.17.0
0.16.0
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.0
0.13.9
0.13.8
0.13.7
0.13.6
0.13.5
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.12
0.11.11
0.11.10
0.11.9
0.11.8
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
Robust, expressive, and feature-rich CSS superset
github.com/stylus/stylus
stylus/stylus
stylus
/
lib
/
functions
/
trace.js
13 lines
(10 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
var
nodes =
require
(
'../nodes'
);
/** * Output stack trace. * *
@api
public
*/
module
.
exports
=
function
trace
(
){
console
.
log
(
this
.
stack
);
return
nodes.
null
; };