(token)
| 33731 | } |
| 33732 | |
| 33733 | function is_precision(token) { |
| 33734 | return token.data === 'highp' || |
| 33735 | token.data === 'mediump' || |
| 33736 | token.data === 'lowp' |
| 33737 | } |
| 33738 | |
| 33739 | },{"../../through":227,"./expr":220,"./scope":222}],222:[function(require,module,exports){ |
| 33740 | module.exports = scope |