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.

GitHub

12 stars
3 watching
2 forks
Language: JavaScript
last commit: over 6 years ago

Related projects:

RepositoryDescriptionStars
vijithassar/rollup-plugin-markdownExtracts JavaScript code from embedded Markdown blocks in Rollup configurations18
amarcruz/rollup-plugin-cleanupA plugin to remove comments and optimize formatting from JavaScript files before they are bundled into a single file99
se-panfilov/rollup-plugin-strip-codeA rollup plugin to remove code sections based on regular expressions20
trysound/rollup-plugin-stringConverts text files to JavaScript modules87
pallets/markupsafeProtects against injection attacks by safely escaping untrusted strings in HTML and XML markup637
amarcruz/rollup-plugin-jsccEnables conditional compilation and variable replacement during Rollup processing.58
chalk/wrap-ansiWraps a string with ANSI escape codes to a specified column width.120
sormy/rollup-plugin-smart-assetRollup plugin to process asset references in JavaScript code34
eight04/rollup-plugin-cjs-esConverts CommonJS modules to ES module format21
notwoods/rollup-plugin-constsAllows importing build-time constants into JavaScript code with Rollup.11
fjc0k/rollup-plugin-svg-to-symbolConverts SVG files into a format allowing them to be used as symbols in other projects4
vikerman/rollup-plugin-hoist-import-depsImproves performance of lazy loading by preloading static imports alongside dynamic import calls67
ampproject/rollup-plugin-closure-compilerAn optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files.292
alex-kinokon/rollup-plugin-ignorePrevents modules from being included in the output bundle of a JavaScript application26
leebyron/rollup-plugin-asyncTransforms async functions to generator functions before bundling40