This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******************************************************************************/ | |
| 'use strict'; | |
| /******************************************************************************/ | |
| // via https://twitter.com/bmeurer/status/821804688454680576 | |
| console.log(` | |
| // v8 ${process.versions.v8} (Node.js ${process.versions.node}) | |
| `); | |
| function forVar_______(a) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******************************************************************************/ | |
| 'use strict'; | |
| /******************************************************************************/ | |
| // via https://twitter.com/bmeurer/status/821804688454680576 | |
| console.log(` | |
| // v8 ${process.versions.v8} (Node.js ${process.versions.node}) | |
| `); | |
| function f1(a) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******************************************************************************/ | |
| 'use strict'; | |
| /******************************************************************************/ | |
| // via https://twitter.com/bmeurer/status/821804688454680576 | |
| console.log(` | |
| // v8 ${process.versions.v8} (Node.js ${process.versions.node}) | |
| `); | |
| function f1(a) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| const fs = require('fs'); | |
| const path = require('path'); | |
| const rl = require('readline'); | |
| const [, , mdFilePath] = process.argv; | |
| const jsDirPath = path.join( | |
| path.dirname(mdFilePath), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 105: 72 73 74 80 81 82 83 84 88 89 90 96 97 98 112 120 | |
| * 106: 72 73 74 80 81 82 83 84 88 89 90 96 97 98 107 112 120 | |
| * 107: 72 73 74 80 81 82 83 84 88 89 90 96 97 98 112 120 | |
| 113: 64 65 66 72 73 74 75 76 80 81 82 88 89 90 104 112 120 121 122 | |
| 121: 56 57 58 64 65 66 67 68 72 73 74 80 81 82 96 104 112 113 114 | |
| * 122: 56 57 58 64 65 66 67 68 72 73 74 80 81 82 91 96 104 112 113 114 | |
| * 124: 56 57 58 64 65 66 67 68 72 73 74 80 81 82 96 104 112 113 114 | |
| * 125: 56 57 58 64 65 66 67 68 72 73 74 80 81 82 91 96 104 112 113 114 | |
| * 126: 56 57 58 64 65 66 67 68 72 73 74 80 81 82 96 104 112 113 114 | |
| * 127: 56 57 58 64 65 66 67 68 72 73 74 80 81 82 91 96 104 112 113 114 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******************************************************************************/ | |
| 'use strict'; | |
| /******************************************************************************/ | |
| const fs = require('fs'); | |
| const cp = require('child_process'); | |
| const rl = require('readline'); | |
| /******************************************************************************/ | |
| const bufSize = 128; | |
| const fileSizeLimit = 256; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******************************************************************************/ | |
| 'use strict'; | |
| /******************************************************************************/ | |
| const jsdom = require('jsdom'); | |
| jsdom.defaultDocumentFeatures = { | |
| FetchExternalResources: false, | |
| ProcessExternalResources: false | |
| }; | |
| const window = jsdom.jsdom('').defaultView; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| __stopAllTimers | |
| __timers | |
| _actAsIfLocationReloadCalled | |
| _activeNodeIterators | |
| _activeNodeIteratorsMax | |
| _adoptNodes | |
| _agentOptions | |
| _appendCommentNode | |
| _appendElement | |
| _attached |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window | |
| window["__stopAllTimers"] | |
| window["__stopAllTimers"]["length"] | |
| window["__stopAllTimers"]["name"] | |
| window["__timers"] | |
| window["_core"] | |
| window["_core"]["Attr"] | |
| window["_core"]["Blob"] | |
| window["_core"]["CharacterData"] | |
| window["_core"]["Comment"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window | |
| window["__stopAllTimers"] | |
| window["__timers"] | |
| window["_core"] | |
| window["_core"]["Attr"] | |
| window["_core"]["Attr"]["length"] | |
| window["_core"]["Attr"]["name"] | |
| window["_core"]["Attr"]["prototype"] | |
| window["_core"]["Attr"]["prototype"]["constructor"] | |
| window["_core"]["Attr"]["prototype"]["localName"] |