Jacob Bogers

Results 17 issues of Jacob Bogers

dou you have english translation of you fp-ts book?

Hello, Example: this (transpiled) code loads the index.js file ``` import { some_function } from '../siblingdir'; // there is an index.js in the "siblingdir" ``` If i try to use...

Good First Issue
Feature Request

Hello I export component specific information from svelte components, but I can not import them in any svelte test using `svelte-jester` I am using typescript ```svelte export const prerender =...

question

Its not counting my projects in the organisation I created https://github.com/R-js It used to do that, has something changed?

this is my jest.config.cjs snippet ```json transform: { '^.+\\.test\\.(t|j)sx?$': 'esbuild-jest', }, ``` Its not transpiling to commonjs, how do I make it so? ![image](https://github.com/aelbore/esbuild-jest/assets/896018/2ac7d999-b6eb-4bd3-a7fb-821b2e1cc090)

I get this errors in the Firefox web dev console, when using the font _light_ , _bold_ , _regular_ seems to be ok ![image](https://github.com/theleagueof/junction/assets/896018/2544f467-9562-4bea-8be6-202651235bb4) ![image](https://github.com/theleagueof/junction/assets/896018/57aa1be3-66e7-45e9-9441-db446fc73ef3)

> Please make sure all the requirements are satisfied, otherwise the PR could be closed without further notice. ## Checklist - [x] Title as described. - [x] Make sure you...

Some time ago I made a vite/rollup plugin, to remove "data-testid" (or whatever you specify) from react source code for production builds Previous art was using babel (slow). npm: https://www.npmjs.com/package/rollup-plugin-jsx-remove-attributes...

Awesome Contribution Checklist: - [x] I have read, and re-read the [Contributing Guidelines](https://github.com/rollup/awesome/blob/master/.github/CONTRIBUTING.md) - [x] I have searched to ensure the suggested item doesn't exist on this list - [x]...

The `mdn-svelte-tutorial` contains no typescript whatsoever