UNPKG
test262-parser
Version:
latest (2.2.0)
2.2.0
2.0.10
2.0.8
2.0.7
2.0.6
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Parse a test262-format test and provide API
github.com/smikes/test262-parser
smikes/test262-parser
test262-parser
/
test
/
fixtures
/
issue_9.js
4 lines
(3 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
module
.
exports
=
function
justANormalJSFile
(
) {
console
.
log
(
"I'm not a test262 test at all!"
); };