rollup-plugin-ascii
String escaper
Rewrites JavaScript to escape non-ASCII characters in string literals.
Rewrite JavaScript to escape any non-ASCII characters in string literals.
12 stars
3 watching
2 forks
Language: JavaScript
last commit: almost 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| Extracts JavaScript code from embedded Markdown blocks in Rollup configurations | 18 |
| A plugin to remove comments and optimize formatting from JavaScript files before they are bundled into a single file | 99 |
| A rollup plugin to remove code sections based on regular expressions | 20 |
| Converts text files to JavaScript modules | 87 |
| Protects against injection attacks by safely escaping untrusted strings in HTML and XML markup | 637 |
| Enables conditional compilation and variable replacement during Rollup processing. | 58 |
| Wraps a string with ANSI escape codes to a specified column width. | 120 |
| Rollup plugin to process asset references in JavaScript code | 34 |
| Converts CommonJS modules to ES module format | 21 |
| Allows importing build-time constants into JavaScript code with Rollup. | 11 |
| Converts SVG files into a format allowing them to be used as symbols in other projects | 4 |
| Improves performance of lazy loading by preloading static imports alongside dynamic import calls | 67 |
| An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. | 292 |
| Prevents modules from being included in the output bundle of a JavaScript application | 26 |
| Transforms async functions to generator functions before bundling | 40 |