Skip to content

Commit 93aa800

Browse files
committed
remove unnecessary jsdoc type
1 parent 720a253 commit 93aa800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rolldown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig({
1919
wyw({
2020
exclude: ['**/*.d.ts'],
2121
preprocessor: 'none',
22-
classNameSlug(/** @type {string} */ hash) {
22+
classNameSlug(hash) {
2323
// We add the package version as suffix to avoid style conflicts
2424
// between multiple versions of RDG on the same page.
2525
return `${hash}${pkg.version.replaceAll('.', '-')}`;

0 commit comments

Comments
 (0)