mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Adopt TypeScript's readonly in editor API
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* or a code-block that provides a language and a code snippet. Note that
|
||||
* markdown strings will be sanitized - that means html will be escaped.
|
||||
*/
|
||||
export type MarkedString = string | { language: string; value: string };
|
||||
export type MarkedString = string | { readonly language: string; readonly value: string };
|
||||
|
||||
export interface IHTMLContentElementCode {
|
||||
language: string;
|
||||
|
||||
Reference in New Issue
Block a user