pax_global_header00006660000000000000000000000064130467466230014525gustar00rootroot0000000000000052 comment=4dbf4b31119afde40d213b0770f6daaffd8b0d58 snapdragon-capture-0.2.0/000077500000000000000000000000001304674662300153215ustar00rootroot00000000000000snapdragon-capture-0.2.0/.editorconfig000066400000000000000000000004051304674662300177750ustar00rootroot00000000000000root = true [*] indent_style = space end_of_line = lf charset = utf-8 indent_size = 2 trim_trailing_whitespace = true insert_final_newline = true [{**/{actual,fixtures,expected,templates}/**,*.md}] trim_trailing_whitespace = false insert_final_newline = falsesnapdragon-capture-0.2.0/.eslintrc.json000066400000000000000000000071251304674662300201220ustar00rootroot00000000000000{ "ecmaFeatures": { "modules": true, "experimentalObjectRestSpread": true }, "env": { "browser": false, "es6": true, "node": true, "mocha": true }, "globals": { "document": false, "navigator": false, "window": false }, "rules": { "accessor-pairs": 2, "arrow-spacing": [2, { "before": true, "after": true }], "block-spacing": [2, "always"], "brace-style": [2, "1tbs", { "allowSingleLine": true }], "comma-dangle": [2, "never"], "comma-spacing": [2, { "before": false, "after": true }], "comma-style": [2, "last"], "constructor-super": 2, "curly": [2, "multi-line"], "dot-location": [2, "property"], "eol-last": 2, "eqeqeq": [2, "allow-null"], "generator-star-spacing": [2, { "before": true, "after": true }], "handle-callback-err": [2, "^(err|error)$" ], "indent": [2, 2, { "SwitchCase": 1 }], "key-spacing": [2, { "beforeColon": false, "afterColon": true }], "keyword-spacing": [2, { "before": true, "after": true }], "new-cap": [2, { "newIsCap": true, "capIsNew": false }], "new-parens": 2, "no-array-constructor": 2, "no-caller": 2, "no-class-assign": 2, "no-cond-assign": 2, "no-const-assign": 2, "no-control-regex": 2, "no-debugger": 2, "no-delete-var": 2, "no-dupe-args": 2, "no-dupe-class-members": 2, "no-dupe-keys": 2, "no-duplicate-case": 2, "no-empty-character-class": 2, "no-eval": 2, "no-ex-assign": 2, "no-extend-native": 2, "no-extra-bind": 2, "no-extra-boolean-cast": 2, "no-extra-parens": [2, "functions"], "no-fallthrough": 2, "no-floating-decimal": 2, "no-func-assign": 2, "no-implied-eval": 2, "no-inner-declarations": [2, "functions"], "no-invalid-regexp": 2, "no-irregular-whitespace": 2, "no-iterator": 2, "no-label-var": 2, "no-labels": 2, "no-lone-blocks": 2, "no-mixed-spaces-and-tabs": 2, "no-multi-spaces": 2, "no-multi-str": 2, "no-multiple-empty-lines": [2, { "max": 1 }], "no-native-reassign": 0, "no-negated-in-lhs": 2, "no-new": 2, "no-new-func": 2, "no-new-object": 2, "no-new-require": 2, "no-new-wrappers": 2, "no-obj-calls": 2, "no-octal": 2, "no-octal-escape": 2, "no-proto": 0, "no-redeclare": 2, "no-regex-spaces": 2, "no-return-assign": 2, "no-self-compare": 2, "no-sequences": 2, "no-shadow-restricted-names": 2, "no-spaced-func": 2, "no-sparse-arrays": 2, "no-this-before-super": 2, "no-throw-literal": 2, "no-trailing-spaces": 0, "no-undef": 2, "no-undef-init": 2, "no-unexpected-multiline": 2, "no-unneeded-ternary": [2, { "defaultAssignment": false }], "no-unreachable": 2, "no-unused-vars": [2, { "vars": "all", "args": "none" }], "no-useless-call": 0, "no-with": 2, "one-var": [0, { "initialized": "never" }], "operator-linebreak": [0, "after", { "overrides": { "?": "before", ":": "before" } }], "padded-blocks": [0, "never"], "quotes": [2, "single", "avoid-escape"], "radix": 2, "semi": [2, "always"], "semi-spacing": [2, { "before": false, "after": true }], "space-before-blocks": [2, "always"], "space-before-function-paren": [2, "never"], "space-in-parens": [2, "never"], "space-infix-ops": 2, "space-unary-ops": [2, { "words": true, "nonwords": false }], "spaced-comment": [0, "always", { "markers": ["global", "globals", "eslint", "eslint-disable", "*package", "!", ","] }], "use-isnan": 2, "valid-typeof": 2, "wrap-iife": [2, "any"], "yoda": [2, "never"] } } snapdragon-capture-0.2.0/.gitattributes000066400000000000000000000002001304674662300202040ustar00rootroot00000000000000# Enforce Unix newlines * text eol=lf # binaries *.ai binary *.psd binary *.jpg binary *.gif binary *.png binary *.jpeg binary snapdragon-capture-0.2.0/.github/000077500000000000000000000000001304674662300166615ustar00rootroot00000000000000snapdragon-capture-0.2.0/.github/contributing.md000066400000000000000000000063711304674662300217210ustar00rootroot00000000000000# Contributing to snapdragon-capture First and foremost, thank you! We appreciate that you want to contribute to snapdragon-capture, your time is valuable, and your contributions mean a lot to us. **What does "contributing" mean?** Creating an issue is the simplest form of contributing to a project. But there are many ways to contribute, including the following: - Updating or correcting documentation - Feature requests - Bug reports If you'd like to learn more about contributing in general, the [Guide to Idiomatic Contributing](https://github.com/jonschlinkert/idiomatic-contributing) has a lot of useful information. **Showing support for snapdragon-capture** Please keep in mind that open source software is built by people like you, who spend their free time creating things the rest the community can use. Don't have time to contribute? No worries, here are some other ways to show your support for snapdragon-capture: - star the [project](https://github.com/jonschlinkert/snapdragon-capture) - tweet your support for snapdragon-capture ## Issues ### Before creating an issue Please try to determine if the issue is caused by an underlying library, and if so, create the issue there. Sometimes this is difficult to know. We only ask that you attempt to give a reasonable attempt to find out. Oftentimes the readme will have advice about where to go to create issues. Try to follow these guidelines - **Investigate the issue**: - **Check the readme** - oftentimes you will find notes about creating issues, and where to go depending on the type of issue. - Create the issue in the appropriate repository. ### Creating an issue Please be as descriptive as possible when creating an issue. Give us the information we need to successfully answer your question or address your issue by answering the following in your issue: - **version**: please note the version of snapdragon-capture are you using - **extensions, plugins, helpers, etc** (if applicable): please list any extensions you're using - **error messages**: please paste any error messages into the issue, or a [gist](https://gist.github.com/) ## Above and beyond Here are some tips for creating idiomatic issues. Taking just a little bit extra time will make your issue easier to read, easier to resolve, more likely to be found by others who have the same or similar issue in the future. - read the [Guide to Idiomatic Contributing](https://github.com/jonschlinkert/idiomatic-contributing) - take some time to learn basic markdown. This [markdown cheatsheet](https://gist.github.com/jonschlinkert/5854601) is super helpful, as is the GitHub guide to [basic markdown](https://help.github.com/articles/markdown-basics/). - Learn about [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). And if you want to really go above and beyond, read [mastering markdown](https://guides.github.com/features/mastering-markdown/). - use backticks to wrap code. This ensures that code will retain its format, making it much more readable to others - use syntax highlighting by adding the correct language name after the first "code fence" [node-glob]: https://github.com/isaacs/node-glob [micromatch]: https://github.com/jonschlinkert/micromatch [so]: http://stackoverflow.com/questions/tagged/snapdragon-capturesnapdragon-capture-0.2.0/.gitignore000066400000000000000000000004171304674662300173130ustar00rootroot00000000000000# always ignore files *.DS_Store *.sublime-* # test related, or directories generated by tests test/actual actual coverage .nyc* # npm node_modules npm-debug.log # yarn yarn.lock yarn-error.log # misc _gh_pages _draft _drafts bower_components vendor temp tmp TODO.md snapdragon-capture-0.2.0/.travis.yml000066400000000000000000000002571304674662300174360ustar00rootroot00000000000000sudo: false os: - linux - osx language: node_js node_js: - node - '6' - '4' matrix: allow_failures: - node_js: '4' - node_js: '0.12' - node_js: '0.10' snapdragon-capture-0.2.0/.verb.md000066400000000000000000000003651304674662300166630ustar00rootroot00000000000000## Usage Requires [snapdragon][] v0.9.0 or higher. ```js var capture = require('snapdragon-capture'); var Snapdragon = require('snapdragon'); var snapdragon = new Snapdragon(); snapdragon.use(capture()); ``` ## API {%= apidocs("index.js") %} snapdragon-capture-0.2.0/LICENSE000066400000000000000000000020711304674662300163260ustar00rootroot00000000000000The MIT License (MIT) Copyright (c) 2017 Jon Schlinkert Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. snapdragon-capture-0.2.0/README.md000066400000000000000000000071741304674662300166110ustar00rootroot00000000000000# snapdragon-capture [![NPM version](https://img.shields.io/npm/v/snapdragon-capture.svg?style=flat)](https://www.npmjs.com/package/snapdragon-capture) [![NPM monthly downloads](https://img.shields.io/npm/dm/snapdragon-capture.svg?style=flat)](https://npmjs.org/package/snapdragon-capture) [![NPM total downloads](https://img.shields.io/npm/dt/snapdragon-capture.svg?style=flat)](https://npmjs.org/package/snapdragon-capture) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/snapdragon-capture.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/snapdragon-capture) > Snapdragon plugin that adds a capture method to the parser instance. ## Install Install with [npm](https://www.npmjs.com/): ```sh $ npm install --save snapdragon-capture ``` ## Usage Requires [snapdragon](https://github.com/jonschlinkert/snapdragon) v0.9.0 or higher. ```js var capture = require('snapdragon-capture'); var Snapdragon = require('snapdragon'); var snapdragon = new Snapdragon(); snapdragon.use(capture()); ``` ## API **Example** ```js var Snapdragon = require('snapdragon'); var capture = require('snapdragon-capture'); var parser = new Snapdragon.Parser(); parser.use(capture()); ``` ### [capture](index.js#L55) Create a node of the given `type` using the specified regex or function. **Params** * `type` **{String}** * `regex` **{RegExp|Function}**: Pass the regex to use for capturing. Pass a function if you need access to the parser instance. * `returns` **{Object}**: Returns the parser instance for chaining **Example** ```js parser .capture('slash', /^\//) .capture('comma', /^,/) .capture('foo', function() { var pos = this.position(); var match = this.match(/^\./); if (match) { return pos(this.node(match[0])); } }); ``` ## About ### Related projects * [snapdragon-util](https://www.npmjs.com/package/snapdragon-util): Utilities for the snapdragon parser/compiler. | [homepage](https://github.com/jonschlinkert/snapdragon-util "Utilities for the snapdragon parser/compiler.") * [snapdragon](https://www.npmjs.com/package/snapdragon): Easy-to-use plugin system for creating powerful, fast and versatile parsers and compilers, with built-in source-map… [more](https://github.com/jonschlinkert/snapdragon) | [homepage](https://github.com/jonschlinkert/snapdragon "Easy-to-use plugin system for creating powerful, fast and versatile parsers and compilers, with built-in source-map support.") ### Contributing Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards. ### Building docs _(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ To generate the readme, run the following command: ```sh $ npm install -g verbose/verb#dev verb-generate-readme && verb ``` ### Running tests Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: ```sh $ npm install && npm test ``` ### Author **Jon Schlinkert** * [github/jonschlinkert](https://github.com/jonschlinkert) * [twitter/jonschlinkert](https://twitter.com/jonschlinkert) ### License Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). MIT *** _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 08, 2017._snapdragon-capture-0.2.0/index.js000066400000000000000000000034411304674662300167700ustar00rootroot00000000000000'use strict'; /** * Adds a `.capture` method to a [snapdragon][] `Parser` instance. Wraps * the `.set` method to simplify the interface for creating parsers. * * ```js * var Snapdragon = require('snapdragon'); * var capture = require('snapdragon-capture'); * var parser = new Snapdragon.Parser(); * parser.use(capture()); * ``` * * @api public */ module.exports = function(options) { return function(snapdragon) { if (snapdragon.isSnapdragon) { snapdragon.parser.define('capture', capture); snapdragon.define('capture', function() { return this.parser.capture.apply(this.parser, arguments); }); } else if (snapdragon.isParser) { snapdragon.define('capture', capture); } else { throw new Error('expected an instance of snapdragon or snapdragon.parser'); } }; }; /** * Create a node of the given `type` using the specified regex or function. * * ```js * parser * .capture('slash', /^\//) * .capture('comma', /^,/) * .capture('foo', function() { * var pos = this.position(); * var match = this.match(/^\./); * if (match) { * return pos(this.node(match[0])); * } * }); * ``` * @param {String} `type` * @param {RegExp|Function} `regex` Pass the regex to use for capturing. Pass a function if you need access to the parser instance. * @return {Object} Returns the parser instance for chaining * @api public */ function capture(type, regex) { if (typeof regex === 'function') { return this.set.apply(this, arguments); } this.regex.set(type, regex); this.set(type, function() { var pos = this.position(); var match = this.match(regex); if (match) { var node = pos(this.node(match[0], type)); node.match = match; return node; } }.bind(this)); return this; } snapdragon-capture-0.2.0/package.json000066400000000000000000000024061304674662300176110ustar00rootroot00000000000000{ "name": "snapdragon-capture", "description": "Snapdragon plugin that adds a capture method to the parser instance.", "version": "0.2.0", "homepage": "https://github.com/jonschlinkert/snapdragon-capture", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/snapdragon-capture", "bugs": { "url": "https://github.com/jonschlinkert/snapdragon-capture/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=4" }, "scripts": { "test": "mocha" }, "devDependencies": { "gulp-format-md": "^0.1.11", "mocha": "^3.2.0", "snapdragon": "^0.10.0" }, "keywords": [ "capture", "compile", "compiler", "convert", "handler", "match", "parse", "parser", "plugin", "render", "set", "snapdragon", "snapdragonplugin", "transform", "visitor" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "snapdragon", "snapdragon-util" ] }, "reflinks": [ "verb", "verb-generate-readme" ], "lint": { "reflinks": true } } } snapdragon-capture-0.2.0/test/000077500000000000000000000000001304674662300163005ustar00rootroot00000000000000snapdragon-capture-0.2.0/test/test.js000066400000000000000000000055641304674662300176270ustar00rootroot00000000000000'use strict'; require('mocha'); var assert = require('assert'); var capture = require('..'); var Snapdragon = require('snapdragon'); var capture = require('..'); var snapdragon; describe('snapdragon-capture', function() { describe('plugin usage', function() { beforeEach(function() { snapdragon = new Snapdragon(); snapdragon.use(capture()); }); describe('errors', function(cb) { it('should throw an error when invalid args are passed to parse', function(cb) { try { snapdragon.parse(); cb(new Error('expected an error')); } catch (err) { assert(err); assert.equal(err.message, 'expected a string'); cb(); } }); }); describe('.capture():', function() { it('should register a parser', function() { snapdragon.capture('all', /^.*/); snapdragon.parse('a/b'); assert(snapdragon.parsers.hasOwnProperty('all')); }); it('should use middleware to parse', function() { snapdragon.capture('all', /^.*/); snapdragon.parse('a/b'); assert.equal(snapdragon.parser.parsed, 'a/b'); assert.equal(snapdragon.parser.input, ''); }); it('should emit tokens', function() { var count = 0; snapdragon.parser.on('token', function() { count++; }); snapdragon.capture('all', /^.*/); snapdragon.parse('a/b'); assert.equal(snapdragon.parser.parsed, 'a/b'); assert.equal(snapdragon.parser.input, ''); assert.equal(count, 1); }); it('should create ast node:', function() { snapdragon.capture('all', /^.*/); snapdragon.parse('a/b'); assert.equal(snapdragon.parser.ast.nodes.length, 3); }); it('should be chainable:', function() { snapdragon.parser .capture('text', /^\w+/) .capture('slash', /^\//); snapdragon.parse('a/b'); assert.equal(snapdragon.parser.ast.nodes.length, 5); }); }); }); describe('ast', function() { beforeEach(function() { snapdragon = new Snapdragon(); snapdragon.use(capture()); snapdragon .capture('text', /^\w+/) .capture('slash', /^\//); }); describe('orig:', function() { it('should add pattern to orig property', function() { snapdragon.parse('a/b'); assert.equal(snapdragon.parser.orig, 'a/b'); }); }); describe('recursion', function() { // TODO! beforeEach(function() { snapdragon .capture('text', /^[^{},]+/) .capture('open', /^\{/) .capture('close', /^\}/) .capture('comma', /,/); }); it('should set original string on `orig`', function() { snapdragon.parse('a{b,{c,d},e}f'); assert.equal(snapdragon.parser.orig, 'a{b,{c,d},e}f'); }); }); }); });