Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jodarove committed Jun 21, 2021
1 parent 951b8ae commit 5dd37f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@lwc/template-compiler/src/codegen/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*/
import * as esutils from 'esutils';

import { walk } from 'estree-walker';
import { toPropertyName } from '../shared/utils';

import { walk } from 'estree-walker';
import * as t from '../shared/estree';
import { isComponentProp } from '../shared/ir';
import { IRNode, TemplateExpression } from '../shared/types';
Expand Down

0 comments on commit 5dd37f6

Please sign in to comment.