Tao Zhou

Results 14 issues of Tao Zhou

### Describe the bug want to exclude a few polyfills to reduce the bundlesize, but seems `skip` is not working as expected ### Input code ```typescript const params = new...

C-bug

not necessary a bug report, but just happen to notice that there are multiple versions of the same dep, like `d3-interpolate` here, are imported on the same 0.83.1 nvio scope,...

**Describe the bug** just noticed this behavior difference when multiple consecutive newlines involved. For extract: the newlines are extracted correctly For macro: the newlines are collapsed due to https://github.com/lingui/js-lingui/blob/04b7cef9876168bc376b55424ecc0b0ebde976c1/packages/macro/src/macroJs.ts#L31 example...

We disabled the origins in the message files to avoid frequent merge conflicts, but would be great if we have a way to see all origins of a given message....

💡 new feature
📦 cli

## 🚀 Feature Proposal Right now it seems `fbt` is tightly coupled with `babel`, which makes it really hard to use for projects using other compilers, like `SWC`. It would...

**Prior to creating a pull request, please follow all the steps in the [contributing guide](https://github.com/GoogleChrome/workbox/blob/v6/CONTRIBUTING.md).** Fixes [#_issue number_](https://github.com/GoogleChrome/workbox/issues/1855) _Description of what's changed/fixed._ Priority Hints have been supported in several browsers,...

Welcome! Please use this template for reporting bugs or requesting features. For questions about using Workbox, the best place to ask is Stack Overflow, tagged with `[workbox]`: https://stackoverflow.com/questions/ask?tags=workbox **Library Affected**:...

almost all our swc-plugin dependencies recently upgraded to use [email protected] which maps to @swc/[email protected] ~ according to https://swc.rs/docs/plugin/selecting-swc-core when we try to upgrade @swc/core and the plugins to latest, we...

### Reproduction example https://codesandbox.io/p/devbox/whmpk9 ### Prerequisites just run the jest tests in above sandbox ### Expected behavior expect tests to pass ### Actual behavior test failed on plaintext-only post-edits ###...

bug
needs assessment

my folder structure looks like following: ``` - data - web - web - data (symlink to data/web) - other things - tsconfig.json ``` and with tsconfig setting the right...