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

Can we gather a list of everyone's current open source testing for source maps? #3

Open
jkup opened this issue Aug 9, 2023 · 4 comments

Comments

@jkup
Copy link
Collaborator

jkup commented Aug 9, 2023

I think @mitsuhiko, @nicolo-ribaudo, @JSMonk and @brad4d all mentioned they have some currently open sourced tests for source maps right now. Would you all mind (and anyone else that has similar tests) linking them here?

@brad4d
Copy link

brad4d commented Aug 14, 2023

The closure-compiler sourcemap generation tests are in

https://github.com/google/closure-compiler/tree/master/test/com/google/debugging/sourcemap

@bomsy
Copy link
Contributor

bomsy commented Aug 17, 2023

Here's the tests for the mozilla's sourcemap library

https://github.com/mozilla/source-map/tree/master/test

@JSMonk
Copy link
Member

JSMonk commented Aug 17, 2023

The Kotlin/JS stepping tests (just using inspection API with "step into" action and comparing the expected path with the actual; mostly test the correctness of the generated source maps for JS and Wasm):

https://github.com/JetBrains/kotlin/tree/master/compiler/testData/debug/stepping

P.S. Such tests for Kotlin/Wasm are in development, but they will be placed in the same directory

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

5 participants