Jiachi Liu

Results 85 issues of Jiachi Liu

I'm upgrading typescript-eslint with typescript v4, but the tslib under tsutils is always installed as 1.x which is unable to work with typescript v4.3. Array spreading syntax is broken while...

### Discussed in https://github.com/vercel/swr/discussions/2092 Originally posted by **RenaudAubert** July 29, 2022 Hi 👋 First of all a big thanks for this amazing library. I've noticed that 2 of the `mutate`...

feature request

To support subscription / disposable / observable data source, adding a new hook useSWRSubscription built on top of useSWR. ### API ```tsx import type { Configuration } from 'swr' import...

Some restrictions can be applied to swr when suspense is enanbled: * `key` can’t be falsy * `fetcher` can’t be null * `data` can’t be undefined _Note: this is tricky...

area: typing

[bunchee](https://www.npmjs.com/package/bunchee) is a zero configuration bundler based on rollup, it can get rid of the webpack runtime code which relying on nodejs runtime variable like `__dirname` ncc brought in x-ref:...

This is a draft PR to check the effects of upgrading to latest stylist - [ ] Understand reason of duplicated class names generated - [ ] Disabling nesting

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to homepage https://idyll-lang.org/ 2. Click on the editable...

bug
help wanted
Compiler
Runtime
Docs

## Bug Report **Current Behavior** use babel with `@babel/plugin-syntax-jsx` plugin to parse the following code snippet will lead to errors. ``` TypeError: Property name of JSXOpeningElement expected node to be...

Introduce `bunchee` field in package.json for customize config for bunchee. Along with other basic configs `bunchee.entry` is a new field to specify entry files for single export or multiple ones....

Today we need to add a package.json for a subpath folder if you want to build based on that working directory, for instance: // pkg/a/package.json ```json { "name": "pkg-a", "exports":...

feature request