(s2)
| 51904 | ); |
| 51905 | } |
| 51906 | } else if (isBlobLike3(element)) { |
| 51907 | bytes.push(element); |
| 51908 | } |
| 51909 | } |
| 51910 | return bytes; |
| 51911 | } |
| 51912 | function convertLineEndingsNative(s2) { |
| 51913 | let nativeLineEnding = "\n"; |
| 51914 | if (process.platform === "win32") { |
| 51915 | nativeLineEnding = "\r\n"; |
no outgoing calls
no test coverage detected
searching dependent graphs…