How to use the periscopic.extract_names function in periscopic

To help you get started, we’ve selected a few periscopic examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github sveltejs / svelte / src / compiler / compile / render_dom / wrappers / Element / index.ts View on Github external
this.node.lets.forEach(l => {
				extract_names(l.value || l.name).forEach(name => {
					renderer.add_to_context(name, true);
				});
			});
		}
github sveltejs / svelte / src / compiler / compile / render_dom / wrappers / InlineComponent / index.ts View on Github external
this.node.lets.forEach(l => {
				extract_names(l.value || l.name).forEach(name => {
					renderer.add_to_context(name, true);
				});
			});

periscopic

periscopic

MIT
Latest version published 12 months ago

Package Health Score

71 / 100
Full package analysis

Popular periscopic functions