-
I would like to use prettier to only format a few rules and I am wondering if the project can be easily updated (once forked) to just dismiss any code highlights and formatting of any rule outside a s…
-
### Describe the bug
Something is going wrong with function inlining and object property assignment. Please see my expected/actual and input/output below:
### Input code
```typescript
console.log(d…
-
So I was adding schema markup for my blog post but when I tried to pass data like post url and author name then I was unable to do that. In discord support I got to know about `set:html` but in offici…
-
I created a test app with `npm create waku@latest` to play around with RSC without the baggage of next.js. I ran into an issue trying to render server components inside client components, but it's qui…
-
I would like to see the `nameof` operator be considered for Typescript.
This feature was just added to C# [description](http://blogs.msdn.com/b/csharpfaq/archive/2014/11/20/new-features-in-c-6.aspx),…
-
最近开发组件库打包时发现,开发时jsx转换是用babel插件转换的,功能开发没有问题。
但是由于现在react17开始,react的jsx语法打包时是通过react/jsx-runtime来转换[新的JSX转换方式——React 官方博客翻译](https://juejin.cn/post/6921300663087398919),导致打包后的代码,并没有转换`x-`指令,通过翻阅资料和查看源码…
-
After updating to ts-node version 8.0.2 the custom typings (currently placed in ./types) don't work anymore.
When I am changing the version to 8.0.1 the typings are working fine.
Typescript versio…
-
### What version of `astro` are you using?
1.9.0
### Are you using an SSR adapter? If so, which one?
None
### What package manager are you using?
npm
### What operating system are you using?
Ma…
-
Hello ✋, Very cool library, but I was wondering if the signals should work on react-native since I'm more into that workflow these days.
Right now i'm not able to display an expected value.
![imag…
-
**Intended outcome:**
I want to clear partial of my localdata in cache:
For example
```
cache.writeData(
{
data: {
user: {
__typename: 'User',
email: 'myemail@localhost'
},
…