未验证 提交 f4f93a67 编写于 作者: A Alex Dima

Fix layering

上级 7a6aaf69
......@@ -9,7 +9,7 @@ import * as buffer from 'vs/base/common/buffer';
declare const TextDecoder: {
prototype: TextDecoder;
new(label?: string, options?: TextDecoderOptions): TextDecoder;
new(label?: string): TextDecoder;
};
interface TextDecoder {
decode(view: Uint16Array): string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册