jeremyfa / yaml.js

Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PATTERN_LEADING_COMMENTS handling

julie-bsx opened this issue · comments

The handling of PATTERN_LEADING_COMMENTS results in the line number / count being incorrect. This appears to be the root cause of kaitai-io/kaitai_struct_webide#62

Thank you for reporting, that should not be too difficult to fix!