Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(parsing): tsx function calls are recognized correctly #12

Merged
merged 5 commits into from
Aug 9, 2017

Conversation

buehler
Copy link
Owner

@buehler buehler commented Aug 9, 2017

The problem was, that tsx files which were parsed with parseSource are parsed as TS files. This lead to missing usage recognitions.

When all files are parsed with the tsx mode, this issue does not apply.

@coveralls
Copy link

coveralls commented Aug 9, 2017

Coverage Status

Coverage increased (+0.8%) to 82.146% when pulling 47ee901 on fix/recognize-tsx-function-calls into f3ea09d on develop.

@coveralls
Copy link

coveralls commented Aug 9, 2017

Coverage Status

Coverage increased (+0.8%) to 82.146% when pulling 47ee901 on fix/recognize-tsx-function-calls into f3ea09d on develop.

@buehler buehler merged commit aefa0f8 into develop Aug 9, 2017
@buehler buehler deleted the fix/recognize-tsx-function-calls branch August 9, 2017 07:10
buehler added a commit that referenced this pull request Aug 9, 2017
Changes the default filename from `inline.ts` to `inline.tsx` to prevent missing usages.
tokland pushed a commit to tokland/typescript-parser-deluxe that referenced this pull request Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants