-
Trying to run ``` npm run build ```
but , i got the error UNMET PEER DEPENDENCY history@1.17.0
and the node tree is :
gh-board@0.0.0 /Users/lincolnwung/gh-board
├─┬ babel-core@6.22.1
│ ├…
-
This current effort has been a [proof of concept fork](https://github.com/esdoc/esdoc/issues/292) of ESDoc. At the time, June 2016, ESDoc was stagnating (and will likely do so again!). ESDoc is the so…
-
**I'm submitting a ...** (check one with "x")
```
[x] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit suppo…
-
### 🔎 Search Terms
type named undefined
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ
### ⏯ Playground Link
[Playground Link](htt…
-
As of 2.0.2, ROT is compiled to es2017. This target makes it completely unusable in a Node.js (v10.14.1) application (even with `--experimental-modules` flag, as it requires .mjs file extensions).
…
-
In my case I need transform the exports
```ts
export * from "./classes/Client.ts";
export * from "./classes/User.ts";
```
to
```js
export * from "./classes/Client.js";
export * …
kdy1 updated
4 months ago
-
This has been reported before but no comment by the team has been made. The bundle footprint is huge (100kB unzipped). Are there any plans to reduce this? Surely there is no need for such a massive fo…
-
I have been trying to follow the instructions in the flight manual (http://flight-manual.atom.io/behind-atom/sections/developing-node-modules/) to link the text-buffer module to my atom dev environmen…
-
### Steps to reproduce the issue
1) Activate URL-Rewrite in the backend
2) Create 2nd level menu entry and link it to a single article
3) Go and edit this article in the frontend (Editor TinyMCE, b…
-
**TypeScript Version:** 3.9.7
**Search Terms:**
tsc no output
tsc does nothing
tsc randomly skips all input
**Code**
```ts
// A *self-contained* demonstration of the problem f…