Package Exports
- parser-noop
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (parser-noop) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
parser-noop 
noop parser, consolidate.js style. Works with Assemble, express.js, parser-cache or any application that follows consolidate.js conventions.
Install
Install with npm:
npm i parser-noop --save-dev
Usage
var parser = require('parser-noop');
API
.parse
file
{String|Object}: The object or string to parse.locals
{Object|Function}: ornext
callback function.next
{Function}: callback function.
Parse the given file
and callback next(err, file)
.
.parseSync
file
{String|Object}: The object or string to parse.
Parse the given file
and return a minimal normalized file
object.
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on October 24, 2014.