Skip to content

Commit b4dde24

Browse files
committed
replace TODO with a type error
1 parent 700260b commit b4dde24

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform

1 file changed

+0
-1
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
@@ -35,7 +35,6 @@ export function transform_component(analysis, source, options) {
3535

3636
const js_source_name = get_source_name(options.filename, options.outputFilename, 'input.svelte');
3737

38-
// @ts-ignore TODO
3938
const js = print(program, ts({ comments: analysis.comments }), {
4039
// include source content; makes it easier/more robust looking up the source map code
4140
// (else esrap does return null for source and sourceMapContent which may trip up tooling)

0 commit comments

Comments
 (0)