optional-chaining
There are 46 repositories under optional-chaining topic.
rimeto/ts-optchain
Optional Chaining for TypeScript
BiYuqi/webpack-seed
:rocket: A Multi-Page Application base on webpack and babel. webpack搭建基于ES6,支持模板的多页面项目
villesau/optional-chaining-codemod
Codemod to migrate from Lodash get and logical and expressions to optional chaining
RIP21/ts-get
Alternative to lodash.get that makes it typed and cool as if optional typing proposal is there (deprecated, use ts-optchain, or real optional chaining)
LeeSwagger/webpack-starter
Simple webpack config with babel, scss, and lodash
rvarago/absent
A small C++17 library meant to simplify the composition of nullable types in a generic, type-safe, and declarative way.
armanozak/snq
A utility function to avoid type errors when traversing over arrays and object properties.
cdlewis/idx-to-optional-chaining
JSCodeShift codemod that transforms usage of idx to the draft optional chaining standard.
yayoc/optional-chain
⛓Optional chaining implementation in TypeScript
int64ago/chain
[npm] Partial implementation for Optional Chaining in ES5
luanbitar/gatsby-optional-chaining
Provide babel optional chaining plugin on Gatsby
WillWcchan/Visual-Option-Chain-Graph
Visually see the intraday price of your specific CALL/PUT option as a graph.
Brar21/TypeScript-Learning
Typescript is better face of Javascript . This repo is tutorial for beginners who want to learns Typescript from scratch every this is written in very simple way or easy to understand. For day get new things about Typescript you can Starred this repository and fork in your local system.
rohitchavan-git/Java-Optional-Best-Practices
This repository explores the best practices for using the Optional class in Java to handle potentially absent values. By following these guidelines, you can effectively leverage Optional and improve the clarity and safety of your code.
HAZberi/advanced-javascript
Coding exercises on advanced JS topics
Duraiamuthan/TopiOSApps
It shows top iOS apps from app store. One can filter the list of apps using app name or category
jmpavlick/q
Deeply-nested optional-property record accessor combinators for the real world.
davidarny/property-access-bench
Property Access Benchmark
jtaylorchang/js-optchain
Schema-based optional chaining for JavaScript. Used in production Node.js servers. Version 2.0.8 is available for installation on npm
juliobetta/react-edge-setup
React Edge Setup
dipaksolankii/Weather-App
this weather app is a simple and easy-to-use application that can be used to get the latest weather forecast for any location. The app uses JavaScript to fetch weather data from a weather API and display it on the screen.
edwarfmartinez/BmiCalculator
iOS app. Set height and weight, and the Bmi index will be calculated.
kayyenl/Google-Clone
A clone of everyone's favourite search engine!
marquescami/alura-ios
Atividades dos cursos de IOS da Alura
sarkar10-crypto/Bar-graph-visualizer
Bar-Graph-Visualizer
sigmasoldi3r/ts-option
Optional values for typescript
zleonov/maybe
A maybe type for Java
alesyt0h/angular-TypeScript-Intro
TypeScript Basicos
dasariumamahesh/chainsafe
A CLI tool to automatically add optional chaining to TypeScript and JavaScript
freaktechnik/babel-plugin-transform-safest-mode
Make your JS the safest
heysunny612/toy_project_carousel
[토이프로젝트_JS] 캐러셀 &3D 캐러셀 구현
hodinhtuankiet/trello-client
A personal task management Web designed to help you stay organized and focused. With Trello App, you can effortlessly manage your daily tasks and prioritize your to-do lists to achieve your goals
kamilarici/form-full
form-detay
the-developer-org/node-optional-chaining-mixed-modules
A practical guide to using optional chaining in Node.js applications that mix CommonJS and ES6 modules. This repository provides examples, best practices, and tips to effectively integrate optional chaining in projects with mixed module syntax, making your code safer and more readable.