Jiri Spac
Jiri Spac
@gurre the lib is 50 lines of code and it will probably save around 100 LOC on this project. Well worth it.
I also want this feature!
this should be trivial to add. Please implement this!
this is my schema graphql: ``` type Query { time: String } ``` with this file I see the error once. With longer files there are more errors so I...
it's a long one: ``` 2gua.rainbow-brackets Andreabbondanza.ignoregit EditorConfig.EditorConfig HookyQR.beautify NathanRidley.autotrim Orta.vscode-jest PeterJausovec.vscode-docker SirTori.indenticator WakaTime.vscode-wakatime WallabyJs.quokka-vscode Zignd.html-css-class-completion akamud.vscode-theme-onedark alexkrechik.cucumberautocomplete azemoh.theme-onedark capaj.spec-runner capaj.vscode-exports-autocomplete capaj.vscode-standardjs-snippets chenxsan.vscode-standardjs christian-kohler.npm-intellisense christian-kohler.path-intellisense cmstead.jsrefactor codezombiech.gitignore darkriszty.markdown-table-prettify dbaeumer.vscode-eslint dbankier.vscode-gist...
I will try source-map package from mozilla, but I don't know where I can find the source map of the failed modules
@guybedford how would I do that? I could have my own loading plugin, but it wouldn't be convenient to force everyone to write `!` at the end of their imports/requires...
@guybedford that looks trivial, I didn't think it would be this easy. Will try that ASAP. edit: it isn't as trivial-`load.metadata.sourceMap;` is undefined for each module loaded-unfortunately. Source map is...
@guybedford I've tried inspecting `load.metadata.sourceMap` on on few places in the SystemJS and every time I tried value was undefined. I even tried to comment out https://github.com/systemjs/systemjs/blob/9ed38dd94f52eefa1b623d8c2b8623a92b480b2a/lib/esm.js#L39 in the desperation....
@guybedford thats not what I have been seeing. I have been trying it with https://github.com/capaj/jspm-react and in there, I have at least six files which transpile with babel and their...