-
### Environment
**Vuetify Version:** 3.0.0-alpha.12
**Vue Version:** 3.2.13
**Browsers:** Chrome 98.0.4758.102
**OS:** Windows 10
### Steps to reproduce
git clone https://github.com/governance…
-
**Describe the bug**
I tried to use Vite instead of CRA to run and build my React application, but it fails with these error messages:
```
[Error] Failed to load resource: the server responded with…
-
from https://github.com/denoland/deno_lint/issues/176
some eslint + airbnb base rules that could be nice to have w/ deno lint:
```
guard-for-in
import/no-extraneous-dependencies
import/no-nam…
-
I'm facing massive performance issues with a project that I'm working on which contains a lot of files. In this codebase completion is nearly unusable, causes lots of Lua & out of memory errors & cras…
-
### Describe the bug
An arithmetic operation with non-numeric value should result in `NaN`.
### Input code
```typescript
"use strict";
const k = (() => {
let x = 1; x **= undefined;
return …
-
### Volar version
1.8.11
### Vue version
Nuxt 2.17.1 / Vue 2.7.14
### Link to minimal reproduction
https://github.com/serialine/nuxt-2.17.1-ts
### Steps to reproduce
tsconfig.json…
-
As requested by a red banner in the mattermost OSX desktop app, here's the full console log:
This happened after pressing undo (apple-z) while typing an emoji name.
```
/chat/:1 Refused to load…
-
### Describe the bug
Changing `x *= y` to `x = y * x` can make different result if expression `y` change the value of `x`.
### Input code
```typescript
"use strict";
const k = (() => {
let x …
-
### Describe the bug
Code point is differ from char code which is returned by `String.prototype.charCodeAt`.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/c…
-
### Describe the bug
I thought that #8924 occurs only in `undefined` exponent, however same result happens with `NaN` exponent.
### Input code
```typescript
"use strict";
const k = (() => {
let…