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

source field incorrect in debug logs #44

Open
loliver opened this issue May 2, 2024 · 0 comments
Open

source field incorrect in debug logs #44

loliver opened this issue May 2, 2024 · 0 comments

Comments

@loliver
Copy link

loliver commented May 2, 2024

When looking at the --debug output I noticed that the source field under fileKeyToNodeIds section was incorrect.

An example as follows:

"source": "https///github.com/organisation/repo/tree/master/packages/tooltip/dist/index.d.ts",

Which should be:

"source": "https://github.com/organisation/repo/tree/main/packages/tooltip/dist/index.d.ts",

Or if it should be pointing to the actual source of the component:

"source": "https://github.com/organisation/repo/tree/main/packages/tooltip/src/Tooltip.tsx",

Is there any way to specify various sections of that field so it resolves correctly?
Is it used for anything at the moment or is it just metadata?

Code Connect is incredible functionality and I'm excited to see where it can go, thanks all for your hard work!

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