Urara-Blog/node_modules/.pnpm-store/v3/files/90/1bd1500802a589c25eb9ee9b6bbb289617443316633daf339de68fac110fc59b8808c088e26de39774455526488809bacf3ec3127bb760160269e066fff829
2022-08-14 01:14:53 +08:00

11 lines
218 B
Text

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