We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700260b commit b4dde24Copy full SHA for b4dde24
packages/svelte/src/compiler/phases/3-transform/index.js
@@ -35,7 +35,6 @@ export function transform_component(analysis, source, options) {
35
36
const js_source_name = get_source_name(options.filename, options.outputFilename, 'input.svelte');
37
38
- // @ts-ignore TODO
39
const js = print(program, ts({ comments: analysis.comments }), {
40
// include source content; makes it easier/more robust looking up the source map code
41
// (else esrap does return null for source and sourceMapContent which may trip up tooling)
0 commit comments