Daniel Rosenwasser
|
44f3c0ca8a
|
Stylize gutter.
|
2015-08-19 12:30:50 -07:00 |
|
zhengbli
|
58ac077a49
|
Handle root file removal and addition in configured projects
|
2015-08-19 12:28:43 -07:00 |
|
Vladimir Matveev
|
ffadce6335
|
always process imported modules in 'createProgram' to record module resolutions
|
2015-08-19 11:58:02 -07:00 |
|
Mohamed Hegazy
|
478cc32e5e
|
Merge pull request #4355 from DavidSouther/ts4354
Emits safe value for import.
|
2015-08-19 10:25:25 -07:00 |
|
zhengbli
|
c81cc9fee3
|
CR feedback and logic rewrite
|
2015-08-19 00:48:16 -07:00 |
|
David Souther
|
407c8beed5
|
Emits safe value for import.
|
2015-08-18 21:17:43 -04:00 |
|
Daniel Rosenwasser
|
21de00fb7e
|
Removed inappropriate methods from the 'RegExp' interface.
|
2015-08-18 15:24:23 -07:00 |
|
Daniel Rosenwasser
|
006fc951e3
|
Added the '[Symbol.unscopables]' method to the 'Array<T>' interface.
|
2015-08-18 15:22:13 -07:00 |
|
Daniel Rosenwasser
|
66b17c1c73
|
Added the '[Symbol.species]' method to the 'RegExpConstructor' interface.
|
2015-08-18 15:14:37 -07:00 |
|
Daniel Rosenwasser
|
f56d8f5509
|
Added the '[Symbol.split]' method to the 'RegExp' interface.
|
2015-08-18 15:10:08 -07:00 |
|
Daniel Rosenwasser
|
e4077ec0f8
|
Added the '[Symbol.search]' method to the 'RegExp' interface.
|
2015-08-18 15:01:58 -07:00 |
|
Daniel Rosenwasser
|
97618104bd
|
Added the '[Symbol.replace]' method to the 'RegExp' interface.
|
2015-08-18 14:58:35 -07:00 |
|
Vladimir Matveev
|
f415097d0d
|
addressed PR feedback
|
2015-08-18 14:52:21 -07:00 |
|
zhengbli
|
fcf68c278d
|
Add Uint8ClampedArray to core.d.ts, and split call signature of method "from"
|
2015-08-18 13:40:17 -07:00 |
|
Daniel Rosenwasser
|
1e9b5e4c30
|
Added the '[Symbol.match]' method to the 'RegExp' interface.
|
2015-08-18 13:39:51 -07:00 |
|
Vladimir Matveev
|
049a5fba07
|
added tests
|
2015-08-18 13:36:08 -07:00 |
|
Daniel Rosenwasser
|
b7fcf161d5
|
Added the '[Symbol.toPrimitive]' method to the 'Date' interface.
|
2015-08-18 13:17:27 -07:00 |
|
Daniel Rosenwasser
|
2682703cca
|
Added the '[Symbol.hasInstance]' method to the 'Function' interface.
|
2015-08-18 13:17:23 -07:00 |
|
Daniel Rosenwasser
|
448f2d607d
|
Removed 'Function.toMethod'.
|
2015-08-18 13:17:10 -07:00 |
|
Daniel Rosenwasser
|
ea1882d76d
|
Merge branch 'master' into iFeelPrettyErr
Conflicts:
src/compiler/sys.ts
src/compiler/tsc.ts
|
2015-08-18 01:25:00 -07:00 |
|
Daniel Rosenwasser
|
3c04dff059
|
Limit errors to 5 lines, fixed some other issues.
|
2015-08-18 00:47:09 -07:00 |
|
Yui T
|
c5d5155234
|
Add comment and prevent completion in type paramter of class expression
|
2015-08-17 22:02:45 -07:00 |
|
Schmavery
|
6f42e4164b
|
Apply suggested fixes to arguments PR
|
2015-08-17 18:33:48 -07:00 |
|
Vladimir Matveev
|
1cb5280971
|
Merge branch 'master' into moduleResolutionStrategies
|
2015-08-17 18:31:53 -07:00 |
|
Vladimir Matveev
|
3b95ea460e
|
initial implementation of module resolution for node/requirejs
|
2015-08-17 18:31:12 -07:00 |
|
Schmavery
|
2b3da9a49e
|
Add arguments to completion list #4249
|
2015-08-17 17:13:17 -07:00 |
|
Mohamed Hegazy
|
e86f207859
|
Merge pull request #4309 from Microsoft/fix4274
Fix #4274: When collecting linked aliases use SymbolFlags.Alias to capture local aliases as well
|
2015-08-17 15:55:35 -07:00 |
|
zhengbli
|
2a3867a742
|
CR feedback. Add more tests.
|
2015-08-17 15:35:27 -07:00 |
|
Sheetal Nandi
|
ed361a26b9
|
Merge pull request #4086 from Microsoft/sourcemap
Fixes the interaction of sourcemap and source comments
|
2015-08-17 15:34:35 -07:00 |
|
Mohamed Hegazy
|
25dfcec83b
|
Merge pull request #4290 from Microsoft/fix4277
Fix #4277: Ensure we are passing refEnd and not length to findSourceFile
|
2015-08-17 15:21:04 -07:00 |
|
Vladimir Matveev
|
b6b735c0f2
|
merge with master
|
2015-08-17 14:38:24 -07:00 |
|
Vladimir Matveev
|
a88bfbd651
|
Merge branch 'master' into reuseAndCache
|
2015-08-17 14:36:17 -07:00 |
|
Mohamed Hegazy
|
2ffc37510d
|
Merge pull request #4281 from adidahiya/expose-scanner-typings
Make createScanner external (fixes #4057)
|
2015-08-17 12:18:00 -07:00 |
|
Mohamed Hegazy
|
96286e9400
|
Merge pull request #4330 from SaschaNaz/formatTsx
Fix JsxElement formatting
|
2015-08-17 11:57:45 -07:00 |
|
Sheetal Nandi
|
ebe7ca75a6
|
Merge branch 'master' into sourcemap
|
2015-08-17 11:26:49 -07:00 |
|
Yui T
|
abc96936b5
|
Do not show completions in type parameter of type alias
|
2015-08-17 10:48:36 -07:00 |
|
Vladimir Matveev
|
6a17db8e3b
|
Merge pull request #4319 from Microsoft/renameDependencies
allow transpiler to provide alternative names for dependencies
|
2015-08-17 10:44:53 -07:00 |
|
Vladimir Matveev
|
cbb2425ccd
|
addressed PR feedback
|
2015-08-17 10:37:44 -07:00 |
|
SaschaNaz
|
bcde56202e
|
fix jsxelement formatting
|
2015-08-16 17:27:23 +09:00 |
|
Yui T
|
c57adeda1f
|
Fix null reference in type parametr of type alias
|
2015-08-15 17:02:08 -07:00 |
|
Vladimir Matveev
|
bc3025b391
|
make 'require is defined' a precondition for Node-based sys
|
2015-08-14 20:53:38 -07:00 |
|
zhengbli
|
20902b00e8
|
Remove the extension.d.ts and move the content to core.d.ts
Change the set function parameter type in TypedArrays
|
2015-08-14 16:27:48 -07:00 |
|
Mohamed Hegazy
|
53239d4a8b
|
Merge pull request #4310 from Microsoft/fix4170
Fix #4170, remove error when using import=require syntax in t=ES6 and in ambient context
|
2015-08-14 15:11:19 -07:00 |
|
zhengbli
|
7e1201eed2
|
Further fixes
|
2015-08-14 14:17:55 -07:00 |
|
Vladimir Matveev
|
7e8cfa0859
|
allow transpiler to provide alternative names for dependencies
|
2015-08-14 13:00:41 -07:00 |
|
Vladimir Matveev
|
5fbe3fc75c
|
Merge pull request #4308 from Microsoft/adjustNodeCheck
adjust check for node env to handle webpack\browserify
|
2015-08-14 11:41:16 -07:00 |
|
zhengbli
|
43f7d8ca89
|
Fix File constructor
|
2015-08-14 10:50:18 -07:00 |
|
zhengbli
|
cdbf2b4771
|
Fix document.open return type
|
2015-08-14 00:28:40 -07:00 |
|
zhengbli
|
1c434ecdf2
|
Added missing dictionaries also
|
2015-08-14 00:07:03 -07:00 |
|
zhengbli
|
e4dd7e0e48
|
Add missing types in webworker.generated.ts
|
2015-08-13 23:56:02 -07:00 |
|