Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Nov 24, 2023
1 parent 041d102 commit fc69f92
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/svelte2tsx/test/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,6 @@ export function get_svelte2tsx_config(base: BaseConfig, sampleName: string): Sve
};
}

// ts plugin: selbe "nutze user parser" logik, aber mit guard wegen workspace (wie?)
// guard gegen workspace in language server
// version hineingeben und
// - constructor usage anpassen
// - children setzen wenn <slot />
// - als children passen wenn implicit

export function* each_sample(dir: string) {
for (const name of fs.readdirSync(`${dir}/samples`)) {
yield new Sample(dir, name);
Expand Down

0 comments on commit fc69f92

Please sign in to comment.