ZHAO Jin-Xiang

Results 56 issues of ZHAO Jin-Xiang

https://github.com/tc39/proposal-import-assertions ```js import json from "./foo.json" assert { type: "json" }; ``` Vite should support import-assertions because it has entered stage 3.

enhancement
dependencies
p2-nice-to-have :cake:

At present, the cooperation between vue template and TypeScript is not perfect. The development of `@vuedx` is currently stalled. We can add a template-vue-jsx-ts first. Let everyone experience the development...

Do you mind if I add a TypeScript definition to this project? If you donโ€™t mind, I will create a PR.

1. fix error about `@keyframes logo-spin` 1. In order to maintain the same behavior as the [create-react-app](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-modules-stylesheet), we need use `App.module.css` rather than using `App.css` to enable css-module 1. add...

[form-validation.scss](https://github.com/primer/primer/blob/1c44bfa2c34fddd5c91286524b08b64af4566eb8/modules/primer-forms/lib/form-validation.scss) include too many background-image with absolute path which works well in github For example: * [`background-image: url("/images/spinners/octocat-spinner-16px.gif");`](https://github.com/primer/primer/blob/1c44bfa2c34fddd5c91286524b08b64af4566eb8/modules/primer-forms/lib/form-validation.scss#L12) * [` background: url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat;`](https://github.com/primer/primer/blob/1c44bfa2c34fddd5c91286524b08b64af4566eb8/modules/primer-forms/lib/form-validation.scss#L99) @broccolini @shawnbot if I use...

minor release
status: help wanted ๐Ÿ’
type: bug ๐Ÿž

Markdown table or HTML table element can't be rendered correctly in TSDoc playground

request for comments

```ts export type OnEnter = (success: boolean) => void; export interface OnLeave { (success: boolean): void } ``` How should we reasonably add the type declaration of the above function...

general discussion

```ts /** * doc for `a`,`b`, and `c` here: */ function foo({ a, b, c }:{ a: string, b: number, c: string }){ } ```

general discussion

Does tsdoc have standard documentation? How should we search which tags are there and what the actual meaning of each tag is?