Simen Bekkhus

Results 128 issues of Simen Bekkhus

`[email protected]` comes with support for sourcemaps. wycats/handlebars.js#902 Any chance of supporting them in this plugin? If I open the hbs file in Chrome, I just see the compiled function (I...

See https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing

EDIT: quick guide for getting started: https://jestjs.io/docs/ecmascript-modules ESM support will be unflagged in a future release of Node 12 (maybe not before April https://github.com/nodejs/node/pull/29866#issuecomment-574055057) and it is already unflagged in...

ES Modules
Pinned

## Summary Ref https://github.com/webpack/webpack/pull/8740. /cc @sokra ## Test plan Unit test added

cla signed
Stale

## Summary Fixes #3879. I absolutely hate this solution. Maybe we should figure out a plan which allows us to run the test environment outside of the user sandbox? Would...

cla signed
Stale

## 🐛 Bug Report ### Environment ``` Expo CLI 2.13.0 environment info: System: OS: macOS 10.14.3 Shell: 5.3 - /bin/zsh Binaries: Node: 10.15.3 - /var/folders/gj/0mygpdfn6598xh34njlyrqzc0000gn/T/yarn--1553783196803-0.8192714850884069/node Yarn: 1.13.0 - /var/folders/gj/0mygpdfn6598xh34njlyrqzc0000gn/T/yarn--1553783196803-0.8192714850884069/yarn npm:...

StatusBar

Stuff like #506 sneak in all the time. We should have unit tests of our types in this repo. In the Jest repo we use https://github.com/jest-community/jest-runner-tsd (https://github.com/facebook/jest/blob/1a767e0f1fc21c008ce77a69eda914c152cc067b/package.json#L111) - it (or...

- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [x] This feature is important to have in this repository; a contrib plugin wouldn't do **Describe the...

enhancement

Without this, I get type errors in my project ``` ../../node_modules/@graphiql/react/types/editor/components/image-preview.d.ts:1:28 - error TS7016: Could not find a declaration file for module 'codemirror'. '/Users/simen/repos/monorepo/node_modules/codemirror/lib/codemirror.js' implicitly has an 'any' type. Try...

**Motivation** The new TypeScript 4.8 gives the following errors: ``` ../../node_modules/@react-navigation/core/lib/typescript/src/getPathFromState.d.ts:5:28 - error TS2344: Type 'ParamList' does not satisfy the constraint '{}'. 5 screens: PathConfigMap; ~~~~~~~~~ ../../node_modules/@react-navigation/core/lib/typescript/src/getPathFromState.d.ts:3:22 3 declare type...

first pull request