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

Relative paths #2

Open
blackxored opened this issue Sep 7, 2017 · 7 comments
Open

Relative paths #2

blackxored opened this issue Sep 7, 2017 · 7 comments

Comments

@blackxored
Copy link

This seems to be a common issue with babel plugins, we're doing relative reads (or dotenv ends up doing relative read), so a path with something like '../../.env' (lerna setup, I know :() starts failing.
Solved in a fork but wondering how to handle or whether to relay upstream.

@brysgo
Copy link
Owner

brysgo commented Sep 8, 2017

Thanks for the heads up, you can always open a PR with WIP in the title and we can discuss. In the meantime I will look at your branch and think about it.

@brysgo
Copy link
Owner

brysgo commented Sep 10, 2017

Just looked at your patch, I will merge it if you submit a PR.

@blackxored
Copy link
Author

blackxored commented Sep 10, 2017 via email

@brysgo
Copy link
Owner

brysgo commented Sep 11, 2017

Not sure I understand the scenario you are thinking of. If I recall correctly, what you've done is check for .. in the path and resolve it using the node API if it has dots. Did I miss read your solution?

@blackxored
Copy link
Author

blackxored commented Sep 12, 2017 via email

@brysgo
Copy link
Owner

brysgo commented Sep 12, 2017

You are right, I made some faulty assumptions about the adoption of this package. If you think it is a broader question of babel plugins, it may be worth asking @hzoo.

@brysgo
Copy link
Owner

brysgo commented Sep 16, 2017

@blackxored - I just added a test suite with a simple test, obviously it will need more test cases, but now at least it is there and running in CI. You made me realize this has wider adoption than I thought, so I am going to put a little effort into cleaning it up a bit.

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

2 participants