Alexey Lyakhov
Alexey Lyakhov
@alexlouis-sky please provide the PR for the fix
@cwoolum This is a server-side code, executes on Node.js. It should not have "DOM" lib instantiated, or there will be other bugs. "DOM" lib is only for browser clients target...
@yinzara Thank you for response! I could say yes to separate tsconfig files, but in case of this project, spec files resides along with ts files they test, and I'm...
I'm still working on it, need to clean up some stuff, will have a commit later today. Also I have not fixed tests yet and did not removed unused dependencies.
Found one bug in `packages/gatsby/src/schema/node-model.ts` line 623, 624 Argument of type 'GatsbyIterable' is not assignable to parameter of type 'IGatsbyNode[]'. Type 'GatsbyIterable' is missing the following properties from type 'IGatsbyNode[]':...
I've pushed one more commit with all @ts-ignore meaningfully commented. Added missing types. Looks like it will be long weekend, will continue tomorrow.
I've updated cssnano and a lot of code in gatsby-plugin-image, pushed in last commit
Today refactored gatsby-plugin-image gatsby-plugin-manifest and gatsby-plugin-sharp.
@ascorbic @pieh I'm still working on it, typing redux. The main difference issue is caused by adding semicolons, changing strings from backticks to double quotes, string length limit to 80....