()
| 111 | const IGNORE_ALL = 2; |
| 112 | const showStack = []; |
| 113 | const showCurrentLine = () => showStack.every((x) => x == SHOW); |
| 114 | |
| 115 | const fileExt = filename.split('.').pop().toLowerCase(); |
| 116 | const isHtml = fileExt === 'html' || fileExt === 'htm' ? true : false; |