Skip to content

Commit

Permalink
chore: revert accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Sep 19, 2024
1 parent e132b56 commit e74f1d7
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,7 @@ export function processInstanceScriptContent(
const tsAst = ts.createSourceFile(
'component.ts.svelte',
scriptContent,
ts.JSDocParsingMode
? {
languageVersion: ts.ScriptTarget.Latest,
// Exists since TS 5.3
jsDocParsingMode: ts.JSDocParsingMode.ParseNone
}
: ts.ScriptTarget.Latest,
ts.ScriptTarget.Latest,
true,
ts.ScriptKind.TS
);
Expand Down

0 comments on commit e74f1d7

Please sign in to comment.