pull/380/head
Rich Harris 9 years ago
parent 14d1f2c52e
commit 37eee7425f

@ -1,6 +1,5 @@
import deindent from '../../../utils/deindent.js';
import CodeBuilder from '../../../utils/CodeBuilder.js';
import flattenReference from '../../../utils/flattenReference.js';
import addComponentAttributes from './attributes/addComponentAttributes.js';
function capDown ( name ) {

@ -1,5 +1,4 @@
import { parse } from 'acorn';
import { parseExpressionAt } from 'acorn';
import { parse, parseExpressionAt } from 'acorn';
import spaces from '../../utils/spaces.js';
export function readEventHandlerDirective ( parser, start, name ) {

Loading…
Cancel
Save