We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Load namespace defintion containing all subfunction definitions.
Input: Decipher JavaScript file + Namespace name Output: Namespace definition
RegEx:
(var\s)namespace(={((?:\n|.)*?)};)
RegEx Match (Group 2): Namespace definition
Next: Extract Subfunction Names