Skip to content

[Transforms] Fix emit static property declaration in classExpression for down-level and ES6 target #8630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 438 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
438 commits
Select commit Hold shift + click to select a range
7c4c006
Fixes indentation of class expression bodies
rbuckton Apr 4, 2016
8e1e2d7
accept baselines
vladima Apr 4, 2016
3e25720
Merge pull request #7815 from Microsoft/transforms-review-256-511
vladima Apr 4, 2016
0f4a3db
Merge pull request #7811 from Microsoft/transforms-fixClassExpression…
rbuckton Apr 4, 2016
a69d13b
Fixes emit for exported namespaces in external modules.
rbuckton Apr 4, 2016
bf62c75
Merge pull request #7820 from Microsoft/transforms-fixExportedNamespa…
rbuckton Apr 4, 2016
27d0ea1
Fixed typo when computing transform flags for exponentation
rbuckton Apr 5, 2016
f4c95c0
Accepted baselines.
rbuckton Apr 4, 2016
4d8c00f
Merge pull request #7821 from Microsoft/transforms-fixTransformFlagsT…
rbuckton Apr 5, 2016
40a3800
Fix incorrect emit for JSX/React
rbuckton Apr 5, 2016
86a51cb
update baselines in unittests, fix linter issues
vladima Apr 5, 2016
f218843
Merge pull request #7822 from Microsoft/transforms-0-255-simple-basel…
rbuckton Apr 5, 2016
6b903c7
Merge pull request #7823 from Microsoft/transforms-fixJsx
rbuckton Apr 5, 2016
3583e14
Merge pull request #7832 from Microsoft/transforms-fix-unittests
vladima Apr 5, 2016
881b70c
Update baselines
yuit Apr 5, 2016
299c4c7
Fixes missing whitespace in modifiers
rbuckton Apr 5, 2016
221cbcf
Accepted valid baselines
rbuckton Apr 5, 2016
0b2264c
Additional fixes for React emit.
rbuckton Apr 5, 2016
71bd7e7
Merge pull request #7834 from Microsoft/transforms-fixSpaceInModifiers
rbuckton Apr 5, 2016
e3e45c5
Fixes comment emit for down-level accessor declarations.
rbuckton Apr 6, 2016
8988ea8
Fixes indentation of object literals with computed properties
rbuckton Apr 6, 2016
35a4c42
Merge pull request #7842 from Microsoft/transforms-fixJsx2
rbuckton Apr 6, 2016
1cc7618
Merge branch 'transforms-fixAccessorComments' into transforms
rbuckton Apr 6, 2016
39c877a
Merge branch 'transforms-fixObjectLiteralBody' into transforms
rbuckton Apr 6, 2016
917928b
Add a newline after emitting shebangs.
DanielRosenwasser Apr 6, 2016
1c162fa
fix scope tracking when converting loops
vladima Apr 6, 2016
f325a98
enable generated names for block-scoped binding in for-of
vladima Apr 6, 2016
4da09b7
Fixes extra parens around yield downleveled from await
rbuckton Apr 6, 2016
dfdfec9
treat classes as block scoped entities
vladima Apr 6, 2016
1138b33
Only emit the module specifier on an export if it is present.
DanielRosenwasser Apr 6, 2016
f0839e6
Merge pull request #7904 from Microsoft/transforms-fixAwaitAsYieldParens
rbuckton Apr 6, 2016
3daeba3
Fix literal property names
rbuckton Apr 6, 2016
b611123
Emit imports as const declarations.
DanielRosenwasser Apr 7, 2016
99d8a67
Merge pull request #7910 from Microsoft/transforms-fixLiteralProperty…
rbuckton Apr 7, 2016
181ab94
emit `*` in generators downlevel
mhegazy Apr 7, 2016
e29f9a5
Fixes extra _1 in class names and auto-parentheses for comma expressi…
rbuckton Apr 7, 2016
7e0b306
Invalid input, this in static property intializer. output is worng in…
mhegazy Apr 7, 2016
a8de104
Function declaration with string template, syntactically incorect.
mhegazy Apr 7, 2016
7c7fd05
Formatting system module output
mhegazy Apr 7, 2016
b845072
better output, previouslly block scoped variable was not renamed.
mhegazy Apr 7, 2016
68a9615
invalid output in both cases, picking the latest
mhegazy Apr 7, 2016
8651647
Merge pull request #7899 from Microsoft/nestedBlockScopeBindings
vladima Apr 7, 2016
8c9de1d
Merge pull request #7906 from Microsoft/blockScopedNamesForClasses
vladima Apr 7, 2016
fe51216
Do not emit rest param if not the last.
mhegazy Apr 7, 2016
27bd8e7
formatting
mhegazy Apr 7, 2016
17a062a
invalid export in blocks.
mhegazy Apr 7, 2016
af4e44a
`export=` in ES6 modules, accept latest
mhegazy Apr 7, 2016
469e811
use dots in all number accesses
mhegazy Apr 7, 2016
a2876aa
Remove empty comma expressions
mhegazy Apr 7, 2016
fd23fea
better output for **= operator
mhegazy Apr 7, 2016
1561fe4
accept extra parens
mhegazy Apr 7, 2016
45cd93c
Enums with numeric names not emitted as string
mhegazy Apr 7, 2016
b9c37dc
Merge branch 'transforms' into acceptBaselines
mhegazy Apr 7, 2016
20e64d7
Accept baselines for invalid module +target combination. Closes #7876
mhegazy Apr 7, 2016
7d438a0
Merge pull request #7897 from Microsoft/shebangLine
DanielRosenwasser Apr 7, 2016
e439abf
Merge pull request #7915 from Microsoft/emitImportsAsConst
DanielRosenwasser Apr 7, 2016
2ef5bcb
Merge pull request #7917 from Microsoft/acceptBaselines
mhegazy Apr 7, 2016
2f73857
Merge pull request #7907 from Microsoft/extraFrom
DanielRosenwasser Apr 7, 2016
4ead44d
Revert to old emit for metadata. Also adds baselines support for tran…
rbuckton Apr 7, 2016
c9c6e5a
Merge pull request #7916 from Microsoft/transforms-fixClassNamesAndAu…
rbuckton Apr 7, 2016
42351a8
Export the respective let binding when a decorated class is exported.
DanielRosenwasser Apr 7, 2016
1317d23
Merge pull request #7902 from Microsoft/blockScopedBindingsInForOf
vladima Apr 7, 2016
0e0182c
emit unqualified enum members as qualified
vladima Apr 7, 2016
e592304
Fix #7922: Only bundle if module==AMD or module==System
mhegazy Apr 7, 2016
2abc736
Ensure that the entire contents of the prologue are simply 'use strict'.
DanielRosenwasser Apr 7, 2016
c57e54e
Added test.
DanielRosenwasser Apr 7, 2016
3a35aa3
Accepted baselines.
DanielRosenwasser Apr 7, 2016
1e18618
Ensure that the entire contents are simply 'use strict'.
DanielRosenwasser Apr 7, 2016
cfb9001
Accepted baselines.
DanielRosenwasser Apr 7, 2016
843f229
Merge pull request #7923 from Microsoft/Fix7922
mhegazy Apr 7, 2016
6076475
emit missing initializers for shorthand property assignments
vladima Apr 7, 2016
1906c9c
Merge pull request #7935 from Microsoft/shorthandPropertyInitializer
vladima Apr 7, 2016
9b8436c
Merge pull request #7919 from Microsoft/transforms-fix7878
rbuckton Apr 7, 2016
5c6009c
Merge pull request #7921 from Microsoft/unqualifiedEnumMembers
vladima Apr 7, 2016
9d2f0b3
Emits class name with comments.
rbuckton Apr 7, 2016
4446727
Merge pull request #7925 from Microsoft/correctStrictPrologueCheckToT…
DanielRosenwasser Apr 7, 2016
ff0b349
Merge pull request #7920 from Microsoft/exportWhenClassIsDecorated
DanielRosenwasser Apr 7, 2016
cc0cb58
elide unused imports in ES6 emit
vladima Apr 7, 2016
cbc2452
Changed getDeclarationName to allow comments if requested
rbuckton Apr 7, 2016
586404b
record temp variable introduced in spread calls
vladima Apr 7, 2016
aad3fc5
Merge pull request #7941 from Microsoft/unusedImportsES6
vladima Apr 7, 2016
3507ed0
Fixes issues that were causing runtests-browser to fail
rbuckton Apr 7, 2016
2901425
remove trailing commas
mhegazy Apr 7, 2016
68170df
Add a source mapping to the closing `}` for functions, and wire in po…
mhegazy Apr 7, 2016
2413e5e
Merge pull request #7944 from Microsoft/recordTempVariables
vladima Apr 7, 2016
018a0d1
Adds IO mappings for tryEnableSourceMapsForHost
rbuckton Apr 7, 2016
49d3ed5
Merge branch 'transforms' into sourceMapUpdatesForClasses
mhegazy Apr 8, 2016
774d961
Merge pull request #7946 from Microsoft/transforms-dontBreakRunTestsB…
rbuckton Apr 8, 2016
1aa6992
Makes transforms the default
rbuckton Apr 8, 2016
86c45fb
Merge pull request #7948 from Microsoft/transforms-onByDefault
rbuckton Apr 8, 2016
f61e122
Merge pull request #7940 from Microsoft/transforms-fix7914
rbuckton Apr 8, 2016
dc30aa3
Fixes detached comment emit for constructors
rbuckton Apr 8, 2016
8db3ce2
Merge pull request #7951 from Microsoft/transforms-fix7896
rbuckton Apr 8, 2016
1696446
Fixes comment emit for super property call
rbuckton Apr 8, 2016
c621a9e
Merge pull request #7965 from Microsoft/transforms-fix7886
rbuckton Apr 8, 2016
381c026
Accept correct baseline (#7967)
yuit Apr 8, 2016
6f766c2
Correct destructuring assignment to empty object
sandersn Apr 8, 2016
43051ea
emit export star only if export will yield anything with value side
vladima Apr 8, 2016
a282468
Only emit rest param code for identifiers.
sandersn Apr 8, 2016
61fffb3
Merge pull request #7976 from Microsoft/transforms-skip-destructured-…
sandersn Apr 8, 2016
8b506c7
Cleans up a few things and fixes #7868.
rbuckton Apr 8, 2016
2d3e943
JS style changes
mhegazy Apr 8, 2016
02d07a1
Make project tests run in the server
mhegazy Apr 8, 2016
f3c8614
Fix for https://github.com/Microsoft/TypeScript/issues/4697, do not s…
mhegazy Apr 8, 2016
42fbe82
Disable sourcemap text tests for now to limit noise
mhegazy Apr 9, 2016
c0a89aa
handle export default
vladima Apr 9, 2016
36f9a7e
Merge pull request #7979 from Microsoft/projectTestsUpdate
DanielRosenwasser Apr 9, 2016
fab09b0
Update baselines (#7981)
yuit Apr 9, 2016
1e49a57
Merge pull request #7972 from Microsoft/exportStarOfNonValues
vladima Apr 9, 2016
a27b4d0
[Transform]: fix emit __extends within system.registry (#7973)
yuit Apr 11, 2016
2cb7401
Do not emit ES6 import/export inside namespaces
sandersn Apr 11, 2016
221c0f3
Update es5 module internal imports test and related baselines
sandersn Apr 12, 2016
83334fa
fix emit for super calls that has preceding prologue directives
vladima Apr 12, 2016
2578409
Merge branch 'transforms' into fix-transforms-empty-destructuring-ass…
sandersn Apr 12, 2016
e667081
Remove parentheses and accept baselines
sandersn Apr 12, 2016
5e308b9
Fix the AV when accessing edge on IE debugger
sheetalkamat Apr 12, 2016
5cd5976
Emit module names when --out is specified for system and amd modules
mhegazy Apr 12, 2016
219f1b0
Fix the name when synthesized node is clone of auto generate identifi…
sheetalkamat Apr 12, 2016
286d907
don't generate temp variables for computed property names in enums
vladima Apr 12, 2016
349ced2
Do not emit "from" if import clause is missing in import declaration
sheetalkamat Apr 12, 2016
ab49eb9
Merge pull request #7970 from Microsoft/fix-transforms-empty-destruct…
sandersn Apr 12, 2016
80fab7c
elide exports with no value side
vladima Apr 12, 2016
329a9fb
Merge pull request #8040 from Microsoft/transforms-es6ImportWithoutCl…
sheetalkamat Apr 12, 2016
9547d0d
Move helpers to factory.ts
mhegazy Apr 12, 2016
3f3a61b
Use double quotes consistently for module names
mhegazy Apr 12, 2016
7c3df5a
Accept baseline: use strict in an empty module
mhegazy Apr 12, 2016
7077003
Accept baselines: syntactically invalid input
mhegazy Apr 12, 2016
05dc168
Accept baseline: Static properties after export
mhegazy Apr 12, 2016
b3878a8
Accept baselines: using dots consistenlly for numeric literals
mhegazy Apr 12, 2016
6a39c30
Accept baselines: output formatting changes
mhegazy Apr 12, 2016
b9c311c
Accept baselines: extra parens
mhegazy Apr 12, 2016
00a4aab
Accept baselines: better comment output
mhegazy Apr 12, 2016
bc29c55
Accept baselines
mhegazy Apr 12, 2016
4464940
PR feedback
rbuckton Apr 13, 2016
a96c584
Commend rewording per PR feedback
sheetalkamat Apr 13, 2016
9899cda
PR Feedback, also removes cloneEntityName.
rbuckton Apr 13, 2016
f1ec827
Merge pull request #7977 from Microsoft/transforms-fix7868
rbuckton Apr 13, 2016
bdb7640
Return undefined instead of createNotEmittedStatement
sandersn Apr 13, 2016
7b07d3c
Fix the trailing comment emit for module declaration
sheetalkamat Apr 13, 2016
27adb8c
Fix the trailing comments for enum declaration
sheetalkamat Apr 13, 2016
cf859be
Review comments
mhegazy Apr 13, 2016
34ad57a
Merge pull request #8027 from Microsoft/transforms-skip-es6-imports-i…
sandersn Apr 13, 2016
47e9ee5
Remove commas from nodeEdgeTraversalMap manually for now
mhegazy Apr 13, 2016
9d73220
Merge pull request #8065 from Microsoft/removeCommas
mhegazy Apr 13, 2016
5f66c87
Merge branch 'transforms' into moduleNameInOutput
mhegazy Apr 13, 2016
6cea256
Merge pull request #8049 from Microsoft/moduleNameInOutput
mhegazy Apr 13, 2016
a721a22
Set LocalName flag for exported local then skip it
sandersn Apr 13, 2016
5ea6585
Revert changes from 5e308b9
sheetalkamat Apr 13, 2016
012d111
Merge pull request #8034 from Microsoft/enumsComputedPropertyNames
vladima Apr 13, 2016
936ee66
Merge remote-tracking branch 'origin/transforms' into fixLocationOfSu…
vladima Apr 13, 2016
2e47f22
Set the end position of variable statement as -1 so the trailing comm…
sheetalkamat Apr 13, 2016
5458826
Merge pull request #8035 from Microsoft/defaultClassName
sheetalkamat Apr 13, 2016
da72357
Merge pull request #8068 from Microsoft/transform-function-and-import…
sandersn Apr 13, 2016
9c545c6
switch to use addPrologueDirectives function
vladima Apr 13, 2016
f4066e5
[Transforms] updatebaseline (#8067)
yuit Apr 13, 2016
3de310a
emit 'export *' for es6 only if module exports some value
vladima Apr 13, 2016
aff6698
Merge pull request #8044 from Microsoft/elideNoValueExports
vladima Apr 13, 2016
02c8315
Merge pull request #8064 from Microsoft/trailingModuleComments
sheetalkamat Apr 13, 2016
8fa44c3
Capture `this` in computed property names in arrow functions
sandersn Apr 13, 2016
7bb3a5a
Fix case of mocha TAP -> tap
sandersn Apr 13, 2016
e5e8c6b
Add explanatory comment when adding ContainsLexicalThisInComputedProp…
sandersn Apr 13, 2016
86d7425
Merge pull request #8070 from Microsoft/transforms-lowercase-mocha-tap
sandersn Apr 14, 2016
2c95ea9
[Transforms] fix Not correctly emitting local name for exported class…
yuit Apr 14, 2016
c21ff64
[Transforms] fix8038 and 8047 (#8071)
yuit Apr 14, 2016
d56ac44
[Transforms] fix `_this = this` capture emitted before `"use strict"`…
yuit Apr 14, 2016
0d5bf0e
Improve comment explaining ContainsLexicalThisInComputedPropertyName
sandersn Apr 14, 2016
f13753d
Merge pull request #8069 from Microsoft/transforms-capture-this-in-co…
sandersn Apr 14, 2016
0b89090
Add calls to unescapeIdentifier for destructured identifiers
sandersn Apr 14, 2016
cefe39c
Merge pull request #8092 from Microsoft/transforms-unescape-destructu…
sandersn Apr 14, 2016
c735c36
Merge branch 'transforms' into sourceMapUpdatesForClasses
rbuckton Apr 14, 2016
1061656
Fix the incorrectly assigned arrow expression trailing comments
sheetalkamat Apr 14, 2016
e13a07e
Emit 'exports.foo' assignments for bindings that are exported in spec…
DanielRosenwasser Apr 14, 2016
482dfb6
Fixed emit for decorated classes that eventually get exported.
DanielRosenwasser Apr 14, 2016
bce1a06
Added an assertion to ensure export assignments for expression statem…
DanielRosenwasser Apr 14, 2016
1c06342
Merge pull request #8095 from Microsoft/transformArrowComments
sheetalkamat Apr 14, 2016
0409c24
Merge branch 'transforms' into exportTransforms
DanielRosenwasser Apr 14, 2016
6c7414b
Fix baseline as it appears in the master branch
sheetalkamat Apr 15, 2016
06bbe70
Merge branch 'transforms' into sourceMapUpdatesForClasses
rbuckton Apr 15, 2016
d2a7288
Merge branch 'master' into sourceMapUpdatesForClasses
rbuckton Apr 15, 2016
487be62
use existing 'isSuperCallExpression' function
vladima Apr 15, 2016
c997669
Merge pull request #8028 from Microsoft/fixLocationOfSuperCall
vladima Apr 15, 2016
3dd3401
Correct export assignments for when the variable declaration has an e…
DanielRosenwasser Apr 15, 2016
6225a5a
Addesses a number of comment/sourcemap related issues
rbuckton Apr 16, 2016
9cb431d
Accepts new baselines to fix #8076
rbuckton Apr 16, 2016
13fb37e
Merge branch 'transforms' into sourceMapUpdatesForClasses
rbuckton Apr 16, 2016
a6649b4
Merge pull request #8111 from Microsoft/fix_8098
sheetalkamat Apr 16, 2016
645ab2f
Accept project test baselines when --out is specified with commonjs a…
sheetalkamat Apr 18, 2016
97aa608
Update baselines: remove parenthesis around comma expression in for l…
Apr 18, 2016
bd76112
Merge pull request #7950 from Microsoft/sourceMapUpdatesForClasses
rbuckton Apr 18, 2016
3c3e081
Fix source maps for rest params, class properties, parameter properti…
rbuckton Apr 18, 2016
b8bff78
Merge pull request #8153 from Microsoft/transforms_updatebaselines
mhegazy Apr 18, 2016
b0d62b2
Merge pull request #8151 from Microsoft/projectTests
mhegazy Apr 18, 2016
834a5eb
Merge pull request #8115 from Microsoft/transforms-fix8076
mhegazy Apr 18, 2016
4e106d7
References decorated classes in static functions using rename entity …
yuit Apr 18, 2016
f8ab1a5
Merge branch 'master' into transforms
sandersn Apr 18, 2016
c6d8712
Update baselines
mhegazy Apr 18, 2016
8cf32b5
Merge pull request #8158 from Microsoft/updateBaselines2
mhegazy Apr 18, 2016
feeaa7a
Fixes source map emit for namespaces
rbuckton Apr 18, 2016
ef0d4f3
Cleanup and accepting some baselines.
rbuckton Apr 18, 2016
6defac7
Update baselines after merge
sandersn Apr 19, 2016
538f449
Merge pull request #8160 from Microsoft/transforms-april-merge-from-m…
sandersn Apr 19, 2016
d1f9ffe
Assign the node to expression statement of variable so that it emits …
sheetalkamat Apr 19, 2016
3933be0
Adjusts some source map locations. Updates baselines.
rbuckton Apr 19, 2016
92068db
Use the '__assign' helper in transforms.
DanielRosenwasser Apr 19, 2016
361c661
Updated appropriate baselines.
DanielRosenwasser Apr 19, 2016
fde2ae5
Merge pull request #8192 from Microsoft/assignTransforms
DanielRosenwasser Apr 19, 2016
bad577b
Skip emit of this parameters
sandersn Apr 19, 2016
7761ef7
Merge pull request #8187 from Microsoft/maintainCommentsVariableState…
sheetalkamat Apr 19, 2016
74557b6
Addressed CR feedback (which fixed 'tests/cases/conformance/es6/modul…
DanielRosenwasser Apr 19, 2016
659446b
Merge branch 'transforms' into exportTransforms
DanielRosenwasser Apr 19, 2016
9797c9c
Mark 'this' parameters in the binder.
sandersn Apr 19, 2016
53d3e92
Fixes various source map emit issues
rbuckton Apr 20, 2016
b378ce1
Merge branch 'transforms' into transforms-fixVariousSourceMaps
rbuckton Apr 20, 2016
c454715
Merge pull request #8207 from Microsoft/transforms-fixVariousSourceMaps
rbuckton Apr 20, 2016
8954599
Fix debug failure in parser
rbuckton Apr 20, 2016
0d6ff81
Adds transforms for NonNullExpression
rbuckton Apr 20, 2016
de33689
Merge branch 'transforms' into transforms-fixDebugFailure
rbuckton Apr 20, 2016
bcdbfd7
[Transforms] fix8155 : Hoist exported enum in system output (#8177)
yuit Apr 20, 2016
c55de35
Address PR comments
sandersn Apr 20, 2016
936b006
Merge pull request #8197 from Microsoft/transforms-skip-emit
sandersn Apr 20, 2016
89873d4
Remove temperary file (#8221)
yuit Apr 20, 2016
76dd208
Report error if user specified --out and we are defaulting to commonj…
sheetalkamat Apr 20, 2016
11cd54a
Change the tests for typereference directive tests 11 and 12 to use m…
sheetalkamat Apr 20, 2016
1814569
Test case when --out is specified for compiling module but --module i…
sheetalkamat Apr 20, 2016
dfb0f68
Adding testcase for function with rest param defined in jsDoc comment
sheetalkamat Apr 19, 2016
1bccef7
Do not transform the emit of function with rest parameter unless decl…
sheetalkamat Apr 19, 2016
9bc6de3
Merge branch 'transforms' into exportTransforms
DanielRosenwasser Apr 20, 2016
e645de3
Merge pull request #8100 from Microsoft/exportTransforms
DanielRosenwasser Apr 20, 2016
2940a3f
Merge pull request #8208 from Microsoft/transforms-fixDebugFailure
mhegazy Apr 20, 2016
a86188c
Merge pull request #8226 from Microsoft/transformPort8201
sheetalkamat Apr 20, 2016
3667b30
Merge pull request #8223 from Microsoft/typeReferenceDirectives
sheetalkamat Apr 20, 2016
60d4d0a
Fixes issues with emit for ShorthandPropertyAssignments and exported …
rbuckton Apr 20, 2016
4119a3f
[Transforms] Fix emit comment in synthesized function expression (#8234)
yuit Apr 21, 2016
5481259
[Transforms] Fix 8157 (#8242)
yuit Apr 22, 2016
0da185d
PR Feedback
rbuckton Apr 22, 2016
43914ff
Merge pull request #8233 from Microsoft/transforms-fixShortHandProper…
rbuckton Apr 22, 2016
a61936b
Comments
mhegazy Apr 25, 2016
8ee8d8c
[Transforms] Add test from fixing 8256 into transforms branch (#8294)
yuit Apr 26, 2016
73fb8a0
Filter library text from RWC output (#8297)
yuit Apr 26, 2016
b98ab57
Error baselines
mhegazy Apr 26, 2016
d5aae8d
Merge branch 'transforms' into acceptTransformBaselines
mhegazy Apr 26, 2016
93916fa
Fix #8287: handel ImportEqualsDeclaration correctelly
mhegazy Apr 26, 2016
62de5af
Merge pull request #8313 from Microsoft/acceptTransformBaselines
mhegazy Apr 26, 2016
b4a3e40
Merge branch 'transforms' into Fix8287
mhegazy Apr 26, 2016
315edea
Fix missing calling of export helper function in decorated class-decl…
yuit Apr 26, 2016
5cdb78d
Merge pull request #8314 from Microsoft/Fix8287
mhegazy Apr 27, 2016
fef3e97
[Transforms] Fix emit comment in wrong position when transforms expor…
yuit Apr 27, 2016
695d92f
[Transforms] Remove the assertion as the assumption is not correct (#…
yuit May 2, 2016
295a45d
Add tests and Update baselines
May 11, 2016
02e1fa3
Fix incorrect emit of referring to container classExpression inside i…
May 13, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ tests/cases/perf/*
test-args.txt
~*.docx
tests/baselines/local/*
tests/baselines/local.old/*
tests/services/baselines/local/*
tests/baselines/prototyping/local/*
tests/baselines/rwc/*
tests/baselines/test262/*
tests/baselines/reference/projectOutput/*
tests/baselines/local/projectOutput/*
tests/baselines/reference/testresults.tap
tests/services/baselines/prototyping/local/*
tests/services/browser/typescriptServices.js
scripts/configureNightly.js
Expand Down
Loading