chore: v5.0.0 release

This commit is contained in:
LuanRT
2023-04-29 05:15:47 +00:00
parent b19d687eed
commit 48dc99e28b
445 changed files with 4076 additions and 3578 deletions

View File

@@ -1,14 +1,14 @@
import Parser from '../parser.ts';
import type { RawNode } from '../index.ts';
import { YTNode } from '../helpers.ts';
import { type ObservedArray, YTNode } from '../helpers.ts';
export default class GuideCollapsibleSectionEntry extends YTNode {
static type = 'GuideCollapsibleSectionEntry';
header_entry;
header_entry: YTNode;
expander_icon: string;
collapser_icon: string;
section_items;
section_items: ObservedArray<YTNode>;
constructor(data: RawNode) {
super();