提交 8f497e77 编写于 作者: M Matt Bierner

Mark all toc entries properties readonly

上级 14b70516
......@@ -29,11 +29,11 @@ export class Slug {
}
export interface TocEntry {
slug: Slug;
text: string;
level: number;
line: number;
location: vscode.Location;
readonly slug: Slug;
readonly text: string;
readonly level: number;
readonly line: number;
readonly location: vscode.Location;
}
export class TableOfContentsProvider {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册