David First

Results 43 issues of David First

I get the following error with Babel 7. ``` Error: Error: No substitution given for "$0". If this is not meant to be a placeholder you may want to consider...

Both, `console.trace` and `throw new Error` don't show the stack-trace beyond the point p-map got called. In other words, the functions that called before pMap, disappear from the stack trace....

enhancement
help wanted

It's redundant with the .bitmap lane-id entry.

- improve status API to return ComponentIDs and not legacy IDs. - improve `bit status --json` to return component-ids and not the whole component objects. - breaking: change `modifiedComponent` to...

- upgrade `eslint` from 7.x to 8.x - upgrade `eslint-config-airbnb-typescript` from 5.x to 17.x (!) - ignore most of the new eslint errors. fixed the ones that had 5 or...

### Describe the bug When tagging a component, Bit builds the component first then tags it. If for example, a component is at 0.0.1, during the build process, the compiler...

type/bug

## Proposed Changes - until now snap-from-scope supported only updating comp deps or adding new deps. this PR supports removing components/packages dependencies. - clear components cache after linking. otherwise, mockComponents...