Transforms css values and at-rule params into the tree
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Utility to parse a string bytes to bytes and vice-versa
A fast fifo implementation similar to the one powering nextTick in Node.js core
a CSS selector parser
Replace JSX attribute value
Set nested properties on an object using dot notation.
the complete solution for node.js command-line programs
Persistent ordered mapping from strings
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Delete nested properties from an object using dot notation.
JSS plugin for function value and rule syntax
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
JSON without touching any globals
flow typed nullthrows
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Copy a descriptor from object A to object B
AST utils for webassemblyjs
Use the unset keyword in CSS.
Define a lazily evaluated property on an object
PostCSS plugin for CSS Modules to pass arbitrary values between your module files
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
PostCSS plugin postcss-page-break to fallback `break-` properties with `page-break-` alias
Runtime Value type and persistent collections for clojurust
Rust<->Clojure FFI, type marshalling, and NativeObject support
clojurust CLI — run, repl, compile, and eval
Async support for clojurust — clojure.core.async via Tokio
IR-accelerated evaluation for clojurust (tier-1 IR interpreter + lowering)
JIT (Cranelift) and AOT compiler backend for clojurust
Asynchronous file I/O for clojurust — tokio-backed reads/writes delivered over core.async channels
BLAKE3 cryptographic hash functions exposed as Clojure native functions