the file path of the parsed file. If this file is the result of transpilation the original source file path is calculated from the corresponding sourcemap.
the code of a node in the parsed file. If this file is the result of transpilation the original code is calculated from the corresponding sourcemap. Note: in this case, only the re-mapped starting line/column number are available. Hence, we extract only a fixed number of characters (max. until the end of the file).
the column number of a node in the parsed file. If this file is the result of transpilation the original column number is calculated from the corresponding sourcemap.
the line number of a node in the parsed file. If this file is the result of transpilation the original line number is calculated from the corresponding sourcemap.
always the original file that was parsed. Might be a file that is the result of transpilation