8 lines
184 B
JavaScript
Raw Normal View History

2021-02-11 21:31:41 +08:00
// legacy IE function
// expression( <any-value> )
module.exports = function() {
return this.createSingleNodeList(
this.Raw(this.scanner.tokenIndex, null, false)
);
};