Skip to content

Commit 9ea0340

Browse files
committed
remove some junk
1 parent 2556867 commit 9ea0340

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/svelte/src/compiler/phases/3-transform/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { client_component, client_module } from './client/transform-client.js';
55
import { getLocator } from 'locate-character';
66
import { render_stylesheet } from './css/index.js';
77
import { merge_with_preprocessor_map, get_source_name } from '../../utils/mapped_code.js';
8-
import { create_attribute } from '../nodes.js';
98

109
/**
1110
* @param {import('../types').ComponentAnalysis} analysis

packages/svelte/src/compiler/types/css.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import type { RegularElement, SvelteElement } from './template';
2-
31
export interface BaseNode {
42
start: number;
53
end: number;

0 commit comments

Comments
 (0)