-
## Version **2.9.6** of **jshint** was just published.
Branch
Build failing 🚨
Dependency
jshint
Current Ver…
-
**Environment**
tns info:
```
✔ Component nativescript has 8.0.2 version and is up to date.
✔ Component @nativescript/core has 8.0.8 version and is up to date.
✔ Component @nativescript/ios has 8…
rlnd1 updated
2 years ago
-
## The devDependency [jshint](https://github.com/jshint/jshint) was updated from `2.9.6` to `2.9.7`.
🚨 [View failing branch](https://github.com/canjs/can-construct-super/compare/master...canjs:green…
-
Does the CLi support the build flag (`-b` for `tsc`)? It seems not.... I'm trying to setup a project with [TypeScript project references](https://www.typescriptlang.org/docs/handbook/project-reference…
-
I'm having problems using `import/no-duplicates` in a Svelte application (not that it is important) that contains the following imports:
```ts
import { onMount } from 'svelte'
import { writable }…
-
related https://github.com/material-components/material-components-web/issues/4492#issuecomment-492226652
Feature request to generate ES6 modules from out TS files from within the /dist directory. …
-
If an entry is specified to be included explicitly using "entries" option, ignore the fact that non-CSS resources are specified in the entry.
-
Environment:
- macOS 10.13.6
- Atom 1.30.0
- Node v8.12.0 & Npm 6.4.1
- Xcode command line tools installed, No Xcode
- Anaconda python2.7 env (node-gyp doesn't support pythonv3)
St…
-
## async
ES2017 标准引入了 async 函数,使得异步操作变得更加方便。
在异步处理上,async 函数就是 Generator 函数的语法糖。
举个例子:
```js
// 使用 generator
var fetch = require('node-fetch');
var co = require('co');
function* gen(…
-
Error message: `error TS2320: Interface 'SVGElement' cannot simultaneously extend types 'Element' and 'SVGElementInstance'.`
[Minimum repro](https://gist.github.com/vassilyl/1dd306b251baf9e0005919b…