Wesley Wigham

Results 29 issues of Wesley Wigham

bower's bootstrap-less is for bootstrap v2.3.2, angular-bootstrap's newest versions are for bootstrap 3. The two can do really, really wonky things when combined. (For example, bootstrap 2.3 doesn't define any...

This allows you to say, eg, `tsc -p path/to/tsconfig.json --other-option-override false glob/*/filename-override.ts` - essentially allowing you to use config extension on the commandline, including overriding included files. Even when `-p`...

Breaking Change
Author: Team
For Uncommitted Bug

Helper style is somewhat inconsistent, and there are some trailing semicolons in some places but not others, for example in the es6 version: ```js export function __asyncValues(o) { if (!Symbol.asyncIterator)...

enhancement

### Describe the bug Attempting to sort a pattern (using middle-click sort provided by [this mod](https://github.com/cpw/inventorysorter)) storage in a gold crafter with upgrades in it duplicates the upgrades, and deletes...

bug

…in global event handlers. Should fix https://github.com/microsoft/TypeScript/issues/39057

This is a counter-proposal to #273. A bunch of us have brought this up during informal dual-mode discussions before, but the very concept of "dual mode" packages which execute different...

interoperability
cjs
esm
proposal

In this PR, we allow certain compiler options to be configured via comments within a file for the scope of that file using a comment of the form `// @ts-option...

Author: Team
For Uncommitted Bug

**TypeScript Version:** 3.4.0-dev.201xxxxx **Search Terms:** **Code** ```ts const w: void = ""; const x: () => void = () => ""; const y: () => Promise = async () =>...

Bug