8 lines
184 B
JavaScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
// legacy IE function
// expression( <any-value> )
module.exports = function() {
return this.createSingleNodeList(
this.Raw(this.scanner.tokenIndex, null, false)
);
};