avajs / babel-preset-stage-4
Efficiently applies the minimum of transforms to run stage 4 code on Node.js 6, 8 and 10
☆13Updated 5 years ago
Alternatives and similar repositories for babel-preset-stage-4:
Users that are interested in babel-preset-stage-4 are comparing it to the libraries listed below
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- utility to create a pretty report for a vfile☆20Updated last year
- Check if a string is a scoped npm package name☆24Updated 2 years ago
- Manages complex Babel config chains, avoiding duplicated work and enabling effective caching☆14Updated 6 years ago
- Split a string at one or more indices☆23Updated 3 years ago
- Lax `url.format()` that formats a hostname and port into IPv6-compatible socket form of `hostname:port`☆13Updated 3 years ago
- PostCSS plugin to discard overridden keyframes or counter-style.☆16Updated 8 years ago
- Get an array of parent directories including itself☆27Updated last year
- Modify the values of an object☆28Updated 3 years ago
- Get the avatar of a GitHub user☆21Updated 3 years ago
- Parse and stringify file paths with line and column like `unicorn.js14`☆21Updated 3 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 7 years ago
- Expands symbolic links and prints the resolved absolute filepath☆26Updated 8 months ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 6 years ago
- Move around lines in a string☆10Updated 8 years ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆22Updated 2 years ago
- Use as a sub-generator or plugin in your generator to create a package.json for a project. Or install globally and run with Generate's CL…☆18Updated 3 years ago
- Check if something is a generator function☆22Updated 2 years ago
- Check if a string is email like☆23Updated 3 years ago
- Check if a number is in a given range☆21Updated 4 years ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 3 years ago
- Check if a value is an error constructor☆13Updated 3 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Get the version of a binary in semver format☆35Updated 9 months ago
- Sink your streams.☆17Updated last year
- ES spec-compliant shim for String.prototype.padStart☆23Updated 10 months ago
- Check if a file path is a compressed file☆17Updated 9 months ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill