This website requires JavaScript.
Explore
Help
Register
Sign In
microsoft
/
TypeScript
Watch
1
Star
0
Fork
0
You've already forked TypeScript
mirror of
https://github.com/microsoft/TypeScript.git
synced
2026-07-01 02:02:45 -05:00
Code
Issues
Packages
Projects
Releases
212
Wiki
Activity
Files
ebfc911b667bff72399018ca0e2ed753ede12644
TypeScript
/
src
/
compiler
History
Nathan Shively-Sanders
213812ab22
Contextually type object spread expressions
...
so `x = { ... { a: "a" } }` will be equivalent to `{ a: "a" }`.
2017-04-24 15:43:10 -07:00
..
transformers
…
binder.ts
…
checker.ts
Contextually type object spread expressions
2017-04-24 15:43:10 -07:00
commandLineParser.ts
…
comments.ts
…
core.ts
…
declarationEmitter.ts
…
diagnosticMessages.json
Merge pull request
#15160
from Microsoft/master-jsxChildren
2017-04-21 10:02:13 -07:00
emitter.ts
…
factory.ts
…
moduleNameResolver.ts
…
parser.ts
Merge pull request
#15160
from Microsoft/master-jsxChildren
2017-04-21 10:02:13 -07:00
performance.ts
…
program.ts
…
scanner.ts
Merge pull request
#15160
from Microsoft/master-jsxChildren
2017-04-21 10:02:13 -07:00
sourcemap.ts
…
sys.ts
…
transformer.ts
…
tsc.ts
…
tsconfig.json
…
types.ts
Merge pull request
#15160
from Microsoft/master-jsxChildren
2017-04-21 10:02:13 -07:00
utilities.ts
…
visitor.ts
…