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: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
vijithassar/rollup-plugin-markdown | Extracts JavaScript code from embedded Markdown blocks in Rollup configurations | 18 |
amarcruz/rollup-plugin-cleanup | A plugin to remove comments and optimize formatting from JavaScript files before they are bundled into a single file | 99 |
se-panfilov/rollup-plugin-strip-code | A rollup plugin to remove code sections based on regular expressions | 20 |
trysound/rollup-plugin-string | Converts text files to JavaScript modules | 85 |
pallets/markupsafe | Protects against injection attacks by safely escaping untrusted strings in HTML and XML markup | 636 |
amarcruz/rollup-plugin-jscc | Enables conditional compilation and variable replacement during Rollup processing. | 58 |
chalk/wrap-ansi | Wraps a string with ANSI escape codes to a specified column width. | 120 |
sormy/rollup-plugin-smart-asset | Rollup plugin to process asset references in JavaScript code | 34 |
eight04/rollup-plugin-cjs-es | Converts CommonJS modules to ES module format | 21 |
notwoods/rollup-plugin-consts | Allows importing build-time constants into JavaScript code with Rollup. | 11 |
fjc0k/rollup-plugin-svg-to-symbol | Converts SVG files into a format allowing them to be used as symbols in other projects | 4 |
vikerman/rollup-plugin-hoist-import-deps | Improves performance of lazy loading by preloading static imports alongside dynamic import calls | 67 |
ampproject/rollup-plugin-closure-compiler | An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. | 292 |
alex-kinokon/rollup-plugin-ignore | Prevents modules from being included in the output bundle of a JavaScript application | 26 |
leebyron/rollup-plugin-async | Transforms async functions to generator functions before bundling | 40 |