Skip to content

Commit 88310f3

Browse files
committed
Remove comment
1 parent f052983 commit 88310f3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/index.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@ import lineColumn from 'line-column'
2121

2222
let contextMap = new Map()
2323

24-
/**
25-
* TODO
26-
*
27-
* Transform object _values_ if they aren't part of a boolean expression? (Probably not)
28-
* markdown, mdx - prettier does not format html in markdown
29-
*
30-
* Plugin languages:
31-
* php - no
32-
* pug
33-
* svelte
34-
*/
35-
3624
function bigSign(bigIntValue) {
3725
return (bigIntValue > 0n) - (bigIntValue < 0n)
3826
}

0 commit comments

Comments
 (0)