Every line of 'javascript string newline' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
206 private _writeNewLine(): void { 207 if (this._atStartOfLine && this._indentText.length > 0) { 208 this._write(this._indentText); 209 } 210 211 this._write('\n'); 212 this._atStartOfLine = true; 213 }