-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Question about reachables-slices.json result #152
Comments
Reachables slicing requires a valid application. So there must be a package.json, lock file, and deep mode bom.json file to be present in the same directory. Can you check if all these exists? |
So, I spend some hours for deep diving in it I have this js-code
And, I notice that "url" and "sanbox" identediers are maked as framework-in and framework-our correspondanly. As I understand, algorightma use this tags for building full paths. If u know, why exactly this identifiers, please, explain me :) By the way, all attempts (last one and this one) were made whith deep bom.json, package, package-lock files. And, I removed before operation last *.atom file. |
It's a lengthy explanation. Can you join one of our office hour? It will resume in September. |
Do you mean return to this question in September? |
Hi!
I try to understand how exactly reachables slices are created.
So, I use following dummy sample code.
Next, I generate bom.json in deep mode within cdxgen and get reachables.
Result for my sample code:
However, when I change code to this one:
I have empty results. It's strange behaviour as for me. And I can't understands reasons of it. Could u explain, please?
The text was updated successfully, but these errors were encountered: