Eric MORAND

Results 75 issues of Eric MORAND

I can't find a way to watch a folder for added/deleted files. I can achieve this by watching the whole content of the folder using: ``` let watcher = new...

## Link to bug demonstration repository https://gitlab.com/eric.morand/nyc-instrument ## Expected Behavior `nyc instrument` command should instrument the given input in-place. ## Observed Behavior > EEXIST: file already exists, mkdir '[...]/index.js'

## Link to bug demonstration repository Consider the following project: https://gitlab.com/eric.morand/nyc-instrument ```json { "all": true, "include": [ "src" ], "reporter": [ "text" ] } ``` Execute: `nyc instrument test dist`...

I'm trying to have tape-run piping its result to `tap-mocha-reporter` to keep consistency with the rest of the test suite of my project. But it can't make it work whatever...

enhancement

Default inquirer `transformer` option is not working with this plugin. Looking at the sources, it looks like it is not handled at all. Is there an alternative way to transform...

This rule looks very bad to me: https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_image_01 Icons are not content, they are pure presentation layer elements. Advising people to use `` or `` tag to display icon defeat...

I'm trying to retrieve the file where an error occurred and all I'm able to catch is a standard JavaScript error with a message but not file. For example: >...

The documentation is unclear about this point: > If the transform is a function, it should take the file name as an argument Then, the example shows a second parameters...

Compiling, then running the following TypeScript module output `undefined`: ```ts import tsify from "tsify"; console.log(tsify); // undefined ``` Of course, passing `tsify` to Browserify would throw a `Cannot find module...

We have been using dart-sass (and previously node-sass) on our custom node-based build system. This system retrieves the list of files that were involved in the compilation (i.e. the dependencies)...

enhancement
JS API