remove unused regex

pull/673/head
Rich Harris 8 years ago
parent 334772a11d
commit b757444484

@ -13,8 +13,6 @@ import preprocess from './preprocess';
import Block from './Block'; import Block from './Block';
import { Parsed, CompileOptions, Node } from '../../interfaces'; import { Parsed, CompileOptions, Node } from '../../interfaces';
const helperPattern = new RegExp(`@(${Object.keys(shared).join('|')})\\b`, 'g');
export class DomGenerator extends Generator { export class DomGenerator extends Generator {
blocks: Block[]; blocks: Block[];
readonly: Set<string>; readonly: Set<string>;

Loading…
Cancel
Save