You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gppfy

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gppfy

GPP preprocessor integrated into Browserify

1.0.7
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

GPP preprocessor integrated into Browserify

Use in browserify CLI:

browserify -t [ gppfy -D foo=bar -D foo2=bar2 -i include_macros ] ...

Javascript:

//#ifdef foo
...
//#endif


//#ifeq @foo bar
...
//#endif


var hereIsBar = '@foo'; // hereIsBar === 'foo'

HTML

<!--#ifeq @foo bar -->
...

<!--#endif -->

GPP preprocessor documentation

Keywords

browserify

FAQs

Package last updated on 08 Mar 2016

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