Shota FUJI
Shota FUJI
Issue: #18829 ## What I did Fixed a bug copied code snippet is outdated by adding a missing `useCallback` dependency for snippet copy functionality. I think we should include this...
**Prettier 2.7.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEA6AZhCACYAdKbbAWmICMBDAJyWwDdqAKUygLwBoBKAbgIF8Q7EBAAOMAJbQAzslDUqEAO4AFaghkoKAG0UUAnjKFkqFMAGs4MAMoUAtnAAy4qHGTptUuEZPnLVkabOAObIMFQArl4gcLZkcAAm8QkOFFBB4RRBcABiEFS2FDASacggFOEwEIIgABYwtloA6jXi8FIBYHBW6q3idK16pWBShiDOnlQwyiZBBW4eUQBWUgAeVsFacACK4RDw81qeQgFUE0Mj1SJUzjCN4vEwNcgAHAAMxwqejSYipVdwEzoriEAEddvBpqINGUpMQXAkEtUqHAweJkdNMnMkO5DlFPLZxKEIniNttwa5sQshDAKGQ7g8nkgAEzUkziLTBADCEFsWOiUgArNVwp4ACq0jQ4o4gOiRACSUCSsCsYGuYgAgoqrDA9JsDp4+HwgA) ```sh --parser css ``` **Input:** ```css .foo { --bar: var(--baz,); } ``` **Output:** ```css .foo { --bar: var(--baz); } ``` **Expected behavior:** The bare comma, which...
It is recommended to use the SPDX license identifier for the `license` field in package.json. https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license Automatic license checkers such as [`license-checker-webpack-plugin`](https://github.com/microsoft/license-checker-webpack-plugin) accepts only SPDX license identifiers and some well-known...
**Describe the bug** Redoc shows an error screen when, - there are two `$ref` pointing external file (I'm not sure about more than two) - both of them include `~1`,...
Add `cross-env BABEL_ENV=commonjs` to `example:basic` script.
For now, there is no way to check whether the type implements a trait or not.
- [ ] Update dependencies - [ ] Use vue-cli - [ ] Reduce files
### Describe the bug https://github.com/pocka/storybook-addon-designs/issues/108 telejson tries to call `toJSON` on a cross-origin object then a browser throws an Uncaught DOMException. This mostly happens when you set `action` from `@storybook/addon-actions`...
close #239 Figma changed URL structure for the share URL from `"/file/..."` to `"//..."`. This patch updates the URL checking regexp according to their updated [embed document](https://www.figma.com/developers/embed). 📦 Published PR...