They've already added stage 2.7 to the TC39 Process.
https://tc39.es/process-document/
#news #ecmascript
https://tc39.es/process-document/
#news #ecmascript
β‘2
Someone actually used git blame on the Git source code... to blame the creator of Git itself :))
Nice article BTW
https://www.jonathancreamer.com/how-we-shrunk-our-git-repo-size-by-94-percent/
#article #git
Nice article BTW
https://www.jonathancreamer.com/how-we-shrunk-our-git-repo-size-by-94-percent/
#article #git
π₯3
Today I Learned:
a super handy way to search through commit history to find exactly where a specific line or snippet was added or removed.
Read the article
#git #til
git log -Sa super handy way to search through commit history to find exactly where a specific line or snippet was added or removed.
Read the article
#git #til
Alexharri
Searching for and navigating Git commits
Exploring Gitβs built-in tools for searching through and analyzing Git commit logs and diffs.
π₯3
Stop using barrel file
Read the article
If you are using Vite you can use this plugin to debarrel your files on the build process.
#article #barrel #index #js
Read the article
If you are using Vite you can use this plugin to debarrel your files on the build process.
#article #barrel #index #js
tkdodo.eu
Please Stop Using Barrel Files
Why you probably shouldn't be adding index.ts files everywhere
π3
A game changer RFC for GraphQL
https://github.com/graphql/graphql-spec/pull/1065
https://graphql.org/conf/2024/schedule/8daaf10ac70360a7fade149a54538bf9/
#graphql
https://github.com/graphql/graphql-spec/pull/1065
https://graphql.org/conf/2024/schedule/8daaf10ac70360a7fade149a54538bf9/
#graphql
GitHub
RFC: SemanticNonNull type (null only on error) by benjie Β· Pull Request #1065 Β· graphql/graphql-spec
TL;DR: Introduces a new type wrapper, Semantic-Non-Null, which represents that a value will not be null unless an error happens, and if an error does happen then this null does not bubble.
GraphQL....
GraphQL....
π₯2