Urara-Blog/node_modules/.pnpm-store/v3/files/a6/1378bc57d7fbec6b9a9ce39944bbaf2028250361056557bbfcb9440eceafead1c8e302b6904cf9adf642c4257246a04dce1812105fc69f1d78895612a8d291
2022-08-14 01:14:53 +08:00

7 lines
173 B
Text

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