MCPcopy Index your code
hub / github.com/resend/react-email / e

Function e

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

Source from the content-addressed store, hash-verified

1326 (function (s) {
1327 var t = /(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;
1328 function e(e) {
1329 return (
1330 (e = e.replace(/<inner>/g, function () {
1331 return t;
1332 })),
1333 RegExp(/((?:^|[^\\])(?:\\{2})*)/.source + "(?:" + e + ")")
1334 );
1335 }
1336 var n = /(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,
1337 a = /\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(
1338 /__/g,

Callers 2

prism.tsFile · 0.70
lFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected