-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
src: set default config as node.config.json #57171
base: main
Are you sure you want to change the base?
Conversation
Hmm, I'm a bit concerned about naming collisions with existing uses of |
Maybe noderc.json? That should not have collisions (I HOPE 😆) |
In any case, I don't think it should be unflagged from the first release. |
it's not unflagged, I'm not sure what are you referring to |
Okay then, I guess I didn't read the commit message correctly |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57171 +/- ##
==========================================
- Coverage 90.35% 90.33% -0.03%
==========================================
Files 629 630 +1
Lines 184424 184522 +98
Branches 36034 36076 +42
==========================================
+ Hits 166633 166682 +49
- Misses 10913 10953 +40
- Partials 6878 6887 +9
|
When searching I was only able to find examples of |
Best options are |
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.
How does this play with file permissions?
I added a test, also will need a rebase after #57170 lands. There are 6k results for I wish we could just take it 🥺 Otherwise:
|
IMO, |
f1b6d67
to
70b3289
Compare
70b3289
to
e00ade9
Compare
|
c0373f2
to
6456729
Compare
6456729
to
434360e
Compare
434360e
to
54b272c
Compare
This PR changes the current behavior:
Will automatically look for a
node.config.json
file (I dont have strong opinion on the default)If a
--experimental-config-file
is provided it will use that: