Burt Harris

Results 72 issues of Burt Harris

TSLint has a few nits to pick with our generated code. Adding a few comments to the templates will suppress them. For now, lets just turn it of for generated...

The antlr4ts source file structure is based on it's Java heritage, where a source-file per class model is considered best-practice (with exceptions). However, in the JavaScript/TypeScript world the impact of...

enhancement
ts-flavor

To narrow the "public" API and reduce semantic version number creep, I suggest we apply **`@internal`** in JSDoc comments. When we turn on the `--stripInternal` switch, this will cause the...

There number of places where where changes in a return type were made allowing `undefined` in the return type, but the comments still talk about returning null. For example: Vocabulary.ts...

ts-flavor
documentation

The stability badge from this set match up well in appearance with others I'm using. For example: [![unstable](http://hughsk.github.io/stability-badges/dist/unstable.svg)](http://github.com/hughsk/stability-badges) [![Join the chat at https://gitter.im/tunnelvisionlabs/antlr4ts](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tunnelvisionlabs/antlr4ts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build status](https://ci.appveyor.com/api/projects/status/d4gpmnrkfo3tb2t1/branch/master?svg=true)](https://ci.appveyor.com/project/sharwell/antlr4ts/branch/master) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](./LICENSE)

The INFRA spec currently has a good definition of ordered map, but its definition requires key uniqueness. Sometimes the uniqueness constraint isn't desirable. For example whatwg/fetch describes [header-list](https://fetch.spec.whatwg.org/#concept-header-list) as multimap,...

I like my new Shark IQ, but the Shark app seems to lack one feature that's important for my home: multi-floor mapping. I started looking for a Shark API to...

Default to a per-user install Move the default NVM_SYMLINK into NVM_HOME Don't mix per-user and system install Switch to use of NTFS Junction points

enhancement request
discovery needed
investigating
consider for rt

**Issue:** The build script issues a warning from innosetup, saying: > Warning: The [Setup] section directive "PrivilegesRequired" is set to "admin" but per-user areas (userappdata) are used by the script....

**TypeScript Version:** 2.4.1 **Code** ```ts function GenMap() : ReadonlyMap { const theMap = new Map(); theMap.set("one", 1); theMap.set("two", 2); return Object.freeze(theMap); } ``` **Expected behavior:** Compiles without error in tsc@

Bug
Help Wanted
Domain: lib.d.ts