MCPcopy
hub / github.com/babel/babel / matcher

Function matcher

packages/babel-register/src/hook.ts:49–51  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

47 exts: opts.extensions ?? client.getDefaultExtensions(),
48 ignoreNodeModules: false,
49 matcher(filename) {
50 return !client.isFileIgnored(filename);
51 },
52 });
53
54 client.setOptions(opts);

Callers

nothing calls this directly

Calls 1

isFileIgnoredMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…