Commit Graph
100 Commits
Author SHA1 Message Date
Kanchalai Tanglertsampan 605bd1c4d6 Update baselines 2017-07-12 13:02:08 -07:00
Kanchalai Tanglertsampan 2e6a1371d8 Add test for export variable statement 2017-07-12 13:01:56 -07:00
Kanchalai Tanglertsampan 4ba3e109bd Transform class member of export class declaration 2017-07-12 13:01:22 -07:00
Kanchalai Tanglertsampan 0acd244895 Update tests 2017-07-12 11:42:21 -07:00
Kanchalai Tanglertsampan 7ae4ff3b3d Add tests and update baselines 2017-07-10 15:24:03 -07:00
Kanchalai Tanglertsampan e5f482d339 Treat both object and Object the same 2017-07-10 15:16:34 -07:00
Kanchalai Tanglertsampan f15909bfe0 Merge branch 'master' into master-16763 2017-07-10 13:13:35 -07:00
Kanchalai Tanglertsampan 1ac95c29e4 Add tests and update baselines 2017-07-07 15:53:55 -07:00
Kanchalai Tanglertsampan 7e395c2f88 import keyword a left-hand-side expression 2017-07-07 15:53:24 -07:00
Kanchalai Tanglertsampan 67faecc32c remove BOM 2017-06-30 11:52:00 -07:00
Kanchalai Tanglertsampan 2e13c3a7a6 Update RWC runner 2017-06-29 16:55:46 -07:00
Kanchalai Tanglertsampan 0ffbb75503 check error early and return null to indicate that everything is going well 2017-06-29 16:53:37 -07:00
Kanchalai Tanglertsampan d0bb6e1e8a Update symbols baselines from re-ordering of the signatures 2017-06-22 13:45:14 -07:00
Kanchalai Tanglertsampan 77d69c8c1d Add tests and update baselines 2017-06-22 11:56:49 -07:00
Kanchalai Tanglertsampan feefd520b6 Reorder promise.all signatures 2017-06-22 11:51:00 -07:00
Kanchalai Tanglertsampan 8038300380 Add tests 2017-06-19 16:18:42 -07:00
Yui T ef3e7e6ab5 Add semi-colon 2017-06-16 11:12:31 -07:00
Yui T 4b21358582 Merge branch 'master' into fixRunParallel 2017-06-16 11:09:34 -07:00
Yui T e9bbe866f5 Address comment: fix comment 2017-06-16 11:09:18 -07:00
Kanchalai Tanglertsampan f82c45eb98 Address PR 2017-06-15 13:40:57 -07:00
Yui T a92b549336 Set the structureReused to be safemoudles when dynamic import change 2017-06-14 21:50:12 -07:00
Yui T f66ad03459 Add tests 2017-06-14 21:41:19 -07:00
Yui T 1636fbc966 Wip-fix incremental parsing 2017-06-14 17:13:35 -07:00
Kanchalai Tanglertsampan 9df2931aa3 Add tests and update baselines 2017-06-13 15:24:05 -07:00
Kanchalai Tanglertsampan 3062d36463 Add "undefined" as return type 2017-06-13 15:20:52 -07:00
Kanchalai Tanglertsampan d392f1edab Remove unnecessary get type from JSDoc comment 2017-06-13 14:09:16 -07:00
Kanchalai Tanglertsampan 7dae8f73dd Merge branch 'master' into master-fix13306 2017-06-13 11:41:48 -07:00
Kanchalai Tanglertsampan 9ecaa3d74a just update issue template 2017-06-13 11:34:53 -07:00
Kanchalai Tanglertsampan da52bad4b8 Address PR 2017-06-13 10:03:43 -07:00
Yui T f765233e07 Update baseline 2017-06-09 18:34:21 -07:00
Kanchalai Tanglertsampan ff28bfa4aa Add fourslash rename, find-all-reference on imported property 2017-06-09 10:40:52 -07:00
Kanchalai Tanglertsampan 2e55b6ae16 Implement LS on string-literal of dynamic import 2017-06-09 10:01:17 -07:00
Kanchalai Tanglertsampan 7d2d35d0bf Include dynamic import during pre-processing needed by VS 2017-06-08 14:31:44 -07:00
Kanchalai Tanglertsampan 963a500c8e Add incremental tests 2017-06-08 14:31:23 -07:00
Kanchalai Tanglertsampan 7121891921 Remove unneccessary debug.fail as by defualt we will add commonJS module transformation step 2017-06-08 14:31:11 -07:00
Kanchalai Tanglertsampan 58aa0f3f76 Copy PossiblyContainDynamicImport from old source file to new one 2017-06-08 14:30:56 -07:00
Kanchalai Tanglertsampan f476ecec07 Wip-report error when sof happen while running in parallel 2017-06-05 20:23:23 -07:00
Yui T fe4fec5220 Fix breaking tests 2017-06-05 17:23:33 -07:00
Yui T b9017795a0 Revert "Revert "[Master] wip-dynamic import" (#16264)"
This reverts commit ccc60c8b3b.
2017-06-05 17:16:29 -07:00
Kanchalai Tanglertsampan 0f489b8208 random commit 2017-06-05 13:39:04 -07:00
Yui T 1729ea8609 Update command line 2017-06-04 21:18:52 -07:00
Yui T 7d64ec94a0 Update baselines from moving out of es2018 2017-06-04 21:18:42 -07:00
Yui T 75aa4bdbcc Rename test file with ES2018 to ESNext 2017-06-04 21:08:05 -07:00
Yui T 3118afe9bc Remove ES2018 folder 2017-06-04 20:32:12 -07:00
Yui T e386d65ed6 Use ESNext instead of ES2018 2017-06-04 19:58:24 -07:00
Yui T c2056c0579 Address minor error messages 2017-06-02 16:13:32 -07:00
Yui T 4733f0dcb3 Fix linting 2017-06-02 09:21:15 -07:00
Yui T 9203f952ed Update name change of isSpreadExpression 2017-06-02 09:16:17 -07:00
Yui T 2f476bf22f Merge branch 'master' into master-dynamicImport 2017-06-02 09:10:20 -07:00
Yui T 769f6adf29 Update baselines 2017-06-02 06:56:18 -07:00
Yui T d9e2033dfc Address PR: remove __resolved when emit for commonJs and just do Promise.resolve().then(...) 2017-06-01 23:26:40 -07:00
Yui T e6d7327c3f Address PR: error message, fix capitalization, only allow functionLikeDeclaration and ImportCall for create Promise, use fall through comment 2017-06-01 23:21:59 -07:00
Yui T 72ba23c650 Address PR: change order of grammar check 2017-06-01 23:11:43 -07:00
Yui T a02edb1cd0 Address PR: don't early exit when there are grammar errors 2017-06-01 22:33:39 -07:00
Kanchalai Tanglertsampan 1daff75d46 Update tests/baselines 2017-05-31 13:13:25 -07:00
Yui T 558cb2e2fa Add tests 2017-05-31 12:15:50 -07:00
Yui T 8a28e15146 Get jsDoctype for property assignment 2017-05-31 12:05:31 -07:00
Yui T 4fcccc8eb2 Merge branch 'master' into master-refactorJsDocTest 2017-05-31 09:48:36 -07:00
Kanchalai Tanglertsampan 7815ccff1c Merge branch 'master' into master-refactorJsDocTest 2017-05-30 13:47:53 -07:00
Kanchalai Tanglertsampan 1459395c99 Update fail symbol baselines 2017-05-30 13:47:36 -07:00
Kanchalai Tanglertsampan d7c33713e4 Merge branch 'master' into master-refactorJsDocTest 2017-05-30 08:38:08 -07:00
Kanchalai Tanglertsampan 27078f995e Merge branch 'master' into master-fix16092 2017-05-30 08:25:53 -07:00
Yui T 1e8edcbad4 remove whitespace 2017-05-29 21:55:55 -07:00
Yui T d35e538123 Add fourslash tests 2017-05-29 21:48:43 -07:00
Yui T 5c7c113203 Update tests and baselines 2017-05-29 21:48:34 -07:00
Yui T 10eae61aca Handle "object" as "Object" in JSDoc type expression 2017-05-29 21:47:39 -07:00
Yui T 0ead501c86 Update tests and baselines 2017-05-29 20:37:15 -07:00
Yui T 4838eff2d7 "function" without followed by "(" should be considered as Global function type 2017-05-29 20:37:01 -07:00
Yui T 227198fae1 Add tests and update baselines 2017-05-27 19:11:08 -07:00
Yui T fe838bab2d Parse ts-style property tag 2017-05-27 19:10:53 -07:00
Yui T 9c102461d9 Rename parameterName to name 2017-05-26 19:08:08 -07:00
Yui T e82e73753d Update baselines 2017-05-26 11:21:06 -07:00
Yui T 0cbfc79ca7 Rename test files to be more consistent and move them into jsdoc folder 2017-05-26 11:20:57 -07:00
Yui T 8ae2fbadd0 Add tests and baselines 2017-05-25 22:35:15 -07:00
Yui T d68038ad28 Support bracket for optional property 2017-05-25 22:34:48 -07:00
Yui T 23be471def Fix linting 2017-05-25 21:52:23 -07:00
Yui T 4f791040fc Add tests and baselines 2017-05-25 20:16:52 -07:00
Yui T cabe4d3606 Address PR 2017-05-25 19:49:04 -07:00
Kanchalai Tanglertsampan 348fc7e51e Take into account optional property in parameter 2017-05-24 16:37:02 -07:00
Kanchalai Tanglertsampan faab927c8d Merge branch 'master' into master-dynamicImport
# Conflicts:
#	src/compiler/checker.ts
#	src/compiler/emitter.ts
#	src/compiler/parser.ts
#	src/compiler/transformers/module/module.ts
#	src/compiler/transformers/module/system.ts
2017-05-24 11:26:06 -07:00
Kanchalai Tanglertsampan a2ba649ddd Fix emit duplicate comment 2017-05-24 10:54:08 -07:00
Kanchalai Tanglertsampan bd422e3a52 Add tests and update baselines 2017-05-23 16:11:23 -07:00
Kanchalai Tanglertsampan 72e6678804 Update baselines 2017-05-23 16:11:13 -07:00
Kanchalai Tanglertsampan 3d9a1babf7 Return "Function for JSDocType {Function} 2017-05-23 16:10:56 -07:00
Kanchalai Tanglertsampan b40bc0c019 Add type alias for TypeReferenceType and convert to use JSDoc 2017-05-23 14:31:37 -07:00
Yui T 8907c70a86 Address PR 2017-05-12 11:54:23 -07:00
Yui T 8d09085800 Add more tests and update baselines 2017-05-11 22:40:34 -07:00
Yui T 84f419b533 getApparentType of the propsType 2017-05-11 22:40:21 -07:00
Kanchalai Tanglertsampan 705771d874 Update baselines 2017-05-11 16:31:40 -07:00
Kanchalai Tanglertsampan bce7ddb5c5 Add tests and update lib tests file 2017-05-11 16:30:56 -07:00
Kanchalai Tanglertsampan 181ff86150 getApparentType for each constituent of props type of the targetAttributesType 2017-05-11 16:30:43 -07:00
Yui T 3b676f4308 Fix linting error 2017-05-08 15:35:26 -07:00
Yui T 36ef849209 Update baaselines 2017-05-08 15:35:17 -07:00
Kanchalai Tanglertsampan d17450bbbd Update tests and baselines 2017-05-08 13:35:09 -07:00
Kanchalai Tanglertsampan bb1125a2b6 Do not error when spread generic type 2017-05-08 13:31:44 -07:00
Kanchalai Tanglertsampan 1e32b1097c Update baselines 2017-05-08 09:46:54 -07:00
Kanchalai Tanglertsampan 2c5117b2d9 Refactor "isKnownProperty" to be use outside of checkTypeScriptAssignable as JSX do excess property after 2017-05-08 09:46:46 -07:00
Yui T 788b2a3dd7 Wip - remove freshness flag from jsx attributes 2017-05-05 16:36:02 -07:00
Yui T d94d490647 Updates tests and baselines 2017-05-05 10:05:50 -07:00
Yui T 5b972b44ff Add tests and baselines 2017-05-05 08:47:52 -07:00