chore: mark Promise.resolve() as pure to appease Agadoo (#8366)

pull/8371/head
Conduitry 1 year ago committed by GitHub
parent f9efb4d992
commit 80e6e28204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ export const binding_callbacks = [];
let render_callbacks = [];
const flush_callbacks = [];
const resolved_promise = Promise.resolve();
const resolved_promise = /* @__PURE__ */ Promise.resolve();
let update_scheduled = false;
export function schedule_update() {

Loading…
Cancel
Save