Oleg S

Results 7 issues of Oleg S

When a project consists of a client-side package (ES6), server-side package (commonjs) and shared package (commonjs) it results in webpack bundling superstruct twice on client-side. Which also results in failing...

For example, I am trying to find documentation for method `mask` in the documentation: ![image](https://user-images.githubusercontent.com/73438352/108421776-a85bf800-7203-11eb-90b6-6926df155ff1.png) And it returns nothing related... Is it possible to add a everything-on-one-page documentation page so...

I've noticed that I've been used this pattern for a while now. It would make a good quality of life improvement if I could check the type and then default...

**Is your feature request related to a problem? Please describe.** I have two use cases: - I opened a bunch of tabs on Friday evening. I come Monday morning and...

This code throws an error, while this is a valid typescript code: ```typescript const interfaceWithAKnownKey = intersection([ record(string(), any()), object({ foo: string(), }), ]); // Typescript: No ERROR. const test:...

This PR borrows business logic from https://github.com/facebook/jest/blob/master/packages/babel-jest/src/index.ts#L227 babel-jest transformer and uses the same approach to emit source maps. This in turn enables correct stack traces and allows to use this...

We use webpack to build our application for electron. Our html, css and woff2 are delivered over `file://` protocol. Setting crossorigin attribute on fonts results in loading the font twice....