MCPcopy
hub / github.com/pugjs/pug / error

Function error

packages/pug-linker/index.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4var walk = require('pug-walk');
5
6function error() {
7 throw require('pug-error').apply(null, arguments);
8}
9
10module.exports = link;
11function link(ast) {

Callers 10

filterWithFallbackFunction · 0.85
getFilterNameFunction · 0.85
getAttributesFunction · 0.85
linkFunction · 0.85
checkExtendPositionFunction · 0.85
index.test.jsFile · 0.85
checkFunction · 0.85
index.jsFile · 0.85
unexpectedTokenFunction · 0.85
index.jsFile · 0.85

Calls

no outgoing calls

Tested by 1

checkFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…