Skip to content

Commit

Permalink
Add a test for swc-project#1299
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 29, 2021
1 parent 36b3fdb commit 893046e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ecmascript/parser/tests/typescript/issue-1299/tsx/input.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export const iteratorMapGenerator = function*<T, R>(
values: IterableIterator<T>,
execute: IteratorExecution<T, R>,
): IterableIterator<R> {
}

0 comments on commit 893046e

Please sign in to comment.