Dmitri Trofimov

Results 2 comments of Dmitri Trofimov

The issues is in `miscellaneous.ts`, the `expandGlobsInEntrypoints` function. The `glob` does not have `__promisify__` function. To fix this you can pretty much do this: ```JavaScript return glob.hasMagic(aliasOrPath) && !isAbsoluteUrl(aliasOrPath) ?...

> In Windows shells the wildcard is resolved to first match only. Fix proposed in `yargs`: [yargs/yargs#50 (comment)](https://github.com/yargs/yargs/issues/50#issuecomment-54087619) . That's not entirely accurate. In Windows the wildcards are not resolved...