gulp-regexpu
RegExp transformer
Tools for transpiling ES6 Unicode regular expressions to ES5 in Gulp pipelines
Gulp plugin to transpile ES6 Unicode regular expressions to ES5 with regexpu.
4 stars
3 watching
1 forks
Language: JavaScript
last commit: almost 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mathiasbynens/regexpu | Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |
hemanth/gulp-jstransform | Converts ES6 JavaScript to ES5. | 15 |
mathiasbynens/regexp.prototype.search | A polyfill for the search method in ECMAScript 6's RegExp object | 5 |
mathiasbynens/regexp.prototype.match | Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
ryanseddon/gulp-es6-module-transpiler | Transpiles ES6 modules to other formats for use in Node.js environments | 61 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
e-jigsaw/gulp-riot | A Gulp plugin for compiling Riot.js templates into JavaScript code. | 105 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
brainmaestro/eslint-plugin-optimize-regex | A plugin for ESLint that optimizes and refactors regular expressions in JavaScript code to improve performance. | 74 |
nasciiboy/recursiveregexpraptor-4 | A C-language regular expression engine designed for speed and simplicity. | 10 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
robrich/gulp-exec | An npm package providing an exec plugin for Gulp tasks to run shell commands with customizable reporting and error handling. | 163 |
ehmicky/gulp-execa | A Gulp.js plugin that provides an efficient and secure way to execute shell commands and scripts in a pipeline-based workflow. | 58 |
sindresorhus/gulp-markdown | Converts Markdown files to HTML using the marked library | 181 |