File tree Expand file tree Collapse file tree 8 files changed +8
-2
lines changed
Expand file tree Collapse file tree 8 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1616 ],
1717 /* Strict Type-Checking Options */
1818 "strict" : true ,
19+ "skipLibCheck" : true ,
1920 /* Additional Checks */
2021 /* Report errors on unused locals. */
2122 "noUnusedLocals" : true ,
Original file line number Diff line number Diff line change 1616 ],
1717 /* Strict Type-Checking Options */
1818 "strict" : true ,
19+ "skipLibCheck" : true ,
1920 /* Additional Checks */
2021 /* Report errors on unused locals. */
2122 "noUnusedLocals" : true ,
Original file line number Diff line number Diff line change 1010 "sourceMap" : true ,
1111 "declaration" : true ,
1212 "jsx" : " preserve" ,
13- "skipLibCheck" : true ,
1413 "lib" : [
1514 " esnext" ,
1615 " dom"
1716 ],
1817 /* Strict Type-Checking Options */
1918 "strict" : true ,
19+ "skipLibCheck" : true ,
2020 /* Additional Checks */
2121 /* Report errors on unused locals. */
2222 "noUnusedLocals" : true ,
Original file line number Diff line number Diff line change 1616 ],
1717 /* Strict Type-Checking Options */
1818 "strict" : true ,
19+ "skipLibCheck" : true ,
1920 /* Additional Checks */
2021 /* Report errors on unused locals. */
2122 "noUnusedLocals" : true ,
Original file line number Diff line number Diff line change 1616 ],
1717 /* Strict Type-Checking Options */
1818 "strict" : true ,
19+ "skipLibCheck" : true ,
1920 /* Additional Checks */
2021 /* Report errors on unused locals. */
2122 "noUnusedLocals" : true ,
Original file line number Diff line number Diff line change 11const debugStorageValue = localStorage . DEBUG ?? "" ;
2- const DEBUG = debugStorageValue === "*" ?? debugStorageValue . startsWith ( "@textlint" ) ;
2+ const DEBUG = debugStorageValue === "*" ? debugStorageValue . startsWith ( "@textlint" ) : false ;
33export const debug = ( ...args : any ) : void => {
44 if ( ! DEBUG ) {
55 return ;
Original file line number Diff line number Diff line change 1717 ],
1818 /* Strict Type-Checking Options */
1919 "strict" : true ,
20+ "skipLibCheck" : true ,
2021 /* Additional Checks */
2122 /* Report errors on unused locals. */
2223 "noUnusedLocals" : true ,
Original file line number Diff line number Diff line change 1616 ],
1717 /* Strict Type-Checking Options */
1818 "strict" : true ,
19+ "skipLibCheck" : true ,
1920 /* Additional Checks */
2021 /* Report errors on unused locals. */
2122 "noUnusedLocals" : true ,
You can’t perform that action at this time.
0 commit comments