1
>
/*---------------------------------------------------------------------------------------------
stringBuilder.ts
2
>
* Copyright (c) Microsoft Corporation. All rights reserved.
3
>
* Licensed under the MIT License. See License.txt in the project root for license information.
4
>
*--------------------------------------------------------------------------------------------*/
5
>
6
>
import * as strings from '../../../base/common/strings.js';
7
>
import * as platform from '../../../base/common/platform.js';
8
>
import * as buffer from '../../../base/common/buffer.js';
9
>
10
>
let _utf16LE_TextDecoder: TextDecoder | null;
11
function getUTF16LE_TextDecoder(): TextDecoder {
12
if (!_utf16LE_TextDecoder) {