Urara-Blog/node_modules/.pnpm-store/v3/files/a7/26107edd362e033c8ade12046b7d30760f74ad9d56d558fb244e5016cd718a2aa025d0dab711cdc9cf8b93dcb421d975877f030e05ccaf59b66a650a6b593a
2022-08-14 01:14:53 +08:00

7 lines
184 B
Text

// legacy IE function
// expression( <any-value> )
module.exports = function() {
return this.createSingleNodeList(
this.Raw(this.scanner.tokenIndex, null, false)
);
};