UNPKG
node-jsx
Version:
latest (0.13.3)
0.13.3
0.13.2
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.0
0.10.0
0.9.0
0.2.1
0.2.0
0.1.0
transparently require() jsx from node
github.com/petehunt/node-jsx
petehunt/node-jsx
node-jsx
/
test-sourcemap.js
8 lines
(6 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
class
X
{
constructor
(
) {
throw
new
Error
(
'wtf'
); } }
module
.
exports
=
new
X
();