-
### Describe the bug
`typeof ` should be evaluated as a `"function"` because classes have `[[Call]]` internal slot like a function. [MDN reference also noted this behavior.](https://developer.mozilla…
-
vue3.4官方推荐用"jsxImportSource": "vue"来引入tsx类型定义,手动写在shims.d.ts中的定义不起作用:
```
declare namespace JSX {
export interface IntrinsicAttributes {
vIf?: unknown
vElseIf?: unknown
vElse?: unk…
-
- [ ] modal
- [x] progress bar
- [ ] flatList (상단 하단에 component 추가)
- [ ] select box
- [ ] 캐러셀
- [x] react-native-auto-height-image : 지정하는 width에 맞게 이미지 사이지를 측정하여 height 자동 적용 (원래는 ratio를 코드로 변환하…
-
This serves as a list of announcements for community translations. Instead of creating a new issue, a new translation announcement (along with its description, repository URL, call for contributors et…
-
# ページを翻訳したい方へ:
重複作業を防ぐため、まずはここでどのページを翻訳するか宣言してください。宣言なしで翻訳が行われて他の人の作業と被ってしまった場合、**原則として(PRを先に作った人ではなく)ここで最初に宣言があった人を優先します**。ただし宣言が行われて 1 週間以上 PR が作成されないなどの場合は適宜対応します。
[スタイルガイド](https://github.com/…
-
### Describe the bug
Minifier correctly inlines object initialization using spreading operator, however inlining property access from initialized object points to the value from spreaded object even …
-
### Describe the bug
Minifier should preserve rhs variable of `in` operator.
### Input code
```typescript
const o = {'a': 1, 'b': 2};
function fn() {
return 'a' in o;
}
console.log(fn());
`…
-
- [x] I tried using the `@types/styled-component` package and had problems.
- [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
- [x] I have a question tha…
sarod updated
8 months ago
-
**Sharing some ideas (in no particular order) for Iles while they’re fresh in my memory (while working on the PR for Vite-5 update for Iles) for community feedback:**
My need for Iles is based on …
-
I had another look at this inspiring diagram
https://github.com/funkia/turbine#adding-a-model
and got the feeling that the model really behaves like the parent to the view.
The view's both input …