mirror of https://github.com/sveltejs/svelte
expose ESM and CJS versions of runtime code (#1886)
parent
b40c15349c
commit
82c247ea3e
@ -1,4 +1,4 @@
|
||||
import { run_all, noop } from './internal.js';
|
||||
import { run_all, noop } from './internal';
|
||||
|
||||
export function readable(start, value) {
|
||||
const subscribers = [];
|
Loading…
Reference in new issue