Boxed
banner
boxed.cool
Boxed
@boxed.cool
essential building-blocks for functional & safe TypeScript code.

makes your life easier.
YOU DON’T HAVE TO SUFFER
December 20, 2024 at 11:36 PM
it’d require a lot of changes in the way intellisense handles these kind of things, maybe the pipeline operator will drive some work on this area
December 19, 2024 at 8:26 PM
with chaining, each value comes with its available functions as they belong in the prototype, with pipes you have to open a pipe, then import the module, then start typing
December 19, 2024 at 8:19 PM
yeah, pipes are good on paper, but in the current JS/TS tooling it hurts autocompletion.

(we’ll consider providing it as an alternative API if github.com/tc39/proposa... lands at some point)
GitHub - tc39/proposal-pipeline-operator: A proposal for adding a useful pipe operator to JavaScript.
A proposal for adding a useful pipe operator to JavaScript. - tc39/proposal-pipeline-operator
github.com
December 19, 2024 at 8:14 PM