-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Build: sandbox for pnp #20998
Build: sandbox for pnp #20998
Conversation
@@ -1,17 +1,101 @@ | |||
import resolveFrom from 'resolve-from'; | |||
import findUp from 'find-up'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brace yourself, this code needs cleanup.. if it works that is..
Ok.. so I think I got this into the shape it can be in and, it doesn't work.
I was able to find where files supposedly are according to pnp by asking the pnp api: This actually yields a place in the fs! So I'm afraid this isn't a viable method of suppurting pnp. |
extremely experimental