awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Object destructuring patterns

रैंकिंग 24 जुल॰ 2026 को अपडेट की गई

Hand-picked open source object destructuring patterns for cleaner JavaScript. Compare the top repositories and find the right one.

Object destructuring patterns

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • tc39/proposal-pattern-matchingtc39 का अवतार

    tc39/proposal-pattern-matching

    5,782GitHub पर देखें↗

    This is a TC39 proposal to add declarative pattern matching syntax to the ECMAScript language. It introduces a match expression that allows developers to inspect and branch on data structures using patterns with destructuring, guards, and logical combinators. The proposal defines a custom matcher protocol via a well-known symbol, enabling objects to implement user-defined matching logic with arbitrary extraction and decomposition. The proposal supports matching against literal primitives using SameValue equality with special handling for signed zero and NaN, as well as relational comparison

    This proposal introduces native pattern matching syntax to JavaScript, enabling structured destructuring, guards, and data transformation directly within the language.

    HTMLPattern MatchingObject Structure MatchingPattern Destructuring
    GitHub पर देखें↗5,782
  • z-pattern-matching/zz-pattern-matching का अवतार

    z-pattern-matching/z

    1,715GitHub पर देखें↗

    Z is a pattern matching library for JavaScript that evaluates variables against structural shapes, data types, and literal values to branch program execution conditionally. It functions as a functional programming utility designed to deconstruct arrays and objects into parts during conditional evaluation. The library transforms human-friendly pattern matching syntax into optimized nested conditional statements during compilation or initialization phases, evaluating complex structural conditions and returning matching branch results directly as standard expression values. It inspects runtime d

    This library provides pattern matching for JavaScript with functional programming support, though it lacks explicit native support for nested object destructuring and default values.

    JavaScriptObject Structure Matching
    GitHub पर देखें↗1,715

Related searches

  • UI component patterns
  • Static analysis tools
  • रीयूजेबल React डिज़ाइन पैटर्न का कलेक्शन
  • Prompt engineering patterns
  • Class method patterns
  • Event dispatcher
  • Flow control patterns
  • Control flow engine