Michael

Results 7 issues of Michael

## Bug Report **Current behavior** When `@babel/preset-typescript` is placed before `@babel/preset-env` in the presets array and `@babel/preset-env` is configured to transform classes (by setting target to include ie 11), class...

i: bug
area: plugin ordering

This fixes #103 where a package cannot be added or pushed multiple times in a long running node process since the initial package store cache is always used. The intention...

We're using yalc via node instead of running it via the commandline and have noticed that changes made after an initial push never make it to the installation dirs. After...

This allows the types in the repo to be consumed by third parties.

I ran into an edge case when trying to add `lodash` to a package that had `lodash.union` installed. ```$ bolt w @atlaskit/codeshifts add lodash ⚡️ bolt v0.24.4 (node v12.3.1) error...

Copying my comment from https://github.com/facebook/flow/issues/5187. The HOC type doesn't seem to fix the issue for cases where Props is a union of different types. E.g. ``` type Props = {...