-
# 🐞 bug report
### Affected Package
"@airbrake/browser": "^2.1.7"
depends on
cross-fetch: ^3.0.4
### Is this a regression?
I'm not sure. There is a 2018 ticket that implies that at on…
-
I've set up typechecker, it works fine, but only with `*.ts` files. It doesn't work with `*.vue` [Single file components](https://vuejs.org/v2/guide/single-file-components.html) at all.
I've added …
-
I sometimes have to work on systems where Internet explorer is the default browser (which I cannot change). Then the maps are not loaded, e.g.
```
from escher import Builder
json_repr = 'iMM90…
-
I have an array of scripts that load together (order is insignificant) and script js fails to load them.
For example test4 and test 7 don't load, making the app not to bootstrap at all.
This happens a…
-
## Description
When playing a 360 video on Android, the initial orientation of the camera is not the expected orientation. When the video starts, the "front" of the video is orientated towards the fl…
-
Hi, in a node typescript ESM project, the modules are imported with extensions, ie,
```
import { a } from '../../service/index.service.js'
````
so for such a case, we could provide a path in tscon…
-
![image](https://user-images.githubusercontent.com/17404628/44074953-68346a4c-9fcd-11e8-856e-abfb52fa0e32.png)
code
```js
import { shallowMount, mount, Wrapper } from "@vue/test-utils";
import…
-
这篇文章用于那些想要升级到 Babel7 的用户。
并不是每一处的改动都会影响你的项目,所以我们基于升级时可能对你的项目造成的破坏程度,对所有的改动做了一个排序。
### 针对所有 Babel
不再支持 Node.js 0.10, 0.12, 4 和 5。可参考:[#[5025]](https://github.com/babel/babel/pull/5025),[#[5041…
-
It would appear to be this editor is targeted towards people learning (front-end) web development. One issue that commonly occurs with editors that automatically refresh JavaScript is infinite loops b…
-
js-git is a fantastic project! Having played with the source for a little bit I think it's really well done: it's clearly laid out and it's easy to understand the general architecture. But, it's grown…