Matija Marohnić

Results 82 issues of Matija Marohnić

JSX has automatic indentation when entering a tag. I can't figure out where this is defined: ## JSX ![javascriptreact](https://user-images.githubusercontent.com/471278/43156747-40ef63cc-8f7b-11e8-90a3-b86398f971b4.gif) ## MDX ![mdx](https://user-images.githubusercontent.com/471278/43156757-46f2aaae-8f7b-11e8-96d9-339456027e27.gif)

- `@testing-library/dom` version: `8.5.0` - Testing Framework and version: `[email protected]` - DOM Environment: `[email protected]` ### Relevant code or config: ```js /** * @jest-environment jsdom */ const { getByRole, getByLabelText }...

enhancement

Ref. https://github.com/yeoman/generator-webapp/pull/543#issuecomment-111724489.

enhancement

Even though this was not requested in #2164, it's a common practice, so a recipe would be nice. 😃

Nothing extra is needed to use Rollup with gulp, so this refactors the recipe to use Rollup's JavaScript API directly.

### Discussed in https://github.com/parcel-bundler/parcel/discussions/6845 Originally posted by **Thoud** August 31, 2021 Hey everyone, currently I'm trying to create a React component library which gets published to a registry and imported...

:raising_hand_woman: Feature
Bundler

### What version of Remix are you using? 1.7.4 ### Steps to Reproduce 1. export a `loader` that conditionally throws an error or a response, but otherwise returns a JSON...

feat:typescript
bug:unverified

esbuild works correctly on this version of Build Output API, it bundles the correct binary, or something like that. I discovered this problem when I tried to deploy my blog...

CLA Signed
template:vercel

**Is your feature request related to a problem? Please describe.** Browser's `fetch()` accepts instances of `URL`, but in `happy-dom` it does not. https://developer.mozilla.org/en-US/docs/Web/API/fetch#resource **Describe the solution you'd like** If it's...

enhancement