Skip to content

Commit

Permalink
fix: emit comments jsdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr committed Apr 19, 2024
1 parent d10fa24 commit 9f67304
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ map.get('key');

## API

`WeakIdentityMap` is compliant with [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map).

#### size: number

Returns the number of values in the `WeakIdentityMap` object.
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sourceMap": true,
"baseUrl": ".",
"incremental": true,
"removeComments": true,
"removeComments": false,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit 9f67304

Please sign in to comment.