astro-ghostcms/.pnpm-store/v3/files/a6/1378bc57d7fbec6b9a9ce39944b...

8 lines
173 B
Plaintext

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