-
A string enum is inferred by looking at the constant value of the initializer of its first member:
```
enum stringsInferred {
a = "a",
b, // "b"
c // "c"
}
```
Or it is declared using a st…
-
**Problem**
JavaScript dialects like Flow and TypeScript often have additional utilities that can be used for various purposes (i.e., a type checker). Currently, there is no way to easily expose thes…
-
We are using JFrog Artifactory for internally to control packages delivery and we are behind a corporate proxy.
We have been having problems when trying to install Office365-cli, as dependency packa…
-
To address https://github.com/eslint/eslint/issues/7874, I started the [eslint-canary](https://github.com/not-an-aardvark/eslint-canary) repo, which automatically runs ESLint on a set of existing proj…
-
Although the rules for precedence of `&&` and `||` are clear, using parentheses to visually group these is often very helpful to ensure programmer intentions. ie: `a || (b && c)` even though `a || b &…
-
I cloned your repo, ran `npm install`: didn't witness any problems here apart from some deprecation notices.
```
[graham@tyr v-types]$ npm install
npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 …
-
I'm having problems trying to search for any package I want to install. The search process fails with the following output...
`Unexpected token : [{"name":"vue-autocomplete","main":"./lib/main","ve…
-
**Updated 7/24 with some spec changes**
TODO: Add language about string indexers on props types turning off surplus attribute errors
## Up-front Requirements
To use JSX expressions in a TypeScript f…
-
We want to be able to better define rules by using AST queries. There are several options.
ESQuery:
https://github.com/jrfeenst/esquery
CSSAuron:
https://github.com/chrisdickinson/cssauron
Maybe ot…
-
`com.atomist.rug.kind.javascript.JavaScriptParser` uses our old style Antlr integration, and does not make a complete type. It should be changed to work like the newer `PythonFileType` and `RugFileTyp…