🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

babel-plugin-remove-template-literals-whitespace

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-remove-template-literals-whitespace

Babel plugin for whitespace removal from template literals.

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
581
24.41%
Maintainers
1
Weekly downloads
 
Created
Source

babel-plugin-remove-template-literals-whitespace

version downloads license paypal

Babel plugin for whitespace removal from template literals.

User-defined function for whitespace removal can be defined via options.fn.

Install

Using npm:

$ npm install babel-plugin-remove-template-literals-whitespace --save-dev

or using yarn:

$ yarn add babel-plugin-remove-template-literals-whitespace --dev

Options

  • options.fn:
    User-defined function for whitespace removal (or whatever user wants to remove) from template literals.

  • options.verbose:
    Enables verbose mode, that will log template literals before and after whitespace removal process.

License

MIT

Keywords

babel

FAQs

Package last updated on 16 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts