()
| 47602 | } |
| 47603 | |
| 47604 | function token() { |
| 47605 | var data = gathered.join('') |
| 47606 | |
| 47607 | gathered.length = 0 |
| 47608 | |
| 47609 | return { |
| 47610 | type: state |
| 47611 | , data: data |
| 47612 | } |
| 47613 | } |
| 47614 | } |
| 47615 | |
| 47616 | },{"through":3}],5:[function(require,module,exports){ |
no outgoing calls
no test coverage detected