Westin Wrzesinski
Westin Wrzesinski
@mnicpt we are currently directly importing flow files when we grab files from `src`. This means any project importing those files must also be setup with flow. This isn't a...
Yeah @mnicpt the plan is to allow importing from either `src` or `lib` until everything is moved over to `lib`. So we are going to take it slow in order...
Also I am thinking of adding a lint rule in the future to ensure `@krakenjs` packages are imported from `lib` and not `src` but that won't be until all the...
This will be tough cause images are generated ever so slightly differently on m1 architectures. It appears to be anywhere from 1-5% drift
Not yet we have to triage and schedule it. I'll post updates once we have someone assigned to it.
relates to #335
Published alpha `@krakenjs/[email protected]` ``` dist ├── cross-domain-utils.js ├── cross-domain-utils.js.map ├── cross-domain-utils.min.js ├── cross-domain-utils.min.js.map ├── esm │ ├── constants.d.ts │ ├── constants.js │ ├── constants.js.flow │ ├── index.d.ts │ ├── index.js...
Published alpha: `@krakenjs/[email protected]` ``` dist ├── cross-domain-safe-weakmap.js ├── cross-domain-safe-weakmap.js.map ├── cross-domain-safe-weakmap.min.js ├── cross-domain-safe-weakmap.min.js.map └── esm ├── index.d.ts ├── index.js ├── index.js.flow ├── native.d.ts ├── native.js ├── native.js.flow ├── util.d.ts ├──...