Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jan 8, 2024
1 parent 8cc7422 commit e7e1454
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import { is_hoistable_function } from '../../utils.js';
import * as b from '../../../../utils/builders.js';
import { extract_paths } from '../../../../utils/ast.js';
import {
can_hoist_declaration,
get_prop_source,
serialize_get_binding
} from '../utils.js';
import { can_hoist_declaration, get_prop_source, serialize_get_binding } from '../utils.js';

/**
* Creates the output for a state declaration.
Expand Down

0 comments on commit e7e1454

Please sign in to comment.