We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f0ce4 commit 78ba430Copy full SHA for 78ba430
1 file changed
src/index.ts
@@ -47,8 +47,6 @@ function render(parsed: Parsed): string {
47
}
48
> = {}
49
50
- console.log(parsed)
51
-
52
Object.entries(parsed).forEach(
53
([
54
key,
@@ -87,8 +85,6 @@ function render(parsed: Parsed): string {
87
85
},
88
86
)
89
90
- console.dir(normalized, { depth: null })
91
92
Object.entries(normalized).forEach(([tag, components]) => {
93
Object.entries(components).forEach(
94
0 commit comments