Lines Matching refs:endings
107 function getSource(source, endings) {
115 if (endings === 'native')
136 * endings? : string,
150 endings = 'transparent',
153 endings = `${endings}`;
154 if (endings !== 'transparent' && endings !== 'native')
155 throw new ERR_INVALID_ARG_VALUE('options.endings', endings);
159 const { 0: len, 1: src } = getSource(source, endings);