Adds meta programming functionality to the prototype chain
Returns an array of the object's prototype chain
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
A small polyfill for Object.setprototypeof
A utility for managing a prototype chain
A library to make errors.
Source code handling classes for webpack
JSON parse with prototype poisoning protection
A noop logger that conforms to the Log4j interface for modules to stub out internal logging
Return the prototype of a provided object.
Array like linked list with iterator
Browser-friendly inheritance fully compatible with standard node.js inherits()
Fastest way for creating null-prototype objects in JavaScript
Really Fast Deep Clone
Prototype related utils
Copy static properties, prototype properties, and descriptors from one object to another.
Lighthouse Stack Packs
ES2019 spec-compliant String.prototype.trimLeft shim.
recursively Object.freeze() objects and functions
ES2019 spec-compliant String.prototype.trimLeft shim.
Simple event emitter
This is a code bundle for Astra Video Editor Prototype. The original project is available at https://www.figma.com/design/DQacnzpBF5xkM8pWOIc7JT/Astra-Video-Editor-Prototype.
request body parsing for co
Push an array of items into an array, while being robust against prototype modification
A [M]inimalistic [R]uby [C]omputer [A]lgebra [S]ystem, for rapid prototyping and meta-programming
**Non Functional / Still in Planning Stage** Here's the high-level (brain dump): * Site content is organized in collections * Collections are serialized * Each have support for next, previous, first, last, etc * The content files are HTML * Templates are object based (each content type can be rendered with their own templates) * Templates are HTML with interspersed Liquid markup * All meta data is described using HTML meta tags * You custom meta data tags in a content objects * You can specify 'prototype' content objects in a collection with a _proto folder in the collection