Skip to content

Commit e3e226b

Browse files
committed
fix: export public symbols
1 parent a4a4a1c commit e3e226b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/inlineSymbolsPlugin.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ function createUsageReplacements(key, to) {
6565
{
6666
from: `${key} in `,
6767
to: `'${to}' in `
68-
},
69-
{
70-
from: ` ${key}, `,
71-
to: ' '
7268
}
7369
]
7470
}

0 commit comments

Comments
 (0)