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

respect inline source maps in TypeScript files #27962

Open
johndeighan opened this issue Feb 4, 2025 · 0 comments
Open

respect inline source maps in TypeScript files #27962

johndeighan opened this issue Feb 4, 2025 · 0 comments

Comments

@johndeighan
Copy link

I use civet to generate my TypeScript files. There are other similar languages (i.e. that produce TypeScript, but are easier to understand and work in). But when I run "deno check somefile.ts", the errors are being reported as being some line number in the somefile.ts file instead of a location in the original source file, even though all of my *.ts files include inline source maps. That forces me to find the location in the *.ts file, figure out which function the code is in, then find the corresponding location in the original source file, in order to fix the problem.

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

No branches or pull requests

1 participant