MCPcopy Create free account
hub / github.com/aurelia/webpack-plugin / loader

Function loader

src/html-requires-loader.ts:12–17  ·  view source on GitHub ↗
(this: Loader, content: string)

Source from the content-addressed store, hash-verified

10const _htmlSymbol = Symbol("HTML dependencies");
11
12function loader(this: Loader, content: string) {
13 this.cacheable && this.cacheable();
14 this._module[_htmlSymbol] = loader.modules(content);
15
16 return content;
17}
18
19namespace loader {
20 export const htmlSymbol = _htmlSymbol;

Callers

nothing calls this directly

Calls 1

cacheableMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…