diff --git a/src/compiler/compile/render_dom/wrappers/Element/Attribute.ts b/src/compiler/compile/render_dom/wrappers/Element/Attribute.ts index ec281648b8..82d0b9e40f 100644 --- a/src/compiler/compile/render_dom/wrappers/Element/Attribute.ts +++ b/src/compiler/compile/render_dom/wrappers/Element/Attribute.ts @@ -1,13 +1,13 @@ -import Attribute from '../../../nodes/Attribute'; -import Block from '../../Block'; -import fix_attribute_casing from './fix_attribute_casing'; -import ElementWrapper from './index'; -import { string_literal } from '../../../utils/stringify'; -import { b, x } from 'code-red'; -import Expression from '../../../nodes/shared/Expression'; -import Text from '../../../nodes/Text'; -import handle_select_value_binding from './handle_select_value_binding'; -import { Identifier, Node } from 'estree'; +import Attribute from "../../../nodes/Attribute"; +import Block from "../../Block"; +import fix_attribute_casing from "./fix_attribute_casing"; +import ElementWrapper from "./index"; +import { string_literal } from "../../../utils/stringify"; +import { b, x } from "code-red"; +import Expression from "../../../nodes/shared/Expression"; +import Text from "../../../nodes/Text"; +import handle_select_value_binding from "./handle_select_value_binding"; +import { Identifier, Node } from "estree"; export class BaseAttributeWrapper { node: Attribute; @@ -46,22 +46,27 @@ export default class AttributeWrapper extends BaseAttributeWrapper { if (node.dependencies.size > 0) { // special case —