issues Search Results · repo:sveltejs/acorn-typescript language:TypeScript
Filter by
3 results
(79 ms)3 results
insveltejs/acorn-typescript (press backspace or delete to remove)First reported in: https://github.com/sveltejs/kit/issues/13809
Declaring a function with a generic type causes the parsing to fail.
Reproduction and instructions in the link below:
https://stackblitz.com/edit/vitejs-vite-15ihfkea?file=README.md ...
eltigerchino
- Opened 2 days ago
- #13
these fail to parse:
({
get x T (){}
});
({
x T (){}
});
needs something like this i think
parsePropertyValue(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, ...
easrng
- Opened on Apr 9
- #12
This is an awesome start https://github.com/sveltejs/acorn-typescript/commit/bc39dcb0702c9ccd563abba2a3d5d9d9d58e4104
but sadly there a a few more places that don t match.
A good start would be by having ...
manuel3108
- 1
- Opened on Mar 6
- #7

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.