Simple generic sample that allows to extract information about code structure which can be later analyzed in context of "whole part". See examples for demonstration.
/**
* returns array that gives information about content structure **(based on curly brackets)**
* @param {string} decoded_content decoded file content
*
* @example
* 0 | 'module.exports = () => {'
* 1 | 'if (condition1) {'