codemix
We help companies ship features, fix bugs and make teams even more productive with JavaScript.
York
Pinned Repositories
babel-plugin-closure-elimination
A Babel plugin which eliminates closures from your JavaScript wherever possible.
babel-plugin-contracts
Design by Contract for JavaScript via a Babel plugin.
babel-plugin-macros
Hygienic, non-syntactic macros for JavaScript via a Babel plugin.
babel-plugin-typecheck
Static and runtime type checking for JavaScript in the form of a Babel plugin.
deprank
Use PageRank to find the most important files in your codebase.
fast.js
Faster user-land reimplementations for several common builtin native JavaScript functions.
oriento
Former official node.js driver for OrientDB. Fast, lightweight, uses the binary protocol. Now deprecated.
ts-sql
A SQL database implemented purely in TypeScript type annotations.
yii2-configloader
Build configuration arrays from config files and env vars.
yii2-localeurls
Automatic locale/language management for URLs
codemix's Repositories
codemix/babel-plugin-typecheck
Static and runtime type checking for JavaScript in the form of a Babel plugin.
codemix/babel-plugin-macros
Hygienic, non-syntactic macros for JavaScript via a Babel plugin.
codemix/oriento
Former official node.js driver for OrientDB. Fast, lightweight, uses the binary protocol. Now deprecated.
codemix/contractual
Unobtrusive, backwards compatible, syntactic sugar for Design by contract in JavaScript.
codemix/YiiElasticSearch
Elastic Search client for Yii
codemix/malloc
Simple malloc() & free() implementation for node.js, built on top of array buffers.
codemix/reign
A persistent, typed objects implementation for node.js and the browser.
codemix/backing
Provides a virtual address space for large segments of memory via JavaScript ArrayBuffers, and operations for allocating and freeing within the address space, optionally via a simple reference counting garbage collector.
codemix/garbage-collector
A garbage collector for JavaScript built on top of typed arrays.
codemix/atomicbuffers
Atomic `readInt32()`, `writeInt32()`, `readUInt32()` and `writeUInt32()` for node.js buffers.
codemix/malloc-append
Simple append-only alloc() implementation on top of buffers and array buffers.
codemix/ast-types
Esprima-compatible implementation of the Mozilla JS Parser API
codemix/babel
Babel is a compiler for writing next generation JavaScript.
codemix/babel-plugin-example
codemix/babylon
:page_with_curl: A JavaScript parser
codemix/core-error-predicates
Error predicate functions for operational errors thrown by node core.
codemix/eslint
A fully pluggable tool for identifying and reporting on patterns in JavaScript.
codemix/flow
Adds static typing to JavaScript to improve developer productivity and code quality.
codemix/itsy-bitsy-data-structures
:european_castle: All the things you didn't know you wanted to know about data structures
codemix/karma-phantomjs2-launcher
A Karma plugin. Launcher for PhantomJS2.
codemix/knex
A query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
codemix/markdown-in-js
inline markdown for react/jsx
codemix/mmap.js
Working mmap bindings for node.js
codemix/mobx-react-router
Keep your MobX state in sync with react-router
codemix/node
evented I/O for v8 javascript
codemix/phantomjs2
NPM wrapper for installing phantomjs 2
codemix/react-docgen
A CLI and toolbox to extract information from React component files for documentation generation purposes.
codemix/react-ink
A React component for adding material design style ink
codemix/react-styleguidist
React styleguide generator
codemix/type-registry
Provides a container which can hold different kinds of Type.