Proposal: Change native lib instead
See original GitHub issueI’m hesitant to use this library as is because to a new developer this looks unnecessary:
arrayIncludes(arr, value)
and will likely attempt to change it to:
arr.includes(value)
which may even pass the tests and continue being less strict.
What do you think about offering additional entry points to change the global lib instead? I do this pattern to make some Promise types stricter for example: https://github.com/microsoft/TypeScript/issues/45602#issuecomment-934427206
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Proposal: Change the way of building native binaries · Issue #47 ...
Currently we are compiling both x64 and x86 libsass binaries (solution) build. This needs to change in such a way that we compile...
Read more >How do I change the package name while including native ...
If using Eclipse, the proper way to rename the package is to do the following: Right click on project -> Android Tools ->...
Read more >Proposal Writing Tips for Non-Native English Speakers
Proposals often require specialized language, providing a special challenge for non-native English speakers even though they may be very proficient in English. ...
Read more >babel/preset-env
babel/preset-env` is a smart preset that allows you to use the latest JavaScript without needing to micromanage which syntax transforms (and optionally, ...
Read more >The United States Government's Relationship with Native ...
A brief overview of relations between Native Americans and the United ... The Treaty of Ft. Laramie of 1868 "set apart for the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Note, overwriting
typeRoots
will remove the default behavior of automatically detectingnode_module/@types
.It’s literally less verbose than the current situation though 😃
Import object.entries once per project vs once per file.
I’m ok with the global to start though