Fix yarn ls [package] command to filter properly#1792
Conversation
|
I just tested this and found it not to be working. I pulled the latest code from I'm using Node.js 4.4.1. |
|
Looks like that was added in a later version of Node 4.x, which is why it pass tests on CI. |
|
@markstos Would you be able to test the |
|
I confirmed that I noticed that in Travis, only Node.js 6 is tested, but from reading this On Mon, Nov 14, 2016 at 10:34 AM, Neil Kistner notifications@github.com
|
Summary
This implements #1599. Also, adds some more tests around the
lscommand.Test plan
Ran against this repo.
Before
gulp
once
After
gulp
$ yarn ls gulp yarn ls v0.17.0-0 └─ gulp@3.9.1 ✨ Done in 0.44s.once
$ yarn ls once yarn ls v0.17.0-0 ├─ end-of-stream@1.1.0 │ └─ once@1.3.3 ├─ once@1.4.0 ├─ orchestrator@0.3.7 │ └─ once@1.3.3 └─ tar-pack@3.1.4 │ └─ once@1.3.3 ✨ Done in 0.45s.