Jon Wallsten

Results 13 issues of Jon Wallsten

Would it be possible to use different config files like ESlint itself is doing? I have separate configs for src and test folders, so using only one config in the...

enhancement
help wanted

Sorry for any terminology errors. I'm trying to use this in a stateless component using latest React and TypeScript. However I get this error: ``` Invariant Violation: Element type is...

Hi! I have a bunch of SCSS file that I process and save as normal CSS-files. When I process them I add en external source map file. Later I concat...

I'm using the latest dts-bundle to combine the d.ts files generated by typescript compiler. When setting main to my index.d.ts file I expect the output in the bundle to match...

Hi! I have a question/suggestion. Noticed a case that's not working for me. ``` index.ts: export { Foo as default } from './foo' foo.ts: export class Foo { } ```...

This was a one time error. So I'm just gonna put it here as an FYI instead of a thorough report due to a tight deadline. But I just upgraded...

My DevOps team finally got around to update this plugin to the latest version. However it seems like PR comments still triggers every branch. @KostyaSha: Is there anything I need...

After following all the instructions and browsing to localhost:3000 i get this: ``` Cannot GET / ``` I also get errors in webpack: ``` ERROR in ./src/styles/app.scss Module parse failed:...

bug

**Context:** - Playwright Version: 1.23.1 - Operating System: Windows 10 x64 - Node.js version: 16.17.0 - Browser: All - Extra: [any specific details about your environment] **Code Snippet** ```typescript import...

triaging

### Command build ### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...

perf
needs triage