MCPcopy
hub / github.com/livebud/bud / push

Method push

package/svelte/compiler.js:23174–23182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23172 this.current.value = "";
23173 }
23174 push() {
23175 const current2 = this.current = { value: "" };
23176 const literal2 = this.literal = {
23177 type: "TemplateLiteral",
23178 expressions: [],
23179 quasis: []
23180 };
23181 this.stack.push({ current: current2, literal: literal2 });
23182 }
23183 pop() {
23184 this.literal.quasis.push({
23185 type: "TemplateElement",

Callers 15

jsesc2Function · 0.80
startMethod · 0.80
getOptionsFunction · 0.80
pushCommentFunction · 0.80
compiler.jsFile · 0.80
flattenFunction · 0.80
iterate_gramsFunction · 0.80
_addMethod · 0.80
__getMethod · 0.80
get_comment_handlersFunction · 0.80
enterFunction · 0.80
extract_identifiersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected