functionize
Library transformer
A library that converts existing JavaScript libraries into functional ones by applying a set of transformations to their methods.
A library which aids in making any JavaScript library more functional.
49 stars
8 watching
0 forks
Language: JavaScript
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bookshelf/processor-plugin | Allows developers to define custom functions that transform values on model attributes | 4 |
remcohaszing/babel-plugin-transform-react-class-to-function | A plugin that transforms React component classes into functions to improve consistency and simplify code maintenance. | 24 |
f34nk/modest_ex | A library that performs pipeable transformations on HTML strings using CSS selectors | 31 |
paldepind/union-type | A JavaScript library for defining and using types that can represent multiple values with associated data. | 478 |
johnpolacek/stacktable.js | A jQuery plugin that converts wide tables into a 2-column format for smaller screens. | 1,028 |
cgarciae/phi | A Python library for functional programming that aims to simplify the experience by providing a unified API and operator overloading for common data transformations and operations. | 134 |
flavorjones/loofah | A Ruby library that provides tools for transforming and sanitizing HTML documents and fragments | 935 |
xtuc/babel-plugin-transform-scala-lambda | A plugin that simplifies JavaScript code by allowing a more concise syntax inspired by Scala's lambda style | 54 |
babel/babel | A tool that transpiles modern JavaScript code to earlier versions of the language | 43,241 |
sectorlabs/babel-plugin-transform-named-imports | A Babel plugin that transforms named imports into full path imports to improve tree shaking and reduce bundle size. | 38 |
doubleprecisionsoftware/jsontl | A library that allows transformation of JSON data using a simple, JSON-based language with basic operations for replacing and extending values. | 7 |
gabesoft/trans | A library that enables easy transformation of complex JSON objects by specifying composite field names and chaining multiple transformation methods. | 179 |
dimercel/listopia | A Common Lisp library for manipulating and transforming lists in a functional style. | 31 |
jlevy/repren | A tool for refactoring and transforming text files according to regular expression patterns | 347 |
taritsyn/bundletransformer | An extension for optimizing and transforming web application bundles using various techniques such as minification, translation, and post-processing | 130 |