You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaScript embeds sourcemaps with magic comments like //# sourceMappingURL=/path/file.js.map. BinAST files will also need metadata like this.
BinAST may also need to amend the sourcemap format, because BinAST files do not have line and column numbers or, for that matter, even character-aligned data.
The text was updated successfully, but these errors were encountered:
This means the sourcemap will be in a separate format & rules like .binmap
or can we just decode binast into js and use the sourcemap w.r.t js if that is easier & faster to do. (anyways it will be mostly used only in the development)
JavaScript embeds sourcemaps with magic comments like
//# sourceMappingURL=/path/file.js.map
. BinAST files will also need metadata like this.BinAST may also need to amend the sourcemap format, because BinAST files do not have line and column numbers or, for that matter, even character-aligned data.
The text was updated successfully, but these errors were encountered: