Socket
Book a DemoInstallSign in
Socket

curlyfy-loader

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

curlyfy-loader

curlyfy loader module for webpack

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

curlyfy-loader

dependencies Status

Add curly brackets to a whitespace indented module using curlyfy;

EXPERIMENTAL: Use at your own risk!

Install

npm install --save-dev curlyfy-loader

Usage

It should be used in tandem with a curly language loader:

var jsmodule = require("babel!curlyfy!./module.js.noncurly");
var tsmodule = require("typescript!curlyfy!./module.ts.noncurly");

Or within the webpack config:

module: {
  loaders: [
    { test: /\.js\.noncurly$/, exclude: /node_modules/, loader: 'babel!curlyfy'},
    { test: /\.ts\.noncurly$/, exclude: /node_modules/, loader: 'typescript!curlyfy'}    
  ]
}

and then require normally:

var jsmodule = require("./module.js.noncurly");
var tsmodule = require("./module.ts.noncurly");

See webpack docs: Using loaders

Options

See the curlyfy options

License

MIT (http://www.opensource.org/licenses/mit-license.php)

FAQs

Package last updated on 23 Mar 2017

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.