Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqkhoja committed Mar 1, 2024
1 parent 87a02ac commit 3ca4fb4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/odk-web-forms/src/lib/xform/state/DescendantNodeState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ import type { Accessor } from 'solid-js';
import { createComputed, createMemo, createSignal, on } from 'solid-js';
import { createUninitializedAccessor } from '../../reactivity/primitives/uninitialized.ts';
import type {
BindDefinition,
// eslint-disable-next-line @typescript-eslint/no-unused-vars -- referenced in JSDoc
BindExpression,
BindExpressionType,
BindDefinition,
// eslint-disable-next-line @typescript-eslint/no-unused-vars -- referenced in JSDoc
BindExpression,
BindExpressionType,
} from '../model/BindDefinition.ts';
import type { EntryState } from './EntryState.ts';
import type {
AnyNodeState,
ChildStates,
NodeState,
NodeStateType,
ParentState,
StateModelDefinition,
StateNode,
ValueSignal,
AnyNodeState,
ChildStates,
NodeState,
NodeStateType,
ParentState,
StateModelDefinition,
StateNode,
ValueSignal,
} from './NodeState.ts';

const defaultEvaluationResults = {
Expand Down

0 comments on commit 3ca4fb4

Please sign in to comment.