aboutcode-org / aboutcode-org/scancode-toolkit
numbered_text_lines in textcode.analysis should return the complete map file
Aberta
- Linguagem predominante
- Python
- Estrelas
- 2.6k
- Forks
- 791
- Merge médio
- 1d 12h
- PRs com merge (30d)
- 5
Descrição
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"))
[]
```
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.