Skip to content
One framework. Mobile & desktop.
TypeScript JavaScript HTML Starlark CSS Shell
Branch: master
Clone or download

Latest commit

IgorMinar and matsko fix(core): reenable decorator downleveling for Angular npm packages (#…
…37317)

In #37221 we disabled tsickle passes from transforming the tsc output that is used to publish all
Angular framework and components packages (@angular/*).

This change however revealed a bug in the ngc that caused __decorate and __metadata calls to still
be emitted in the JS code even though we don't depend on them.

Additionally it was these calls that caused code in @angular/material packages to fail at runtime
due to circular dependency in the emitted decorator code documeted as
microsoft/TypeScript#27519.

This change partially rolls back #37221 by reenabling the decorator to static fields (static
properties) downleveling.

This is just a temporary workaround while we are also fixing root cause in `ngc` - tracked as
FW-2199.

Resolves FW-2198.
Related to FW-2196

PR Close #37317
Latest commit 4d0e175 May 27, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci docs(dev-infra): update .circleci/README.md (#37212) May 20, 2020
.devcontainer build: update the recommended `Dockerfile` for VSCode remote developm… Jan 9, 2020
.github fix(dev-infra): do not run the `lock-closed` GitHub action on forks (#… Mar 11, 2020
.ng-dev build: update requiredBaseCommit for patch branch merges (#37316) May 28, 2020
.vscode build: fix @bazel/bazel to bazelisk leftovers (#36132) Mar 19, 2020
.yarn build: update to latest version of yarn (#36464) Apr 14, 2020
aio docs: Mention Bazel builder and schematics in Deprecations section (#… May 29, 2020
dev-infra fix(dev-infra): migrate dev-infra config loading to .ng-dev directory ( May 26, 2020
docs docs: fix typo in committer.md (#37171) May 28, 2020
goldens fix(core): reenable decorator downleveling for Angular npm packages (#… May 29, 2020
integration fix(core): reenable decorator downleveling for Angular npm packages (#… May 29, 2020
modules build: update license headers to reference Google LLC (#37205) May 26, 2020
packages fix(core): reenable decorator downleveling for Angular npm packages (#… May 29, 2020
scripts build: update license headers to reference Google LLC (#37205) May 26, 2020
third_party ci: Remove old vendoring solution in favor of relying on yarn-path (#… Feb 6, 2020
tools build: update license headers to reference Google LLC (#37205) May 26, 2020
.bazelignore build: add npm package manifest to npm_integration_test (#35669) Feb 26, 2020
.bazelrc build: do not build runfile trees unnecessarily (#36914) May 5, 2020
.bazelversion build: depend on bazelisk rather than directly on Bazel (#36078) Mar 16, 2020
.clang-format feat(tooling): Add a .clang-format for automated JavaScript formatting. Apr 2, 2015
.editorconfig build: use https link to editorconfig.org in .editorconfig (#27664) Dec 18, 2018
.gitattributes test: fix ts api guardian and public guard tests on windows (#30105) Apr 26, 2019
.gitignore ci: do not run benchmark measurements in circleci (#34753) Jan 29, 2020
.mailmap build: add a Git .mailmap with my new name (#19550) Oct 9, 2017
.nvmrc build: migrate to node@12.14.1 (#34955) Jan 27, 2020
.pullapprove.yml ci: Remove aio/content/guide/bazel.md from pullapprove (#37190) May 29, 2020
.yarnrc build: update to latest version of yarn (#36464) Apr 14, 2020
BUILD.bazel revert: "feat(dev-infra): exposed new rule 'component_benchmark' via … Apr 24, 2020
CHANGELOG.md release: cut the v10.0.0-rc.0 release May 21, 2020
CODE_OF_CONDUCT.md docs: fix community tab in GitHub by copying CoC Feb 28, 2018
CONTRIBUTING.md docs(dev-infra): update triage and contributing docs for dev-infra (#… Mar 11, 2020
LICENSE build: bump year (#34651) Jan 13, 2020
README.md docs: remove browserstack badge from readme (#35684) Mar 17, 2020
WORKSPACE revert: "feat(dev-infra): exposed new rule 'component_benchmark' via … Apr 24, 2020
browser-providers.conf.js build: update license headers to reference Google LLC (#37205) May 26, 2020
gulpfile.js build: update license headers to reference Google LLC (#37205) May 26, 2020
karma-js.conf.js build: update license headers to reference Google LLC (#37205) May 26, 2020
package.json release: cut the v10.0.0-rc.0 release May 21, 2020
protractor-perf.conf.js build: update license headers to reference Google LLC (#37205) May 26, 2020
shims_for_IE.js Revert "refactor: add license header to JS files & format files (#12035 Oct 4, 2016
test-events.js build: update license headers to reference Google LLC (#37205) May 26, 2020
test-main.js build: update license headers to reference Google LLC (#37205) May 26, 2020
tslint.json build: Update file-header lint rule to Google LLC (#37205) May 26, 2020
yarn.lock fix(core): disable tsickle pass when producing APF packages (#37221) May 21, 2020
yarn.lock.readme.md build: remove travisci leftovers (#27979) Jan 9, 2019

README.md

You can’t perform that action at this time.