-
I am having problems with using TypeScript@3.9.5 with chrome-promise. My project needs tsc v3.9.5 to compile as it uses es2020 and other features.
I have installed `@types/node:latest` and `typescr…
-
Heya. First off just wanted to say this plugin made my life a whole lot easier by not dealing with compilation configuration :)
The current issue I am running into is that I wanted to add a python …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
Hi.
Even if I configure it correctly, mapped objects have all properties with default valu…
-
Hi,
I'm currently trying to build a simple app with Dojo 2 and used the `dojo-cli` to create a project. I noticed in the generated `tsconfig.json` that the target is set to `es5`. With this setting…
-
### Basic info:
- **Node.js version:** 11.13.0
- **jsdom version:** 15.1.1
### The Problem
To easily edit SVG on node using jsdom + SVG.js, we need jsdom to implement (at least) this methods…
-
In order to address a variety of small issues, I think sql-bricks needs a significant refactor. I want to reduce the line count, but more importantly, I want to reduce the complexity. SqlBricks is no …
prust updated
2 years ago
-
# tsc All In One
> tsconfig.json
```sh
$ tsc --init
```
https://www.typescriptlang.org/tsconfig
![image](https://user-images.githubusercontent.com/7291672/59003936-6f6eca80-884a-11…
-
Hi,
I am using this generator to kickstart most of my ExpressJS projects, and it's real good, but I always wonder why you use var and functions instead of let/const and arrow functions?
I always c…
bluzi updated
5 years ago
-
# babel
> 之前一直通过 babel 编译的方式,来使用 es 新特性。但是其实对 babel 的各种概念,及配置还是模糊的, 今天来一探究竟。看看 babel 的相关知识概念,对 babel 相关问题的解释。
>
> 本篇文章主要是对原文档的解读。
## 介绍
> babel 就是一个 js 编译器。目的是为了让我使用新的 js 语法。而不用考虑浏览器的兼容问题。
…
-
Polymer.json fragment
`"builds": [
{
"name": "1.0.0-353",
"bundle": true,
"addServiceWorker": true,
"js": {
"minify": true,
"compile": false
…