fix: date working in repl (#10627)

pull/10626/head
Dominic Gannaway 2 years ago committed by GitHub
parent 512edaad6f
commit 83b92372c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
import { source } from '../internal/client/reactivity/sources';
import { get, set } from '../internal/client/runtime';
import { source } from '../internal/client/reactivity/sources.js';
import { get, set } from '../internal/client/runtime.js';
/** @type {Array<keyof Date>} */
const read = [

Loading…
Cancel
Save