astro-ghostcms/.pnpm-store/v3/files/90/1bd1500802a589c25eb9ee9b6bb...

12 lines
218 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
// legacy IE function
// expression( <any-value> )
function expressionFn() {
return this.createSingleNodeList(
this.Raw(this.tokenIndex, null, false)
);
}
module.exports = expressionFn;