Commit Graph

  • e526f74dfd refactor(compiler): create a new root BindingScope for each template (#36362) Pete Bacon Darwin 2020-04-01 10:02:26 +01:00
  • 9e78f55c32 style: typescript lint fix (#36531) Greg Magolan 2020-04-08 17:37:04 -07:00
  • f1731d807e Revert "refactor(bazel): use runfiles helper in ts-api-guardian (#36471)" (#36531) Greg Magolan 2020-04-08 17:25:54 -07:00
  • 92c4f3d508 refactor(bazel): use runfiles helper in ts-api-guardian (#36471) Greg Magolan 2020-04-06 21:32:44 -07:00
  • e92fce1c27 fix(language-service): remove circular dependency instance (#36463) Joey Perrott 2020-04-06 14:45:13 -07:00
  • 83a9159063 style(compiler): reformat of codebase with new clang-format version (#36520) Alex Rickabaugh 2020-04-08 10:14:18 -07:00
  • 0a69a2832b style(compiler-cli): reformat of codebase with new clang-format version (#36520) Alex Rickabaugh 2020-04-07 12:43:43 -07:00
  • 717df13207 fix(ngcc): do not warn if paths mapping does not exist (#36525) Pete Bacon Darwin 2020-04-08 19:34:19 +01:00
  • b40b5576df release: cut the v10.0.0-next.1 release Kara Erickson 2020-04-08 12:28:12 -07:00
  • 03f2f1ae47 build(bazel): fix runfiles resolve in karma-saucelabs.js after $location => $rootpath cleanup (#36511) Greg Magolan 2020-04-08 08:28:03 -07:00
  • a8978ebf8e build: ts-circular-deps tool should normalize golden (#36505) Paul Gschwendtner 2020-04-08 14:50:10 +02:00
  • 7d7b59efa5 docs: update the Support policy and schedule (#35390) Sachin Grover 2020-02-12 23:16:59 +05:30
  • 4cf89d4bd7 docs: replace browserslist with .browserslistrc (#36504) Alan Agius 2020-04-08 11:07:58 +02:00
  • d47b318fee build: remove fullTemplateTypeCheck from aio tsconfig (#36502) Alan Agius 2020-04-08 13:36:07 +02:00
  • e485236502 test(language-service): Inline test cases in parsing-cases.ts (#36495) Keen Yee Liau 2020-04-07 14:58:39 -07:00
  • 41667de778 fix(zone.js): add issue numbers of @types/jasmine to the test cases (#34625) JiaLiPassion 2020-03-31 00:22:25 +09:00
  • ef4736d052 build: update jasmine to 3.5 (#34625) JiaLiPassion 2020-01-03 14:28:06 +09:00
  • db4a448439 release: cut the v10.0.0-next.0 release Kara Erickson 2020-04-08 11:08:01 -07:00
  • 7549c65502 build: update matching regex for bazel stamping (#36523) Joey Perrott 2020-04-08 10:38:51 -07:00
  • 1034acb0cf 删除多余的英文 sphawkcn 2020-04-08 16:49:04 +08:00
  • 1beccc1a6c docs: release notes for the v9.1.1 release Kara Erickson 2020-04-07 16:37:55 -07:00
  • 0075017b43 docs: update reactive forms page (#35969) Judy Bogart 2020-03-04 16:40:56 -08:00
  • 4374931b0e fix(zone.js): zone.js patch jest should handle done correctly (#36022) JiaLiPassion 2020-03-12 01:41:19 +09:00
  • 64022f51d4 fix(compiler): resolve enum values in binary operations (#36461) JoostK 2020-04-06 22:33:38 +02:00
  • f9f6e2e1b3 style(compiler): reformat partial evaluator source tree (#36461) JoostK 2020-04-06 21:47:40 +02:00
  • aecf9de738 fix(ngcc): correctly identify relative Windows-style import paths (#36372) George Kalpakas 2020-04-01 17:31:04 +03:00
  • 81195a238b fix(language-service): use the HtmlAst to get the span of HTML tag (#36371) ivanwonder 2020-04-01 21:29:01 +08:00
  • 96a3de6364 style(docs-infra): removed extra , from _resources.scss file (#35935) Ajit Singh 2020-03-08 20:15:42 +05:30
  • 00027130ea fix(docs-infra): fix resources page tabs text which is not visible on small screens (#35935) Ajit Singh 2020-03-08 16:36:37 +05:30
  • 4a18428de6 docs(forms): Remove unnecessary repeating periods (#36474) PR Close #36474 Stanislav Usov 2020-04-07 11:23:21 +03:00
  • 7f28845f58 test(language-service): remove ng-for-cases.ts (#36470) Keen Yee Liau 2020-04-06 20:04:56 -07:00
  • 1dd0b6cc18 test(language-service): remove ng-if-cases.ts (#36470) Keen Yee Liau 2020-04-06 19:47:29 -07:00
  • e0415dbf16 fix(router): state data missing in routerLink (#36462) Andrew Scott 2020-04-06 13:39:33 -07:00
  • 95fc3d4c5c fix(core): ngOnDestroy on multi providers called with incorrect context (#35840) crisbeto 2020-03-03 21:05:26 +01:00
  • e145fa13b1 test(language-service): delete expression-cases.ts (#36468) Keen Yee Liau 2020-04-06 16:14:09 -07:00
  • 5fa7b8ba56 fix(ngcc): detect non-emitted, non-imported TypeScript helpers (#36418) George Kalpakas 2020-04-07 19:14:57 +03:00
  • 2c7d366c82 refactor(language-service): provide service for attribute binding type (#36301) Ayaz Hafiz 2020-03-28 23:26:51 -07:00
  • 2dd6f25647 ci: manually set available resources for bazel on windows CI (#36458) Joey Perrott 2020-04-06 12:15:05 -07:00
  • d2623f13d9 style(zone.js): fix lint errors after clang update (#36487) Andrew Kushnir 2020-04-07 09:59:25 -07:00
  • 7d0af179e3 style(forms): reformat of the forms package after clang update (#36466) Andrew Kushnir 2020-04-06 15:44:00 -07:00
  • 416c786774 fix(zone.js): should not try to patch fetch if it is not writable (#36311) JiaLiPassion 2020-03-30 09:14:02 +09:00
  • 93302b7fb8 build: update to latest version of husky (#36459) Joey Perrott 2020-04-06 13:21:00 -07:00
  • eb8c6c7eff test(language-service): Move pipe tests to TEST_TEMPLATE (#36407) Keen Yee Liau 2020-04-02 21:48:16 -07:00
  • 8660806ddc build(docs-infra): renamed e2e property of example-config.json to tests (#36143) George Kalpakas 2020-03-23 17:31:56 +02:00
  • 4c5e085c93 build(docs-infra): update docs examples package.json templates wrt core-js (#36143) George Kalpakas 2020-03-23 17:31:56 +02:00
  • d707124fd9 test(docs-infra): fix unit tests and run them for specific docs examples on CI (#36143) George Kalpakas 2020-03-23 17:31:55 +02:00
  • aece3669e5 build(docs-infra): switch docs examples to Ivy (#36143) George Kalpakas 2020-04-06 22:57:58 +03:00
  • 09c84169d5 docs: fix broken guide link (tutorial/index --> tutorial) (#36453) Priyash Patil 2020-04-06 22:54:44 +03:00
  • d43c30688a fix(core): avoid migration error when non-existent symbol is imported (#36367) Paul Gschwendtner 2020-04-02 11:01:43 +02:00
  • ee70a18a75 fix(ngcc): don't crash on cyclic source-map references (#36452) Pete Bacon Darwin 2020-04-06 13:41:41 +01:00
  • 76a8cd57ae fix(ngcc): add process title (#36448) Alan Agius 2020-04-06 10:43:47 +02:00
  • 4c7f89ff6d ci: exclude ngcc directory from fw-compiler pull-approve rule (#35933) Pete Bacon Darwin 2020-03-07 16:23:11 +00:00
  • f9fb8338f5 fix(ngcc): support ignoring deep-imports via package config (#36423) Pete Bacon Darwin 2020-04-03 22:00:51 +01:00
  • 6b3aa60446 fix(ngcc): support simple browser property in entry-points (#36396) Pete Bacon Darwin 2020-04-02 16:47:17 +01:00
  • 2463548fa7 fix(ngcc): sniff main property for ESM5 format (#36396) Pete Bacon Darwin 2020-04-02 11:03:11 +01:00
  • 1140bbc25c refactor(language-service): reformat using clang-format (#36426) Keen Yee Liau 2020-04-03 20:57:39 -07:00
  • 1b4df6484e docs: add missing command in WebWorker guide (#36397) George Kalpakas 2020-04-02 19:47:02 +03:00
  • f40d51733a fix(dev-infra): use commit message validation from @angular/dev-infra-private (#36172) Joey Perrott 2020-03-20 12:24:12 -07:00
  • e893c5a330 fix(compiler-cli): pass real source spans where they are empty (#31805) Ayaz Hafiz 2019-07-23 12:32:14 -07:00
  • 8be8466a00 style(ngcc): reformat of ngcc after clang update (#36447) Pete Bacon Darwin 2020-04-06 08:30:08 +01:00
  • c8bef1259c docs: adding Doguhan Uluca as GDE resource (#34789) Doguhan Uluca 2020-01-15 13:03:24 -05:00
  • 568e9df1d6 fix(router): allow UrlMatcher to return null (#36402) Mikel Ward 2020-02-13 13:34:02 -08:00
  • a555fdba32 build: update pullapprove config to better handle global approvals (#36384) Joey Perrott 2020-03-30 08:25:39 -07:00
  • 36535e9abd fix(dev-infra): correct pullapprove global approval regex (#36384) Joey Perrott 2020-04-01 15:08:25 -07:00
  • 6402a9ae2a build: rebuild yarn lock from scratch (#36377) Joey Perrott 2020-03-24 10:20:28 -07:00
  • ca25c957bf fix(ngcc): correctly detect imported TypeScript helpers (#36284) George Kalpakas 2020-04-03 16:37:46 +03:00
  • 93f07aee6c test(ngcc): use DelegatingReflectionHost for testing NgccReflectionHosts (#36284) George Kalpakas 2020-04-03 16:37:45 +03:00
  • 0af6e9fcbb refactor(ngcc): move logic for identifying known declarations to method (#36284) George Kalpakas 2020-04-03 16:37:43 +03:00
  • 008e12edda fix(benchpress): fix typings in lview_debug.ts (#36236) Wagner Maciel 2020-03-23 12:58:52 -07:00
  • 1927d0c7db docs: place download section in angular forms to the top (#36075) Sonu Kapoor 2020-03-15 16:17:27 -04:00
  • 9a0a90feb3 docs: place download section in angular forms validation to the top of the page (#36074) Sonu Kapoor 2020-03-15 15:58:34 -04:00
  • 76d86d5a07 docs: place download section in angular pipes to the top (#36073) Sonu Kapoor 2020-03-15 13:29:33 -04:00
  • de7a9a3b93 docs: place download section to the top of the page (#36067) Sonu Kapoor 2020-03-14 15:10:15 -04:00
  • fc9c871d6e 笔误:商逻辑 => 程序逻辑 sphawkcn 2020-04-03 15:29:40 +08:00
  • 04f61c0c3e build: enable strictTemplates in AIO (#36391) Alan Agius 2020-04-02 13:51:31 +02:00
  • c810ac7153 build: sort module resolution warnings in ts-circular-deps tool (#36361) Paul Gschwendtner 2020-04-01 09:16:14 +02:00
  • c24ad560fa feat(core): undecorated-classes migration should handle derived abstract classes (#35339) Paul Gschwendtner 2020-02-14 18:59:29 +01:00
  • 3d2db5c5f0 test: add integration test for undecorated-classes-with-decorated-fields migration (#35339) Paul Gschwendtner 2020-02-11 18:03:13 +01:00
  • 32eafef6a7 fix(core): undecorated-classes-with-decorated-fields migration does not decorate derived classes (#35339) Paul Gschwendtner 2020-02-11 16:33:20 +01:00
  • 2366480250 refactor(core): move schematic import manager to shared utils (#35339) Paul Gschwendtner 2020-02-11 10:50:29 +01:00
  • 8e55a11283 refactor(core): move schematic base classes logic into shared utils (#35339) Paul Gschwendtner 2020-02-11 10:45:58 +01:00
  • e9de28111d build: enable service-worker tests on saucelabs (#36129) crisbeto 2020-03-19 17:52:11 +01:00
  • 75afd80ae8 refactor(compiler): add @nocollapse annotation using a synthetic comment (#35932) JoostK 2020-03-07 17:14:25 +01:00
  • a5eb0e56b6 docs(zone.js): fix typos and align formatting (#35907) Ferdinand Malcher 2020-03-06 13:39:16 +01:00
  • 4d458db1b5 docs: update and edit web-worker page (#36383) Judy Bogart 2020-03-11 10:14:10 -07:00
  • 24a92472bf ci: use dev-infra cli from local sources (#36326) Joey Perrott 2020-03-30 10:33:37 -07:00
  • 43006bcc45 feat(dev-infra): standard CLI commands using yargs (#36326) Joey Perrott 2020-03-26 10:45:09 -07:00
  • 326240eb91 fix(ngcc): allow ngcc configuration to match pre-release versions of packages (#36370) George Kalpakas 2020-04-01 16:16:02 +03:00
  • b59bc0e38c fix(platform-server): update xhr2 dependency (#36366) Alan Agius 2020-04-01 13:35:30 +02:00
  • 5516802142 fix(compiler): avoid undefined expressions in holey array (#36343) Keen Yee Liau 2020-03-30 22:35:29 -07:00
  • cc4b813e75 fix(ngcc): handle bad path mappings when finding entry-points (#36331) Pete Bacon Darwin 2020-03-30 21:32:04 +01:00
  • 64631063ae docs: fix typo in Tests guide (#36330) Alexey Okhrimenko 2020-03-30 23:31:37 +03:00
  • 719224bffd feat(dev-infra): add support for new global approvers in pullapprove (#36324) Joey Perrott 2020-03-30 08:44:30 -07:00
  • fe2b6923ba fix(language-service): infer type of elements of array-like objects (#36312) Ayaz Hafiz 2020-03-30 00:10:34 -07:00
  • 38ad1d97ab fix(ngcc): handle entry-points within container folders (#36305) Pete Bacon Darwin 2020-03-30 11:40:00 +01:00
  • 372b9101e2 refactor(ngcc): simplify DirectoryWalkerEntryPointFinder (#36305) Pete Bacon Darwin 2020-03-29 17:13:43 +01:00
  • 7e62aa0c6e refactor(ngcc): rename INVALID_ENTRY_POINT to INCOMPATIBLE_ENTRY_POINT (#36305) Pete Bacon Darwin 2020-03-30 11:12:54 +01:00
  • 36e927a8c6 fix(zone.js): UNPATCHED_EVENTS and PASSIVE_EVENTS should be string[] not boolean (#36258) JiaLiPassion 2020-03-26 21:46:46 +09:00
  • 9d8bb634f9 fix(benchpress): update dependencies (#36205) Wagner Maciel 2020-03-23 09:34:12 -07:00
  • c5c57f6737 build: update to clang 1.4.0 and only run clang format on changed files (#36203) Joey Perrott 2020-03-23 08:53:42 -07:00