MCPcopy
hub / github.com/resend/react-email / l

Function l

packages/react-email/src/components/code-block/prism.ts:1865–1867  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1863 s =
1864 "abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";
1865 function l(e) {
1866 return "\\b(?:" + e.trim().replace(/ /g, "|") + ")\\b";
1867 }
1868 var d = l(i),
1869 c = RegExp(l(t + " " + i + " " + o + " " + s)),
1870 o = l(i + " " + o + " " + s),

Callers 6

prism.tsFile · 0.85
dFunction · 0.85
_Function · 0.85
pFunction · 0.85
SFunction · 0.85
yrFunction · 0.85

Calls 3

pushMethod · 0.80
fFunction · 0.70
eFunction · 0.70

Tested by

no test coverage detected