(token)
| 80416 | } |
| 80417 | |
| 80418 | function is_precision(token) { |
| 80419 | return token.data === 'highp' || |
| 80420 | token.data === 'mediump' || |
| 80421 | token.data === 'lowp' |
| 80422 | } |
| 80423 | |
| 80424 | },{"../../through":227,"./expr":220,"./scope":222}],222:[function(require,module,exports){ |
| 80425 | module.exports = scope |