| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Hmm, this is failing in apparently unrelated packages tests now, specifically b. |
Sorry, something went wrong.
|
I had the same issue when I tried to delay the adding defaults to args, now opt. Is the plan to merge this first and then mine? Why not just edit mine directly? You can push to my branch. |
Sorry, something went wrong.
|
Really just trying to dig into merge order in separation here, as that's what I'm primarily concerned about. Wasn't expecting unrelated breakage, though, so if you'd like to incorporate the merge order (this PR has the correct one now) into your PR, feel free to do so. |
Sorry, something went wrong.
| seenAsconfig.add(filePath); | ||
| asconfig = getAsconfig(fileName, asconfigDir, readFile); | ||
| } | ||
| asconfigPath = optionsUtil.resolvePath(asconfig.extends, asconfigDir); |
There was a problem hiding this comment.
Nice! I was going to mention that we should allow for node_resolution here like ts does.
Sorry, something went wrong.
Co-authored-by: Max Graey <maxgraey@gmail.com>
|
🎉 This PR is included in version 0.14.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes the merge order part of #1404 by updating to the originally intended order
while moving the defaults for target and config to asc itself because we need these early. Previously, the initial invocation of parse missed to omit populating defaults, and #1404 also seems to populate these too early.