aboutcode-org / aboutcode-org/scancode-toolkit
numbered_text_lines in textcode.analysis should return the complete map file
オープン
- 主要言語
- Python
- スター
- 2.6k
- フォーク
- 791
- 平均マージ
- 1日 12時間
- マージ済み PR(30日)
- 5
説明
ATM for a map file `number_text_lines` only returns the value in `sourceContent`, instead it should return the entire file content as text.
```python
>>> from textcode.analysis import numbered_text_lines
>>> list(numbered_text_lines("file_with_empty_sourceContent.css.map"))
[]
```
コントリビューションガイド
評価
この issue はまだ評価されていません。