mathiasbynens / tpyo
A small script that enables you to make typos in JavaScript property names. Powered by ES2015 proxies + Levenshtein string distance.
☆207Updated 3 years ago
Alternatives and similar repositories for tpyo:
Users that are interested in tpyo are comparing it to the libraries listed below
- Proposal to recognize a `"use module";` pragma☆81Updated 3 years ago
- TC-39 Proposal for additional is{Type} APIs☆201Updated 5 years ago
- Proposal to add the `s` (`dotAll`) flag to regular expressions in ECMAScript.☆88Updated 3 years ago
- Babel plugin for modern RegExp features in JavaScript☆81Updated 6 years ago
- {BigInt,Number}.fromString(string, radix)☆65Updated 6 years ago
- Proposed EcmaScript Class Syntax clarifying orthogonal concerns☆29Updated 8 years ago
- A Map subclass with support for multiple keys for one entry.☆108Updated 2 years ago
- Checks all require path's to exist as files☆44Updated 3 years ago
- ES Proposal, specs, tests, reference implementation, and polyfill/shim for String.prototype.matchAll☆99Updated 3 years ago
- ☆151Updated 7 years ago
- ES6 Proxies based deep clone☆129Updated 2 years ago
- Easily compose regular expressions without the need for double-escaping inside strings.☆64Updated last year
- Create a lazily evaluated value☆69Updated 3 years ago
- Discussion and specification for an explicit syntactic opt-in for Tail Calls.☆169Updated 8 years ago
- Optimizes statements such as `forEach` and `map` to for loops.☆74Updated 4 years ago
- Contain async insanity so that the dark pony lord doesn't eat souls☆90Updated last year
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- import.meta proposal for JavaScript☆146Updated 4 years ago
- TC-39 Proposal for a deprecated keyword☆80Updated 6 years ago
- Find multiple RegExp matches in a string☆92Updated 2 years ago
- Reliably get the terminal window size☆141Updated last year
- Call a method on all items in an iterable by calling it on the iterable itself☆163Updated 3 years ago
- Stylish console.log for node☆164Updated last year
- Check if stdout or stderr is interactive☆116Updated last year
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆140Updated 2 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called☆271Updated 4 months ago
- Babel plugin for overloading operators☆67Updated 7 years ago
- Compare, format, diff and serialize any JavaScript value☆209Updated 2 weeks ago
- Efficient encoder and decoder for arbitrary objects☆196Updated 6 years ago