(spec)
| 149343 | return scope; |
| 149344 | } |
| 149345 | const rootEncode = (spec)=>extendEncode({ |
| 149346 | enter: { |
| 149347 | x: { |
| 149348 | value: 0 |
| 149349 | }, |
| 149350 | y: { |
| 149351 | value: 0 |
| 149352 | } |
| 149353 | }, |
| 149354 | update: { |
| 149355 | width: { |
| 149356 | signal: "width" |
| 149357 | }, |
| 149358 | height: { |
| 149359 | signal: "height" |
| 149360 | } |
| 149361 | } |
| 149362 | }, spec); |
| 149363 | function parseView(spec, scope) { |
| 149364 | const config = scope.config; // add scenegraph root |
| 149365 | const root = ref(scope.root = scope.add(operator())); // parse top-level signal definitions |
no test coverage detected