MCPcopy Index your code
hub / github.com/developit/htm / expr

Function expr

packages/babel-plugin-transform-jsx-to-htm/index.mjs:52–55  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

50 let expressions = [];
51
52 function expr(value) {
53 expressions.push(value);
54 quasis.push(t.templateElement({ raw: '', cooked: '' }));
55 }
56
57 function raw(str) {
58 const last = quasis[quasis.length - 1];

Callers 4

escapeTextFunction · 0.85
escapePropValueFunction · 0.85
processChildrenFunction · 0.85
processNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…