관리-도구
편집 파일: pretty_gyp.pyc
� o�Rac @ s� d Z d d l Z d d l Z e j d � Z d Z e j e � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z e d k r� e j e � � n d S( s) Pretty-prints the contents of a GYP file.i����Ns \s*#.*s% (?P<q>[\'"])(.*?)(?<![^\\][\\])(?P=q)c C s1 | j d � | j d � d t | j d � � S( Ni i t #i ( t groupt len( t matchobj( ( sh /opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules.bundled/node-gyp/gyp/tools/pretty_gyp.pyt comment_replace s c C s2 t j d � } g | D] } | j t | � ^ q S( s@ Mask the quoted strings so we skip braces inside quoted strings.s (.*?)(#)(.*)( t ret compilet subR ( t inputt search_ret line( ( sh /opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules.bundled/node-gyp/gyp/tools/pretty_gyp.pyt mask_comments s c C sB d | j d � | j d � d t | j d � � | j d � f S( Ns %s%s%s%si i t xi ( R R ( R ( ( sh /opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules.bundled/node-gyp/gyp/tools/pretty_gyp.pyt quote_replace"