Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(options) {
super();
init(this, options, instance, null, safe_not_equal, {});
}
}
constructor(options) {
super();
if (!document.getElementById("svelte-1a7i8ec-style")) add_css();
init(this, options, instance, create_fragment, safe_not_equal, { foo: 0 });
}
}
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal, {});
}
}
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal, { style: 0, key: 1, value: 2 });
}
}
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal, {});
}
}
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal, {
buffered: 0,
seekable: 1,
played: 2,
currentTime: 3,
duration: 4,
paused: 5,
volume: 6,
playbackRate: 7,
seeking: 8,
ended: 9
});
}
}
constructor(options) {
super(options);
init(this, options, instance, create_fragment, safe_not_equal, {});
dispatch_dev("SvelteRegisterComponent", {
component: this,
tagName: "Component",
options,
id: create_fragment.name
});
}
}
constructor(options) {
super();
init(this, options, identity, create_fragment, safe_not_equal);
}
}
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal, {});
}
}
constructor(options) {
super(options);
init(this, options, instance, create_fragment, safe_not_equal, {});
dispatch_dev("SvelteRegisterComponent", {
component: this,
tagName: "Component",
options,
id: create_fragment.name
});
}
}