-
-
Notifications
You must be signed in to change notification settings - Fork 84
Null in sources content skips reading of file #147
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
Comments
I see, thanks, I will fix it |
I have fix in branch, I am testing it. So feel free to use it |
6 tasks
Fixed #148 |
ilgonmic
added a commit
to JetBrains/kotlin
that referenced
this issue
Jun 7, 2021
Alefas
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Jun 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
null
in sources content considered as sources should be retrieved by name (http://sourcemaps.info/spec.html)Actual Behavior
null
in sources content considered as skip reading of fileCode
How Do We Reproduce?
Use source map with
null
insourcesContent
but having source file in file system.The text was updated successfully, but these errors were encountered: