File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
tests/runtime-runes/samples/derived-map Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 11/** @import { Source } from '#client' */
22import { DEV } from 'esm-env' ;
3- import { source , set } from '../internal/client/reactivity/sources.js' ;
3+ import { set , source } from '../internal/client/reactivity/sources.js' ;
44import { get } from '../internal/client/runtime.js' ;
55import { increment } from './utils.js' ;
6- import { DERIVED } from '../internal/client/constants.js' ;
76
87/**
98 * @template K
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ import { test } from '../../test';
33
44export default test ( {
55 html : `Loading` ,
6- compileOptions : {
7- // dev: true
8- } ,
9-
106 async test ( { assert, target } ) {
117 await Promise . resolve ( ) ;
128 flushSync ( ) ;
You can’t perform that action at this time.
0 commit comments