Skip to content

Commit 28bd7fb

Browse files
committed
perf: remove JSDoc from .js files
JSDoc comments remain in `.d.ts` files.
1 parent fc8e25a commit 28bd7fb

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/browser.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import { setup } from './core.ts'
22
import { humanize } from './utils.ts'
33
import type { Debug, Debugger } from './types.ts'
44

5-
/**
6-
* Colors.
7-
*/
85
export const colors: string[] = [
96
'#0000CC',
107
'#0000FF',

tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default defineConfig([
1212
}
1313
},
1414
hash: false,
15+
minify: 'dce-only',
1516
},
1617
{
1718
entry: {

0 commit comments

Comments
 (0)