()
| 917 | } |
| 918 | |
| 919 | function token() { |
| 920 | var data = gathered.join('') |
| 921 | |
| 922 | gathered.length = 0 |
| 923 | |
| 924 | return { |
| 925 | type: state |
| 926 | , data: data |
| 927 | } |
| 928 | } |
| 929 | } |
| 930 | |
| 931 | },{"through":3}],5:[function(require,module,exports){ |
no outgoing calls
no test coverage detected