coderaiser

Results 257 comments of coderaiser

Here is offsets I receive in [`v8ProcessCov`](https://github.com/bcoe/c8/blob/v7.11.0/lib/report.js#L93): ```json { "result": [ { "scriptId": "0", "url": "file:///Users/coderaiser/c8-reproduce/lib/changelog.js?mock-import-count=1", "functions": [ { "functionName": "", "ranges": [ { "startOffset": 0, "endOffset": 1824, "count": 1...

> run each individual file through v8-to-istanbul with its own SourceMap. I don't quite understand, right now each files is converted: https://github.com/bcoe/c8/blob/eaf8456d88d5a407bd79641b7e71b9cb50ad4434/lib/report.js#L93-L102 it goes to `v8toIstanbul` and then get's to...

Ia have no idea how to test this, if you know the best way for this, will be amazing to have support of dynamic imports merged with this or any...

The thing is this is not a full solution, I didn’t figure out the full way of fixing this behaviour, you can take a look at repository it https://github.com/coderaiser/c8-reproduce, the...

Same with me ![image](https://user-images.githubusercontent.com/1573141/130847617-40676800-854b-41c8-9290-8cec6d24e47c.png) `c8` shows: ![image](https://user-images.githubusercontent.com/1573141/130847765-14ae96b6-6988-47f8-83a6-be5516a239cd.png) And on [CI](https://github.com/coderaiser/changelog-io/runs/3425416317?check_suite_focus=true#step:8:19): ![image](https://user-images.githubusercontent.com/1573141/130847884-692754f1-8738-468c-ab18-297f24ff207c.png) Here is simple reproducible repository https://github.com/coderaiser/changelog-io

@bcoe maybe it’s related to loaders, could you please take a look https://github.com/coderaiser/changelog-io/runs/3486781215?check_suite_focus=true. Loader used to mock import call and change it from: ```js import fs from ‘fs’; ``` To:...

The thing is `eslint` doesn't support `json` files.

Could you provide more information, as I understand you move files from one directory to another? What size of files? Do you have any errors?

Here is the [code](https://github.com/cloudcmd/move-files/blob/a44027be137bfd6ee17a448df36fc12cba61e2d0/lib/move-files.js#L52): when copying is done - files from source is removed, this is what move is, you suggest to add an option to disable move?