Dylan Greene
Dylan Greene
[](https://github.com/angular/angular.js/issues/2877) https://github.com/angular/angular.js/issues/2877
It looks like they are returning an empty string instead of a JSON object. Maybe Microsoft has changed the API in some way? I'm happy to accept a pull request...
I'm not sure if this is the same issue: ``` + fixtures + dir1 + dir2 ``` ```js // I expect this to return [ 'dir1', 'dir2' ] // and...
@mrmlnc You are correct, older version via `globby` at fault, thanks for the quick reply!
Thanks @boehs, I missed that in my searching! Maybe we can provide more friendly error messages for unimplemented node packages, such as > Bun has not yet implemented node's child_process...
Hi! Is the difficulty here knowing which values `extends` includes, as well as what value to use when expanding relative paths? Would porting an existing solution to Zig be a...
DX suggestion: Instead of `Could not resolve: "dns". Maybe you need to "bun install"?` could the error message for non-implemented node features be something like: > Bun has not yet...
I'm looking for enterprise support as well, would you be interested in a PR? Might be as simple as providing a `url` option that defaults to `https://api.github.com` and ```js url:...
Hi @siddharthkp, I ended up just re-building this from scratch, but the above change might be all that is necessary if you want to make a PR.
> Also, task names can be totally different from plugin names. For example, if plugin "grunt-foo" had tasks "bar" and "baz" how could Grunt know which task files to run...