|
|
@ -1,17 +1,5 @@
|
|
|
|
import { DEV } from 'esm-env';
|
|
|
|
import { DEV } from 'esm-env';
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
CLEAN,
|
|
|
|
|
|
|
|
DERIVED,
|
|
|
|
|
|
|
|
DIRTY,
|
|
|
|
|
|
|
|
EFFECT,
|
|
|
|
|
|
|
|
MANAGED,
|
|
|
|
|
|
|
|
PRE_EFFECT,
|
|
|
|
|
|
|
|
RENDER_EFFECT,
|
|
|
|
|
|
|
|
UNINITIALIZED,
|
|
|
|
|
|
|
|
UNOWNED,
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
>>>>>>> main
|
|
|
|
|
|
|
|
current_block,
|
|
|
|
current_block,
|
|
|
|
current_component_context,
|
|
|
|
current_component_context,
|
|
|
|
current_consumer,
|
|
|
|
current_consumer,
|
|
|
@ -21,9 +9,7 @@ import {
|
|
|
|
schedule_effect
|
|
|
|
schedule_effect
|
|
|
|
} from '../runtime.js';
|
|
|
|
} from '../runtime.js';
|
|
|
|
import { default_equals, safe_equal } from './equality.js';
|
|
|
|
import { default_equals, safe_equal } from './equality.js';
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
import { remove } from '../reconciler.js';
|
|
|
|
import { remove } from '../reconciler.js';
|
|
|
|
=======
|
|
|
|
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
DIRTY,
|
|
|
|
DIRTY,
|
|
|
|
MANAGED,
|
|
|
|
MANAGED,
|
|
|
@ -35,7 +21,6 @@ import {
|
|
|
|
CLEAN,
|
|
|
|
CLEAN,
|
|
|
|
UNINITIALIZED
|
|
|
|
UNINITIALIZED
|
|
|
|
} from '../constants.js';
|
|
|
|
} from '../constants.js';
|
|
|
|
>>>>>>> main
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @template V
|
|
|
|
* @template V
|
|
|
|