MCPcopy Create free account
hub / github.com/json-editor/json-editor / render

Method render

docs/scripts/ajv-validator.js:1030–1037  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

1028 Return.kind = "return";
1029 class Try extends BlockNode {
1030 render(opts) {
1031 let code = "try" + super.render(opts);
1032 if (this.catch)
1033 code += this.catch.render(opts);
1034 if (this.finally)
1035 code += this.finally.render(opts);
1036 return code;
1037 }
1038 optimizeNodes() {
1039 var _a, _b;
1040 super.optimizeNodes();

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected