remove some junk

pull/10502/head
Rich Harris 3 years ago
parent 25568672c0
commit 9ea0340893

@ -5,7 +5,6 @@ import { client_component, client_module } from './client/transform-client.js';
import { getLocator } from 'locate-character';
import { render_stylesheet } from './css/index.js';
import { merge_with_preprocessor_map, get_source_name } from '../../utils/mapped_code.js';
import { create_attribute } from '../nodes.js';
/**
* @param {import('../types').ComponentAnalysis} analysis

@ -1,5 +1,3 @@
import type { RegularElement, SvelteElement } from './template';
export interface BaseNode {
start: number;
end: number;

Loading…
Cancel
Save