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

Improve stack trace file path matching #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stctheproducer
Copy link

I was working with the adapter in an Adonis 5 project and it couldn't pick file paths with the .ts extension nor paths with an @ symbol.

This was giving an error as either a different file would be called (.js only) or the file path could not be resolved as a section of the path was ignored.

I made some changes to add that functionality.

stctheproducer and others added 2 commits January 29, 2021 12:09
- Add match for TypeScript files in stacktrace
- Add special character '@' in file matches/paths
@jz222
Copy link
Owner

jz222 commented Jan 29, 2021

Good catch, thank you. I will review and publish it.

@stctheproducer
Copy link
Author

Okay, that will be great!

@stctheproducer
Copy link
Author

Hi @jz222,

When are you likely to publish this?

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