Andrés Souto

Results 9 issues of Andrés Souto

Checking how to document events with ESDoc the only way I found is with the @emits and the @listens tags. The problem I see is that they are designed to...

Status: Consider
Type: Feature
Scope: Syntax

AFAIK [MediaStream constructor](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream/MediaStream) is not supported by the adapter/plugin. There is some reason for not supporting it? is support planned for the future? Thanks

I am using as configuration a relative value for path property: ``` const configuration = { path: 'assets/icons', // rest of options } ``` But the generated `manifest.webmanifest` adds an...

### Command build ### Description If a library that uses a Web Worker is used, the angular bundle generation is not including the worker file. I made a mimimal reproduction...

angular/build:application
area: @angular/build

If I put an invalid event name in the `off` method the error is not caught. However, `on` and `removeListener` methods work as expected. Example of how to reproduce it:...

I was obtaining this error: ``` ✘ [ERROR] TS7016: Could not find a declaration file for module 'node-fetch'. '/home/andres/c2c-angular/node_modules/node-fetch/lib/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/node-fetch` if...

### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...

bug
package: eslint-plugin
accepting prs

- [X] Use a meaningful title for the pull request. Include the name of the package modified. - [X] Test the change in your own code. (Compile and run.) -...