/** Patch for nunjucks to emit the 'load' event, even if the template is accessed from its internal cache. https://mozilla.github.io/nunjucks/api.html#load-event This allows page dependencies to be properly collected for live preview in {@link VariableRenderer}. Patch is written against nunjucks v3.2.2 Changes are delimited with a // CHANGE HERE comment */ export {}; //# sourceMappingURL=load-event.d.ts.map