You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't seem to be able to get the right sources for my version 4.22 (attached to /home/david/.m2/repository/de/ruedigermoeller/kontraktor-http/4.22/kontraktor-http-4.22-sources.jar) to be able to debug this TranspilerJSX. I also tried checking out commit id dd4f351 (don't forget to tag it save me searching the commit logs for the release version)
david@david-desktop:~/git/inspectit$ ls /home/david/git/inspectit/././websrc/components/table-edit/./TableEdit.jsx
/home/david/git/inspectit/././websrc/components/table-edit/./TableEdit.jsx
The text was updated successfully, but these errors were encountered:
I don't seem to be able to get the right sources for my version 4.22 (attached to /home/david/.m2/repository/de/ruedigermoeller/kontraktor-http/4.22/kontraktor-http-4.22-sources.jar) to be able to debug this TranspilerJSX. I also tried checking out commit id dd4f351 (don't forget to tag it save me searching the commit logs for the release version)
There are a number of paths to scan, this is a '|' delimited list of them, all are prefixed with the src directory, in my case
./websrc
/node_modules|/components|/components/tree-nav|/components/tree-nav/TreeComponents|/components/tree-nav/TreeComponents/VisualAssets|/components/tree-nav/TreeComponents/VisualAssets/Location|/components/table-edit|/components/table-edit/CsvImport|/components/AnnotatedObject|/actions|/reducers
This is the one which causes the error, taken from the result arg here
generateImportPrologue(JSXGenerator.ParseResult result, FileResolver resolver)
/home/david/git/inspectit/././websrc/components/table-edit/./TableEdit.jsx
Which does exist:
The text was updated successfully, but these errors were encountered: