mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update cross-repo angular dependencies (#58446)
See associated pull request for more information. Closes #57880 as a pr takeover PR Close #58446
This commit is contained in:
parent
89db5f734d
commit
01fcbafa2b
31 changed files with 3462 additions and 3650 deletions
1788
.github/actions/deploy-docs-site/main.js
vendored
1788
.github/actions/deploy-docs-site/main.js
vendored
File diff suppressed because it is too large
Load diff
4
.github/actions/saucelabs-legacy/action.yml
vendored
4
.github/actions/saucelabs-legacy/action.yml
vendored
|
|
@ -5,9 +5,9 @@ runs:
|
|||
using: 'composite'
|
||||
steps:
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/saucelabs@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Starting Saucelabs tunnel service
|
||||
shell: bash
|
||||
run: ./tools/saucelabs/sauce-service.sh run &
|
||||
|
|
|
|||
8
.github/workflows/adev-preview-build.yml
vendored
8
.github/workflows/adev-preview-build.yml
vendored
|
|
@ -21,16 +21,16 @@ jobs:
|
|||
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview'))
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build adev to ensure it continues to work
|
||||
run: yarn bazel build //adev:build --full_build_adev --config=release
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
pull-number: '${{github.event.pull_request.number}}'
|
||||
|
|
|
|||
2
.github/workflows/adev-preview-deploy.yml
vendored
2
.github/workflows/adev-preview-deploy.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs
|
||||
npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}}
|
||||
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
github-token: '${{secrets.GITHUB_TOKEN}}'
|
||||
workflow-artifact-name: 'adev-preview'
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ jobs:
|
|||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
2
.github/workflows/benchmark-compare.yml
vendored
2
.github/workflows/benchmark-compare.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- uses: ./.github/actions/yarn-install
|
||||
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
- uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
bazelrc: ./.bazelrc.user
|
||||
|
||||
|
|
|
|||
40
.github/workflows/ci.yml
vendored
40
.github/workflows/ci.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Install node modules
|
||||
|
|
@ -41,13 +41,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Run unit tests
|
||||
|
|
@ -59,13 +59,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run CI tests for framework
|
||||
|
|
@ -76,11 +76,11 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build adev in fast mode to ensure it continues to work
|
||||
|
|
@ -95,13 +95,13 @@ jobs:
|
|||
labels: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
|
||||
|
|
@ -113,7 +113,7 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
node-module-directories: |
|
||||
|
|
@ -121,9 +121,9 @@ jobs:
|
|||
./packages/zone.js/node_modules
|
||||
./packages/zone.js/test/typings/node_modules
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: |
|
||||
|
|
@ -160,7 +160,7 @@ jobs:
|
|||
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Install node modules
|
||||
|
|
@ -173,11 +173,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build adev to ensure it continues to work
|
||||
|
|
|
|||
4
.github/workflows/dev-infra.yml
vendored
4
.github/workflows/dev-infra.yml
vendored
|
|
@ -13,13 +13,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
post_approval_changes:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
2
.github/workflows/google-internal-tests.yml
vendored
2
.github/workflows/google-internal-tests.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
run-tests-guide-url: http://go/angular-g3sync-start
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
8
.github/workflows/manual.yml
vendored
8
.github/workflows/manual.yml
vendored
|
|
@ -13,17 +13,17 @@ jobs:
|
|||
JOBS: 2
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Saucelabs Variables
|
||||
uses: angular/dev-infra/github-actions/saucelabs@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/saucelabs@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Set up Sauce Tunnel Daemon
|
||||
run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/merge-ready-status.yml
vendored
2
.github/workflows/merge-ready-status.yml
vendored
|
|
@ -9,6 +9,6 @@ jobs:
|
|||
status:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
- uses: angular/dev-infra/github-actions/unified-status-check@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
36
.github/workflows/pr.yml
vendored
36
.github/workflows/pr.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Install node modules
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Check code format
|
||||
run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
|
||||
- name: Check Package Licenses
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/linting/licenses@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
|
||||
|
||||
|
|
@ -47,13 +47,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Run unit tests
|
||||
|
|
@ -65,13 +65,13 @@ jobs:
|
|||
runs-on: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run CI tests for framework
|
||||
|
|
@ -83,13 +83,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel Remote Caching
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000
|
||||
- name: Run CI tests for framework
|
||||
|
|
@ -105,11 +105,11 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build adev in fast mode to ensure it continues to work
|
||||
|
|
@ -124,7 +124,7 @@ jobs:
|
|||
labels: ubuntu-latest-4core
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
node-module-directories: |
|
||||
|
|
@ -132,9 +132,9 @@ jobs:
|
|||
./packages/zone.js/node_modules
|
||||
./packages/zone.js/test/typings/node_modules
|
||||
- name: Setup Bazel
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Setup Bazel RBE
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
- name: Install node modules
|
||||
run: yarn install --frozen-lockfile
|
||||
- run: |
|
||||
|
|
@ -171,7 +171,7 @@ jobs:
|
|||
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
|
||||
steps:
|
||||
- name: Initialize environment
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
cache-node-modules: true
|
||||
- name: Install node modules
|
||||
|
|
|
|||
2
.github/workflows/update-cli-help.yml
vendored
2
.github/workflows/update-cli-help.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
env:
|
||||
ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }}
|
||||
- name: Create a PR (if necessary)
|
||||
uses: angular/dev-infra/github-actions/create-pr-for-changes@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
|
||||
uses: angular/dev-infra/github-actions/create-pr-for-changes@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
|
||||
with:
|
||||
branch-prefix: update-cli-help
|
||||
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ import {
|
|||
FileSystemTree,
|
||||
IFSWatcher,
|
||||
PortListener,
|
||||
PreviewMessageListener,
|
||||
ServerReadyListener,
|
||||
Unsubscribe,
|
||||
WebContainer,
|
||||
|
|
@ -98,6 +99,7 @@ export class FakeWebContainer extends WebContainer {
|
|||
override on(event: 'port', listener: PortListener): Unsubscribe;
|
||||
override on(event: 'server-ready', listener: ServerReadyListener): Unsubscribe;
|
||||
override on(event: 'error', listener: ErrorListener): Unsubscribe;
|
||||
override on(event: 'preview-message', listener: PreviewMessageListener): Unsubscribe;
|
||||
override on(event: unknown, listener: unknown): Unsubscribe {
|
||||
return () => {};
|
||||
}
|
||||
|
|
|
|||
22
package.json
22
package.json
|
|
@ -49,13 +49,13 @@
|
|||
"// 1": "dependencies are used locally and by bazel",
|
||||
"dependencies": {
|
||||
"@angular-devkit/build-angular": "19.0.0-next.12",
|
||||
"@angular-devkit/core": "19.0.0-next.12",
|
||||
"@angular-devkit/schematics": "19.0.0-next.12",
|
||||
"@angular-devkit/core": "19.0.0-rc.0",
|
||||
"@angular-devkit/schematics": "19.0.0-rc.0",
|
||||
"@angular/build": "19.0.0-next.12",
|
||||
"@angular/cdk": "19.0.0-next.4",
|
||||
"@angular/cli": "19.0.0-next.12",
|
||||
"@angular/material": "19.0.0-next.4",
|
||||
"@angular/ssr": "19.0.0-next.12",
|
||||
"@angular/cdk": "19.0.0-next.10",
|
||||
"@angular/cli": "19.0.0-rc.0",
|
||||
"@angular/material": "19.0.0-next.10",
|
||||
"@angular/ssr": "19.0.0-rc.0",
|
||||
"@babel/cli": "7.25.6",
|
||||
"@babel/core": "7.25.2",
|
||||
"@babel/generator": "7.25.6",
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
"@rollup/plugin-babel": "^6.0.0",
|
||||
"@rollup/plugin-commonjs": "^28.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.4",
|
||||
"@schematics/angular": "19.0.0-next.12",
|
||||
"@schematics/angular": "19.0.0-rc.0",
|
||||
"@stackblitz/sdk": "^1.11.0",
|
||||
"@types/angular": "^1.6.47",
|
||||
"@types/babel__core": "7.20.5",
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
"@types/jasmine": "^5.0.0",
|
||||
"@types/jasmine-ajax": "^3.3.1",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/node": "^16.11.7",
|
||||
"@types/node": "^18.11.18",
|
||||
"@types/selenium-webdriver": "3.0.7",
|
||||
"@types/selenium-webdriver4": "npm:@types/selenium-webdriver@4.1.26",
|
||||
"@types/semver": "^7.3.4",
|
||||
|
|
@ -158,11 +158,11 @@
|
|||
"devDependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@angular-devkit/architect-cli": "0.1900.0-next.12",
|
||||
"@angular-devkit/architect-cli": "0.1900.0-rc.0",
|
||||
"@angular/animations": "^19.0.0-next",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#c530555d0383bcfebd26146969f5ece023bd009e",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#66f78f64d9ab33ae430c527d3038b8c59b2d9a7f",
|
||||
"@angular/core": "^19.0.0-next",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#d07f5efd254e2e356111afa279c7dd5ba578d953",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f3c6b3943a6f5503326d461d2156108b49cd5cc9",
|
||||
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
"@bazel/buildifier": "^6.0.0",
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@
|
|||
{
|
||||
"name": "ANIMATION_MODULE_TYPE"
|
||||
},
|
||||
{
|
||||
"name": "ANY_STATE"
|
||||
},
|
||||
{
|
||||
"name": "APP_BOOTSTRAP_LISTENER"
|
||||
},
|
||||
|
|
@ -74,12 +71,6 @@
|
|||
{
|
||||
"name": "ApplicationRef"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_BUCKET_BITS"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_MASK"
|
||||
},
|
||||
{
|
||||
"name": "BROWSER_ANIMATIONS_PROVIDERS"
|
||||
},
|
||||
|
|
@ -107,9 +98,6 @@
|
|||
{
|
||||
"name": "COMPONENT_REGEX"
|
||||
},
|
||||
{
|
||||
"name": "CONTAINER_HEADER_OFFSET"
|
||||
},
|
||||
{
|
||||
"name": "CSP_NONCE"
|
||||
},
|
||||
|
|
@ -287,27 +275,15 @@
|
|||
{
|
||||
"name": "LifecycleHooksFeature"
|
||||
},
|
||||
{
|
||||
"name": "MAXIMUM_REFRESH_RERUNS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEYS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEY_GETTERS"
|
||||
},
|
||||
{
|
||||
"name": "MONKEY_PATCH_KEY_NAME"
|
||||
},
|
||||
{
|
||||
"name": "MOVED_VIEWS"
|
||||
},
|
||||
{
|
||||
"name": "NAMESPACE_URIS"
|
||||
},
|
||||
{
|
||||
"name": "NATIVE"
|
||||
},
|
||||
{
|
||||
"name": "NEW_LINE"
|
||||
},
|
||||
|
|
@ -341,9 +317,6 @@
|
|||
{
|
||||
"name": "NG_PROV_DEF"
|
||||
},
|
||||
{
|
||||
"name": "NG_TEMPLATE_SELECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NOT_FOUND"
|
||||
},
|
||||
|
|
@ -356,9 +329,6 @@
|
|||
{
|
||||
"name": "NO_CHANGE"
|
||||
},
|
||||
{
|
||||
"name": "NO_PARENT_INJECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NULL_INJECTOR"
|
||||
},
|
||||
|
|
@ -401,9 +371,6 @@
|
|||
{
|
||||
"name": "NullInjector"
|
||||
},
|
||||
{
|
||||
"name": "ONE_SECOND"
|
||||
},
|
||||
{
|
||||
"name": "ObjectUnsubscribedError"
|
||||
},
|
||||
|
|
@ -515,9 +482,6 @@
|
|||
{
|
||||
"name": "TRUE_BOOLEAN_VALUES"
|
||||
},
|
||||
{
|
||||
"name": "TYPE"
|
||||
},
|
||||
{
|
||||
"name": "TimelineAnimationEngine"
|
||||
},
|
||||
|
|
@ -602,12 +566,6 @@
|
|||
{
|
||||
"name": "_flattenGroupPlayersRecur"
|
||||
},
|
||||
{
|
||||
"name": "_getInsertInFrontOfRNodeWithI18n"
|
||||
},
|
||||
{
|
||||
"name": "_icuContainerIterate"
|
||||
},
|
||||
{
|
||||
"name": "_injectImplementation"
|
||||
},
|
||||
|
|
@ -623,12 +581,6 @@
|
|||
{
|
||||
"name": "_platformInjector"
|
||||
},
|
||||
{
|
||||
"name": "_processI18nInsertBefore"
|
||||
},
|
||||
{
|
||||
"name": "_retrieveHydrationInfoImpl"
|
||||
},
|
||||
{
|
||||
"name": "_wasLastNodeCreated"
|
||||
},
|
||||
|
|
@ -872,9 +824,6 @@
|
|||
{
|
||||
"name": "enterView"
|
||||
},
|
||||
{
|
||||
"name": "epoch"
|
||||
},
|
||||
{
|
||||
"name": "eraseStyles"
|
||||
},
|
||||
|
|
@ -1328,9 +1277,6 @@
|
|||
{
|
||||
"name": "producerUpdateValueVersion"
|
||||
},
|
||||
{
|
||||
"name": "profiler"
|
||||
},
|
||||
{
|
||||
"name": "refreshContentQueries"
|
||||
},
|
||||
|
|
@ -1382,9 +1328,6 @@
|
|||
{
|
||||
"name": "resolveTimingValue"
|
||||
},
|
||||
{
|
||||
"name": "retrieveHydrationInfo"
|
||||
},
|
||||
{
|
||||
"name": "roundOffset"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@
|
|||
{
|
||||
"name": "ANIMATION_MODULE_TYPE"
|
||||
},
|
||||
{
|
||||
"name": "ANY_STATE"
|
||||
},
|
||||
{
|
||||
"name": "APP_BOOTSTRAP_LISTENER"
|
||||
},
|
||||
|
|
@ -83,12 +80,6 @@
|
|||
{
|
||||
"name": "ApplicationRef"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_BUCKET_BITS"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_MASK"
|
||||
},
|
||||
{
|
||||
"name": "BROWSER_ANIMATIONS_PROVIDERS"
|
||||
},
|
||||
|
|
@ -128,9 +119,6 @@
|
|||
{
|
||||
"name": "COMPONENT_REGEX"
|
||||
},
|
||||
{
|
||||
"name": "CONTAINER_HEADER_OFFSET"
|
||||
},
|
||||
{
|
||||
"name": "CSP_NONCE"
|
||||
},
|
||||
|
|
@ -314,27 +302,15 @@
|
|||
{
|
||||
"name": "LifecycleHooksFeature"
|
||||
},
|
||||
{
|
||||
"name": "MAXIMUM_REFRESH_RERUNS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEYS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEY_GETTERS"
|
||||
},
|
||||
{
|
||||
"name": "MONKEY_PATCH_KEY_NAME"
|
||||
},
|
||||
{
|
||||
"name": "MOVED_VIEWS"
|
||||
},
|
||||
{
|
||||
"name": "NAMESPACE_URIS"
|
||||
},
|
||||
{
|
||||
"name": "NATIVE"
|
||||
},
|
||||
{
|
||||
"name": "NEW_LINE"
|
||||
},
|
||||
|
|
@ -371,9 +347,6 @@
|
|||
{
|
||||
"name": "NG_PROV_DEF"
|
||||
},
|
||||
{
|
||||
"name": "NG_TEMPLATE_SELECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NOT_FOUND"
|
||||
},
|
||||
|
|
@ -386,9 +359,6 @@
|
|||
{
|
||||
"name": "NO_CHANGE"
|
||||
},
|
||||
{
|
||||
"name": "NO_PARENT_INJECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NULL_INJECTOR"
|
||||
},
|
||||
|
|
@ -440,9 +410,6 @@
|
|||
{
|
||||
"name": "NullInjector"
|
||||
},
|
||||
{
|
||||
"name": "ONE_SECOND"
|
||||
},
|
||||
{
|
||||
"name": "ObjectUnsubscribedError"
|
||||
},
|
||||
|
|
@ -569,9 +536,6 @@
|
|||
{
|
||||
"name": "TRUE_BOOLEAN_VALUES"
|
||||
},
|
||||
{
|
||||
"name": "TYPE"
|
||||
},
|
||||
{
|
||||
"name": "Testability"
|
||||
},
|
||||
|
|
@ -662,15 +626,9 @@
|
|||
{
|
||||
"name": "_flattenGroupPlayersRecur"
|
||||
},
|
||||
{
|
||||
"name": "_getInsertInFrontOfRNodeWithI18n"
|
||||
},
|
||||
{
|
||||
"name": "_global"
|
||||
},
|
||||
{
|
||||
"name": "_icuContainerIterate"
|
||||
},
|
||||
{
|
||||
"name": "_injectImplementation"
|
||||
},
|
||||
|
|
@ -686,12 +644,6 @@
|
|||
{
|
||||
"name": "_platformInjector"
|
||||
},
|
||||
{
|
||||
"name": "_processI18nInsertBefore"
|
||||
},
|
||||
{
|
||||
"name": "_retrieveHydrationInfoImpl"
|
||||
},
|
||||
{
|
||||
"name": "_testabilityGetter"
|
||||
},
|
||||
|
|
@ -944,9 +896,6 @@
|
|||
{
|
||||
"name": "enterView"
|
||||
},
|
||||
{
|
||||
"name": "epoch"
|
||||
},
|
||||
{
|
||||
"name": "eraseStyles"
|
||||
},
|
||||
|
|
@ -1415,9 +1364,6 @@
|
|||
{
|
||||
"name": "producerUpdateValueVersion"
|
||||
},
|
||||
{
|
||||
"name": "profiler"
|
||||
},
|
||||
{
|
||||
"name": "refreshContentQueries"
|
||||
},
|
||||
|
|
@ -1469,9 +1415,6 @@
|
|||
{
|
||||
"name": "resolveTimingValue"
|
||||
},
|
||||
{
|
||||
"name": "retrieveHydrationInfo"
|
||||
},
|
||||
{
|
||||
"name": "roundOffset"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -26,12 +26,6 @@
|
|||
{
|
||||
"name": "ApplicationRef"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_BUCKET_BITS"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_MASK"
|
||||
},
|
||||
{
|
||||
"name": "BROWSER_MODULE_PROVIDERS"
|
||||
},
|
||||
|
|
@ -59,9 +53,6 @@
|
|||
{
|
||||
"name": "COMPONENT_REGEX"
|
||||
},
|
||||
{
|
||||
"name": "CONTAINER_HEADER_OFFSET"
|
||||
},
|
||||
{
|
||||
"name": "CSP_NONCE"
|
||||
},
|
||||
|
|
@ -215,30 +206,18 @@
|
|||
{
|
||||
"name": "LifecycleHooksFeature"
|
||||
},
|
||||
{
|
||||
"name": "MAXIMUM_REFRESH_RERUNS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEYS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEY_GETTERS"
|
||||
},
|
||||
{
|
||||
"name": "MONKEY_PATCH_KEY_NAME"
|
||||
},
|
||||
{
|
||||
"name": "MOVED_VIEWS"
|
||||
},
|
||||
{
|
||||
"name": "Module"
|
||||
},
|
||||
{
|
||||
"name": "NAMESPACE_URIS"
|
||||
},
|
||||
{
|
||||
"name": "NATIVE"
|
||||
},
|
||||
{
|
||||
"name": "NEW_LINE"
|
||||
},
|
||||
|
|
@ -275,9 +254,6 @@
|
|||
{
|
||||
"name": "NG_PROV_DEF"
|
||||
},
|
||||
{
|
||||
"name": "NG_TEMPLATE_SELECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NOT_FOUND"
|
||||
},
|
||||
|
|
@ -290,9 +266,6 @@
|
|||
{
|
||||
"name": "NO_CHANGE"
|
||||
},
|
||||
{
|
||||
"name": "NO_PARENT_INJECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NULL_INJECTOR"
|
||||
},
|
||||
|
|
@ -434,9 +407,6 @@
|
|||
{
|
||||
"name": "TRACKED_LVIEWS"
|
||||
},
|
||||
{
|
||||
"name": "TYPE"
|
||||
},
|
||||
{
|
||||
"name": "Testability"
|
||||
},
|
||||
|
|
@ -497,15 +467,9 @@
|
|||
{
|
||||
"name": "_currentInjector"
|
||||
},
|
||||
{
|
||||
"name": "_getInsertInFrontOfRNodeWithI18n"
|
||||
},
|
||||
{
|
||||
"name": "_global"
|
||||
},
|
||||
{
|
||||
"name": "_icuContainerIterate"
|
||||
},
|
||||
{
|
||||
"name": "_injectImplementation"
|
||||
},
|
||||
|
|
@ -521,12 +485,6 @@
|
|||
{
|
||||
"name": "_platformInjector"
|
||||
},
|
||||
{
|
||||
"name": "_processI18nInsertBefore"
|
||||
},
|
||||
{
|
||||
"name": "_retrieveHydrationInfoImpl"
|
||||
},
|
||||
{
|
||||
"name": "_testabilityGetter"
|
||||
},
|
||||
|
|
@ -731,9 +689,6 @@
|
|||
{
|
||||
"name": "enterView"
|
||||
},
|
||||
{
|
||||
"name": "epoch"
|
||||
},
|
||||
{
|
||||
"name": "errorContext"
|
||||
},
|
||||
|
|
@ -1148,9 +1103,6 @@
|
|||
{
|
||||
"name": "producerUpdateValueVersion"
|
||||
},
|
||||
{
|
||||
"name": "profiler"
|
||||
},
|
||||
{
|
||||
"name": "refreshContentQueries"
|
||||
},
|
||||
|
|
@ -1187,9 +1139,6 @@
|
|||
{
|
||||
"name": "resolveForwardRef"
|
||||
},
|
||||
{
|
||||
"name": "retrieveHydrationInfo"
|
||||
},
|
||||
{
|
||||
"name": "runEffectsInView"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -38,12 +38,6 @@
|
|||
{
|
||||
"name": "ApplicationRef"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_BUCKET_BITS"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_MASK"
|
||||
},
|
||||
{
|
||||
"name": "BROWSER_MODULE_PROVIDERS"
|
||||
},
|
||||
|
|
@ -92,9 +86,6 @@
|
|||
{
|
||||
"name": "COMPUTING"
|
||||
},
|
||||
{
|
||||
"name": "CONTAINER_HEADER_OFFSET"
|
||||
},
|
||||
{
|
||||
"name": "CSP_NONCE"
|
||||
},
|
||||
|
|
@ -149,9 +140,6 @@
|
|||
{
|
||||
"name": "DEFAULT_VALUE_ACCESSOR"
|
||||
},
|
||||
{
|
||||
"name": "DI_DECORATOR_FLAG"
|
||||
},
|
||||
{
|
||||
"name": "DOCUMENT"
|
||||
},
|
||||
|
|
@ -317,27 +305,15 @@
|
|||
{
|
||||
"name": "LifecycleHooksFeature"
|
||||
},
|
||||
{
|
||||
"name": "MAXIMUM_REFRESH_RERUNS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEYS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEY_GETTERS"
|
||||
},
|
||||
{
|
||||
"name": "MONKEY_PATCH_KEY_NAME"
|
||||
},
|
||||
{
|
||||
"name": "MOVED_VIEWS"
|
||||
},
|
||||
{
|
||||
"name": "NAMESPACE_URIS"
|
||||
},
|
||||
{
|
||||
"name": "NATIVE"
|
||||
},
|
||||
{
|
||||
"name": "NEW_LINE"
|
||||
},
|
||||
|
|
@ -380,9 +356,6 @@
|
|||
{
|
||||
"name": "NG_PROV_DEF"
|
||||
},
|
||||
{
|
||||
"name": "NG_TEMPLATE_SELECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NG_VALIDATORS"
|
||||
},
|
||||
|
|
@ -401,9 +374,6 @@
|
|||
{
|
||||
"name": "NO_CHANGE"
|
||||
},
|
||||
{
|
||||
"name": "NO_PARENT_INJECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NULL_INJECTOR"
|
||||
},
|
||||
|
|
@ -602,9 +572,6 @@
|
|||
{
|
||||
"name": "TRACKED_LVIEWS"
|
||||
},
|
||||
{
|
||||
"name": "TYPE"
|
||||
},
|
||||
{
|
||||
"name": "TemplateRef"
|
||||
},
|
||||
|
|
@ -698,18 +665,12 @@
|
|||
{
|
||||
"name": "_currentInjector"
|
||||
},
|
||||
{
|
||||
"name": "_getInsertInFrontOfRNodeWithI18n"
|
||||
},
|
||||
{
|
||||
"name": "_global"
|
||||
},
|
||||
{
|
||||
"name": "_hasInvalidParent"
|
||||
},
|
||||
{
|
||||
"name": "_icuContainerIterate"
|
||||
},
|
||||
{
|
||||
"name": "_injectImplementation"
|
||||
},
|
||||
|
|
@ -734,15 +695,6 @@
|
|||
{
|
||||
"name": "_platformInjector"
|
||||
},
|
||||
{
|
||||
"name": "_populateDehydratedViewsInLContainer"
|
||||
},
|
||||
{
|
||||
"name": "_processI18nInsertBefore"
|
||||
},
|
||||
{
|
||||
"name": "_retrieveHydrationInfoImpl"
|
||||
},
|
||||
{
|
||||
"name": "_testabilityGetter"
|
||||
},
|
||||
|
|
@ -1673,9 +1625,6 @@
|
|||
{
|
||||
"name": "platformCore"
|
||||
},
|
||||
{
|
||||
"name": "postSignalSetFn"
|
||||
},
|
||||
{
|
||||
"name": "processInjectorTypesWithProviders"
|
||||
},
|
||||
|
|
@ -1700,9 +1649,6 @@
|
|||
{
|
||||
"name": "producerUpdatesAllowed"
|
||||
},
|
||||
{
|
||||
"name": "profiler"
|
||||
},
|
||||
{
|
||||
"name": "providerToFactory"
|
||||
},
|
||||
|
|
@ -1766,9 +1712,6 @@
|
|||
{
|
||||
"name": "resolveProvider"
|
||||
},
|
||||
{
|
||||
"name": "retrieveHydrationInfo"
|
||||
},
|
||||
{
|
||||
"name": "runEffectsInView"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -41,12 +41,6 @@
|
|||
{
|
||||
"name": "ApplicationRef"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_BUCKET_BITS"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_MASK"
|
||||
},
|
||||
{
|
||||
"name": "BROWSER_MODULE_PROVIDERS"
|
||||
},
|
||||
|
|
@ -95,9 +89,6 @@
|
|||
{
|
||||
"name": "COMPUTING"
|
||||
},
|
||||
{
|
||||
"name": "CONTAINER_HEADER_OFFSET"
|
||||
},
|
||||
{
|
||||
"name": "CSP_NONCE"
|
||||
},
|
||||
|
|
@ -155,9 +146,6 @@
|
|||
{
|
||||
"name": "DEFAULT_VALUE_ACCESSOR"
|
||||
},
|
||||
{
|
||||
"name": "DI_DECORATOR_FLAG"
|
||||
},
|
||||
{
|
||||
"name": "DOCUMENT"
|
||||
},
|
||||
|
|
@ -296,27 +284,15 @@
|
|||
{
|
||||
"name": "LifecycleHooksFeature"
|
||||
},
|
||||
{
|
||||
"name": "MAXIMUM_REFRESH_RERUNS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEYS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEY_GETTERS"
|
||||
},
|
||||
{
|
||||
"name": "MONKEY_PATCH_KEY_NAME"
|
||||
},
|
||||
{
|
||||
"name": "MOVED_VIEWS"
|
||||
},
|
||||
{
|
||||
"name": "NAMESPACE_URIS"
|
||||
},
|
||||
{
|
||||
"name": "NATIVE"
|
||||
},
|
||||
{
|
||||
"name": "NEW_LINE"
|
||||
},
|
||||
|
|
@ -356,9 +332,6 @@
|
|||
{
|
||||
"name": "NG_PROV_DEF"
|
||||
},
|
||||
{
|
||||
"name": "NG_TEMPLATE_SELECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NG_VALIDATORS"
|
||||
},
|
||||
|
|
@ -377,9 +350,6 @@
|
|||
{
|
||||
"name": "NO_CHANGE"
|
||||
},
|
||||
{
|
||||
"name": "NO_PARENT_INJECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NULL_INJECTOR"
|
||||
},
|
||||
|
|
@ -584,9 +554,6 @@
|
|||
{
|
||||
"name": "TRACKED_LVIEWS"
|
||||
},
|
||||
{
|
||||
"name": "TYPE"
|
||||
},
|
||||
{
|
||||
"name": "TemplateFormsComponent"
|
||||
},
|
||||
|
|
@ -683,15 +650,9 @@
|
|||
{
|
||||
"name": "_currentInjector"
|
||||
},
|
||||
{
|
||||
"name": "_getInsertInFrontOfRNodeWithI18n"
|
||||
},
|
||||
{
|
||||
"name": "_global"
|
||||
},
|
||||
{
|
||||
"name": "_icuContainerIterate"
|
||||
},
|
||||
{
|
||||
"name": "_injectImplementation"
|
||||
},
|
||||
|
|
@ -716,15 +677,6 @@
|
|||
{
|
||||
"name": "_platformInjector"
|
||||
},
|
||||
{
|
||||
"name": "_populateDehydratedViewsInLContainer"
|
||||
},
|
||||
{
|
||||
"name": "_processI18nInsertBefore"
|
||||
},
|
||||
{
|
||||
"name": "_retrieveHydrationInfoImpl"
|
||||
},
|
||||
{
|
||||
"name": "_testabilityGetter"
|
||||
},
|
||||
|
|
@ -1640,9 +1592,6 @@
|
|||
{
|
||||
"name": "platformCore"
|
||||
},
|
||||
{
|
||||
"name": "postSignalSetFn"
|
||||
},
|
||||
{
|
||||
"name": "processInjectorTypesWithProviders"
|
||||
},
|
||||
|
|
@ -1667,9 +1616,6 @@
|
|||
{
|
||||
"name": "producerUpdatesAllowed"
|
||||
},
|
||||
{
|
||||
"name": "profiler"
|
||||
},
|
||||
{
|
||||
"name": "providerToFactory"
|
||||
},
|
||||
|
|
@ -1745,9 +1691,6 @@
|
|||
{
|
||||
"name": "resolvedPromise2"
|
||||
},
|
||||
{
|
||||
"name": "retrieveHydrationInfo"
|
||||
},
|
||||
{
|
||||
"name": "runEffectsInView"
|
||||
},
|
||||
|
|
@ -1853,9 +1796,6 @@
|
|||
{
|
||||
"name": "signalSetFn"
|
||||
},
|
||||
{
|
||||
"name": "stashEventListener"
|
||||
},
|
||||
{
|
||||
"name": "storeLViewOnDestroy"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,12 +20,6 @@
|
|||
{
|
||||
"name": "ApplicationRef"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_BUCKET_BITS"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_MASK"
|
||||
},
|
||||
{
|
||||
"name": "BehaviorSubject"
|
||||
},
|
||||
|
|
@ -38,9 +32,6 @@
|
|||
{
|
||||
"name": "COMPLETE_NOTIFICATION"
|
||||
},
|
||||
{
|
||||
"name": "CONTAINER_HEADER_OFFSET"
|
||||
},
|
||||
{
|
||||
"name": "ChainedInjector"
|
||||
},
|
||||
|
|
@ -152,18 +143,6 @@
|
|||
{
|
||||
"name": "LifecycleHooksFeature"
|
||||
},
|
||||
{
|
||||
"name": "MAXIMUM_REFRESH_RERUNS"
|
||||
},
|
||||
{
|
||||
"name": "MONKEY_PATCH_KEY_NAME"
|
||||
},
|
||||
{
|
||||
"name": "MOVED_VIEWS"
|
||||
},
|
||||
{
|
||||
"name": "NATIVE"
|
||||
},
|
||||
{
|
||||
"name": "NEW_LINE"
|
||||
},
|
||||
|
|
@ -194,9 +173,6 @@
|
|||
{
|
||||
"name": "NG_PROV_DEF"
|
||||
},
|
||||
{
|
||||
"name": "NG_TEMPLATE_SELECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NOT_FOUND"
|
||||
},
|
||||
|
|
@ -209,9 +185,6 @@
|
|||
{
|
||||
"name": "NO_CHANGE"
|
||||
},
|
||||
{
|
||||
"name": "NO_PARENT_INJECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NULL_INJECTOR"
|
||||
},
|
||||
|
|
@ -329,9 +302,6 @@
|
|||
{
|
||||
"name": "TRACKED_LVIEWS"
|
||||
},
|
||||
{
|
||||
"name": "TYPE"
|
||||
},
|
||||
{
|
||||
"name": "USE_VALUE"
|
||||
},
|
||||
|
|
@ -383,9 +353,6 @@
|
|||
{
|
||||
"name": "_currentInjector"
|
||||
},
|
||||
{
|
||||
"name": "_icuContainerIterate"
|
||||
},
|
||||
{
|
||||
"name": "_injectImplementation"
|
||||
},
|
||||
|
|
@ -395,9 +362,6 @@
|
|||
{
|
||||
"name": "_platformInjector"
|
||||
},
|
||||
{
|
||||
"name": "_retrieveHydrationInfoImpl"
|
||||
},
|
||||
{
|
||||
"name": "activeConsumer"
|
||||
},
|
||||
|
|
@ -575,9 +539,6 @@
|
|||
{
|
||||
"name": "enterView"
|
||||
},
|
||||
{
|
||||
"name": "epoch"
|
||||
},
|
||||
{
|
||||
"name": "errorContext"
|
||||
},
|
||||
|
|
@ -899,9 +860,6 @@
|
|||
{
|
||||
"name": "producerUpdateValueVersion"
|
||||
},
|
||||
{
|
||||
"name": "profiler"
|
||||
},
|
||||
{
|
||||
"name": "refreshContentQueries"
|
||||
},
|
||||
|
|
@ -932,9 +890,6 @@
|
|||
{
|
||||
"name": "resolveForwardRef"
|
||||
},
|
||||
{
|
||||
"name": "retrieveHydrationInfo"
|
||||
},
|
||||
{
|
||||
"name": "runEffectsInView"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -23,12 +23,6 @@
|
|||
{
|
||||
"name": "ApplicationRef"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_BUCKET_BITS"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_MASK"
|
||||
},
|
||||
{
|
||||
"name": "BODY"
|
||||
},
|
||||
|
|
@ -56,12 +50,6 @@
|
|||
{
|
||||
"name": "COMPONENT_REGEX"
|
||||
},
|
||||
{
|
||||
"name": "CONTAINERS"
|
||||
},
|
||||
{
|
||||
"name": "CONTAINER_HEADER_OFFSET"
|
||||
},
|
||||
{
|
||||
"name": "CSP_NONCE"
|
||||
},
|
||||
|
|
@ -101,15 +89,6 @@
|
|||
{
|
||||
"name": "DEFAULT_APP_ID"
|
||||
},
|
||||
{
|
||||
"name": "DEFER_BLOCK_ID"
|
||||
},
|
||||
{
|
||||
"name": "DEHYDRATED_VIEWS"
|
||||
},
|
||||
{
|
||||
"name": "DISCONNECTED_NODES"
|
||||
},
|
||||
{
|
||||
"name": "DOCUMENT"
|
||||
},
|
||||
|
|
@ -245,42 +224,18 @@
|
|||
{
|
||||
"name": "LifecycleHooksFeature"
|
||||
},
|
||||
{
|
||||
"name": "MAXIMUM_REFRESH_RERUNS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEYS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEY_GETTERS"
|
||||
},
|
||||
{
|
||||
"name": "MONKEY_PATCH_KEY_NAME"
|
||||
},
|
||||
{
|
||||
"name": "MOVED_VIEWS"
|
||||
},
|
||||
{
|
||||
"name": "MULTIPLIER"
|
||||
},
|
||||
{
|
||||
"name": "NAMESPACE_URIS"
|
||||
},
|
||||
{
|
||||
"name": "NATIVE"
|
||||
},
|
||||
{
|
||||
"name": "NEW_LINE"
|
||||
},
|
||||
{
|
||||
"name": "NGH_ATTR_NAME"
|
||||
},
|
||||
{
|
||||
"name": "NGH_DATA_KEY"
|
||||
},
|
||||
{
|
||||
"name": "NGH_DEFER_BLOCKS_KEY"
|
||||
},
|
||||
{
|
||||
"name": "NG_COMP_DEF"
|
||||
},
|
||||
|
|
@ -311,12 +266,6 @@
|
|||
{
|
||||
"name": "NG_PROV_DEF"
|
||||
},
|
||||
{
|
||||
"name": "NG_TEMPLATE_SELECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NODES"
|
||||
},
|
||||
{
|
||||
"name": "NOT_FOUND"
|
||||
},
|
||||
|
|
@ -329,15 +278,9 @@
|
|||
{
|
||||
"name": "NO_CHANGE"
|
||||
},
|
||||
{
|
||||
"name": "NO_PARENT_INJECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NULL_INJECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NUM_ROOT_NODES"
|
||||
},
|
||||
{
|
||||
"name": "NgModuleRef"
|
||||
},
|
||||
|
|
@ -386,9 +329,6 @@
|
|||
{
|
||||
"name": "PLATFORM_INITIALIZER"
|
||||
},
|
||||
{
|
||||
"name": "PLATFORM_SERVER_ID"
|
||||
},
|
||||
{
|
||||
"name": "PRESERVE_HOST_CONTENT"
|
||||
},
|
||||
|
|
@ -404,12 +344,6 @@
|
|||
{
|
||||
"name": "REACTIVE_NODE"
|
||||
},
|
||||
{
|
||||
"name": "REFERENCE_NODE_BODY"
|
||||
},
|
||||
{
|
||||
"name": "REFERENCE_NODE_HOST"
|
||||
},
|
||||
{
|
||||
"name": "REF_EXTRACTOR_REGEXP"
|
||||
},
|
||||
|
|
@ -440,12 +374,6 @@
|
|||
{
|
||||
"name": "SIMPLE_CHANGES_STORE"
|
||||
},
|
||||
{
|
||||
"name": "SKIP_HYDRATION_ATTR_NAME"
|
||||
},
|
||||
{
|
||||
"name": "SKIP_HYDRATION_ATTR_NAME_LOWER_CASE"
|
||||
},
|
||||
{
|
||||
"name": "STATUS"
|
||||
},
|
||||
|
|
@ -491,9 +419,6 @@
|
|||
{
|
||||
"name": "TRACKED_LVIEWS"
|
||||
},
|
||||
{
|
||||
"name": "TYPE"
|
||||
},
|
||||
{
|
||||
"name": "TransferState"
|
||||
},
|
||||
|
|
@ -554,12 +479,6 @@
|
|||
{
|
||||
"name": "_currentInjector"
|
||||
},
|
||||
{
|
||||
"name": "_getInsertInFrontOfRNodeWithI18n"
|
||||
},
|
||||
{
|
||||
"name": "_icuContainerIterate"
|
||||
},
|
||||
{
|
||||
"name": "_injectImplementation"
|
||||
},
|
||||
|
|
@ -575,9 +494,6 @@
|
|||
{
|
||||
"name": "_platformInjector"
|
||||
},
|
||||
{
|
||||
"name": "_processI18nInsertBefore"
|
||||
},
|
||||
{
|
||||
"name": "_retrieveHydrationInfoImpl"
|
||||
},
|
||||
|
|
@ -797,9 +713,6 @@
|
|||
{
|
||||
"name": "enterView"
|
||||
},
|
||||
{
|
||||
"name": "epoch"
|
||||
},
|
||||
{
|
||||
"name": "errorContext"
|
||||
},
|
||||
|
|
@ -1247,9 +1160,6 @@
|
|||
{
|
||||
"name": "producerUpdateValueVersion"
|
||||
},
|
||||
{
|
||||
"name": "profiler"
|
||||
},
|
||||
{
|
||||
"name": "readableStreamLikeToAsyncGenerator"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -44,12 +44,6 @@
|
|||
{
|
||||
"name": "ApplyRedirects"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_BUCKET_BITS"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_MASK"
|
||||
},
|
||||
{
|
||||
"name": "BOOTSTRAP_DONE"
|
||||
},
|
||||
|
|
@ -83,9 +77,6 @@
|
|||
{
|
||||
"name": "COMPONENT_REGEX"
|
||||
},
|
||||
{
|
||||
"name": "CONTAINER_HEADER_OFFSET"
|
||||
},
|
||||
{
|
||||
"name": "CREATE_VIEW_TRANSITION"
|
||||
},
|
||||
|
|
@ -326,33 +317,18 @@
|
|||
{
|
||||
"name": "MATRIX_PARAM_SEGMENT_RE"
|
||||
},
|
||||
{
|
||||
"name": "MAXIMUM_REFRESH_RERUNS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEYS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEY_GETTERS"
|
||||
},
|
||||
{
|
||||
"name": "MONKEY_PATCH_KEY_NAME"
|
||||
},
|
||||
{
|
||||
"name": "MOVED_VIEWS"
|
||||
},
|
||||
{
|
||||
"name": "ModuleWithComponentFactories"
|
||||
},
|
||||
{
|
||||
"name": "NAMESPACE_URIS"
|
||||
},
|
||||
{
|
||||
"name": "NATIVE"
|
||||
},
|
||||
{
|
||||
"name": "NAVIGATION_CANCELING_ERROR"
|
||||
},
|
||||
{
|
||||
"name": "NAVIGATION_ERROR_HANDLER"
|
||||
},
|
||||
|
|
@ -392,9 +368,6 @@
|
|||
{
|
||||
"name": "NG_PROV_DEF"
|
||||
},
|
||||
{
|
||||
"name": "NG_TEMPLATE_SELECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NOT_FOUND"
|
||||
},
|
||||
|
|
@ -407,9 +380,6 @@
|
|||
{
|
||||
"name": "NO_CHANGE"
|
||||
},
|
||||
{
|
||||
"name": "NO_PARENT_INJECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NULL_INJECTOR"
|
||||
},
|
||||
|
|
@ -719,9 +689,6 @@
|
|||
{
|
||||
"name": "TRACKED_LVIEWS"
|
||||
},
|
||||
{
|
||||
"name": "TYPE"
|
||||
},
|
||||
{
|
||||
"name": "TemplateRef"
|
||||
},
|
||||
|
|
@ -776,9 +743,6 @@
|
|||
{
|
||||
"name": "ViewRef"
|
||||
},
|
||||
{
|
||||
"name": "XSS_SECURITY_URL"
|
||||
},
|
||||
{
|
||||
"name": "ZONELESS_ENABLED"
|
||||
},
|
||||
|
|
@ -827,15 +791,9 @@
|
|||
{
|
||||
"name": "_currentInjector"
|
||||
},
|
||||
{
|
||||
"name": "_getInsertInFrontOfRNodeWithI18n"
|
||||
},
|
||||
{
|
||||
"name": "_global"
|
||||
},
|
||||
{
|
||||
"name": "_icuContainerIterate"
|
||||
},
|
||||
{
|
||||
"name": "_injectImplementation"
|
||||
},
|
||||
|
|
@ -857,12 +815,6 @@
|
|||
{
|
||||
"name": "_platformInjector"
|
||||
},
|
||||
{
|
||||
"name": "_processI18nInsertBefore"
|
||||
},
|
||||
{
|
||||
"name": "_retrieveHydrationInfoImpl"
|
||||
},
|
||||
{
|
||||
"name": "_stripIndexHtml"
|
||||
},
|
||||
|
|
@ -1934,9 +1886,6 @@
|
|||
{
|
||||
"name": "producerUpdateValueVersion"
|
||||
},
|
||||
{
|
||||
"name": "profiler"
|
||||
},
|
||||
{
|
||||
"name": "readableStreamLikeToAsyncGenerator"
|
||||
},
|
||||
|
|
@ -1994,9 +1943,6 @@
|
|||
{
|
||||
"name": "resolveForwardRef"
|
||||
},
|
||||
{
|
||||
"name": "retrieveHydrationInfo"
|
||||
},
|
||||
{
|
||||
"name": "rootRoute"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,12 +20,6 @@
|
|||
{
|
||||
"name": "ApplicationRef"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_BUCKET_BITS"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_MASK"
|
||||
},
|
||||
{
|
||||
"name": "BROWSER_MODULE_PROVIDERS"
|
||||
},
|
||||
|
|
@ -47,9 +41,6 @@
|
|||
{
|
||||
"name": "COMPONENT_REGEX"
|
||||
},
|
||||
{
|
||||
"name": "CONTAINER_HEADER_OFFSET"
|
||||
},
|
||||
{
|
||||
"name": "CSP_NONCE"
|
||||
},
|
||||
|
|
@ -194,27 +185,15 @@
|
|||
{
|
||||
"name": "LifecycleHooksFeature"
|
||||
},
|
||||
{
|
||||
"name": "MAXIMUM_REFRESH_RERUNS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEYS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEY_GETTERS"
|
||||
},
|
||||
{
|
||||
"name": "MONKEY_PATCH_KEY_NAME"
|
||||
},
|
||||
{
|
||||
"name": "MOVED_VIEWS"
|
||||
},
|
||||
{
|
||||
"name": "NAMESPACE_URIS"
|
||||
},
|
||||
{
|
||||
"name": "NATIVE"
|
||||
},
|
||||
{
|
||||
"name": "NEW_LINE"
|
||||
},
|
||||
|
|
@ -248,9 +227,6 @@
|
|||
{
|
||||
"name": "NG_PROV_DEF"
|
||||
},
|
||||
{
|
||||
"name": "NG_TEMPLATE_SELECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NOT_FOUND"
|
||||
},
|
||||
|
|
@ -263,9 +239,6 @@
|
|||
{
|
||||
"name": "NO_CHANGE"
|
||||
},
|
||||
{
|
||||
"name": "NO_PARENT_INJECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NULL_INJECTOR"
|
||||
},
|
||||
|
|
@ -389,9 +362,6 @@
|
|||
{
|
||||
"name": "TRACKED_LVIEWS"
|
||||
},
|
||||
{
|
||||
"name": "TYPE"
|
||||
},
|
||||
{
|
||||
"name": "USE_VALUE"
|
||||
},
|
||||
|
|
@ -443,12 +413,6 @@
|
|||
{
|
||||
"name": "_currentInjector"
|
||||
},
|
||||
{
|
||||
"name": "_getInsertInFrontOfRNodeWithI18n"
|
||||
},
|
||||
{
|
||||
"name": "_icuContainerIterate"
|
||||
},
|
||||
{
|
||||
"name": "_injectImplementation"
|
||||
},
|
||||
|
|
@ -464,12 +428,6 @@
|
|||
{
|
||||
"name": "_platformInjector"
|
||||
},
|
||||
{
|
||||
"name": "_processI18nInsertBefore"
|
||||
},
|
||||
{
|
||||
"name": "_retrieveHydrationInfoImpl"
|
||||
},
|
||||
{
|
||||
"name": "_wasLastNodeCreated"
|
||||
},
|
||||
|
|
@ -653,9 +611,6 @@
|
|||
{
|
||||
"name": "enterView"
|
||||
},
|
||||
{
|
||||
"name": "epoch"
|
||||
},
|
||||
{
|
||||
"name": "errorContext"
|
||||
},
|
||||
|
|
@ -998,9 +953,6 @@
|
|||
{
|
||||
"name": "producerUpdateValueVersion"
|
||||
},
|
||||
{
|
||||
"name": "profiler"
|
||||
},
|
||||
{
|
||||
"name": "refreshContentQueries"
|
||||
},
|
||||
|
|
@ -1034,9 +986,6 @@
|
|||
{
|
||||
"name": "resolveForwardRef"
|
||||
},
|
||||
{
|
||||
"name": "retrieveHydrationInfo"
|
||||
},
|
||||
{
|
||||
"name": "runEffectsInView"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -26,12 +26,6 @@
|
|||
{
|
||||
"name": "ApplicationRef"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_BUCKET_BITS"
|
||||
},
|
||||
{
|
||||
"name": "BLOOM_MASK"
|
||||
},
|
||||
{
|
||||
"name": "BROWSER_MODULE_PROVIDERS"
|
||||
},
|
||||
|
|
@ -59,9 +53,6 @@
|
|||
{
|
||||
"name": "COMPONENT_REGEX"
|
||||
},
|
||||
{
|
||||
"name": "CONTAINER_HEADER_OFFSET"
|
||||
},
|
||||
{
|
||||
"name": "CSP_NONCE"
|
||||
},
|
||||
|
|
@ -224,27 +215,15 @@
|
|||
{
|
||||
"name": "LifecycleHooksFeature"
|
||||
},
|
||||
{
|
||||
"name": "MAXIMUM_REFRESH_RERUNS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEYS"
|
||||
},
|
||||
{
|
||||
"name": "MODIFIER_KEY_GETTERS"
|
||||
},
|
||||
{
|
||||
"name": "MONKEY_PATCH_KEY_NAME"
|
||||
},
|
||||
{
|
||||
"name": "MOVED_VIEWS"
|
||||
},
|
||||
{
|
||||
"name": "NAMESPACE_URIS"
|
||||
},
|
||||
{
|
||||
"name": "NATIVE"
|
||||
},
|
||||
{
|
||||
"name": "NEW_LINE"
|
||||
},
|
||||
|
|
@ -281,9 +260,6 @@
|
|||
{
|
||||
"name": "NG_PROV_DEF"
|
||||
},
|
||||
{
|
||||
"name": "NG_TEMPLATE_SELECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NOT_FOUND"
|
||||
},
|
||||
|
|
@ -296,9 +272,6 @@
|
|||
{
|
||||
"name": "NO_CHANGE"
|
||||
},
|
||||
{
|
||||
"name": "NO_PARENT_INJECTOR"
|
||||
},
|
||||
{
|
||||
"name": "NULL_INJECTOR"
|
||||
},
|
||||
|
|
@ -467,9 +440,6 @@
|
|||
{
|
||||
"name": "TRACKED_LVIEWS"
|
||||
},
|
||||
{
|
||||
"name": "TYPE"
|
||||
},
|
||||
{
|
||||
"name": "TemplateRef"
|
||||
},
|
||||
|
|
@ -575,15 +545,9 @@
|
|||
{
|
||||
"name": "_currentInjector"
|
||||
},
|
||||
{
|
||||
"name": "_getInsertInFrontOfRNodeWithI18n"
|
||||
},
|
||||
{
|
||||
"name": "_global"
|
||||
},
|
||||
{
|
||||
"name": "_icuContainerIterate"
|
||||
},
|
||||
{
|
||||
"name": "_injectImplementation"
|
||||
},
|
||||
|
|
@ -608,15 +572,6 @@
|
|||
{
|
||||
"name": "_platformInjector"
|
||||
},
|
||||
{
|
||||
"name": "_populateDehydratedViewsInLContainer"
|
||||
},
|
||||
{
|
||||
"name": "_processI18nInsertBefore"
|
||||
},
|
||||
{
|
||||
"name": "_retrieveHydrationInfoImpl"
|
||||
},
|
||||
{
|
||||
"name": "_testabilityGetter"
|
||||
},
|
||||
|
|
@ -857,9 +812,6 @@
|
|||
{
|
||||
"name": "enterView"
|
||||
},
|
||||
{
|
||||
"name": "epoch"
|
||||
},
|
||||
{
|
||||
"name": "errorContext"
|
||||
},
|
||||
|
|
@ -1364,9 +1316,6 @@
|
|||
{
|
||||
"name": "producerUpdateValueVersion"
|
||||
},
|
||||
{
|
||||
"name": "profiler"
|
||||
},
|
||||
{
|
||||
"name": "refreshContentQueries"
|
||||
},
|
||||
|
|
@ -1409,9 +1358,6 @@
|
|||
{
|
||||
"name": "resolveForwardRef"
|
||||
},
|
||||
{
|
||||
"name": "retrieveHydrationInfo"
|
||||
},
|
||||
{
|
||||
"name": "runEffectsInView"
|
||||
},
|
||||
|
|
@ -1499,9 +1445,6 @@
|
|||
{
|
||||
"name": "shouldSearchParent"
|
||||
},
|
||||
{
|
||||
"name": "stashEventListener"
|
||||
},
|
||||
{
|
||||
"name": "storeLViewOnDestroy"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -162,11 +162,11 @@ describe('nodejs EventEmitter', () => {
|
|||
});
|
||||
it('should trigger removeListener when remove listener', () => {
|
||||
zoneA.run(() => {
|
||||
emitter.on('removeListener', function (type: string, handler: any) {
|
||||
zoneResults.push('remove' + type);
|
||||
emitter.on('removeListener', function (type: string | symbol, handler: any) {
|
||||
zoneResults.push('remove' + type.toString());
|
||||
});
|
||||
emitter.on('newListener', function (type: string, handler: any) {
|
||||
zoneResults.push('new' + type);
|
||||
emitter.on('newListener', function (type: string | symbol, handler: any) {
|
||||
zoneResults.push('new' + type.toString());
|
||||
});
|
||||
emitter.on('test', shouldNotRun);
|
||||
emitter.removeListener('test', shouldNotRun);
|
||||
|
|
@ -175,8 +175,8 @@ describe('nodejs EventEmitter', () => {
|
|||
});
|
||||
it('should trigger removeListener when remove all listeners with eventname ', () => {
|
||||
zoneA.run(() => {
|
||||
emitter.on('removeListener', function (type: string, handler: any) {
|
||||
zoneResults.push('remove' + type);
|
||||
emitter.on('removeListener', function (type: string | symbol, handler: any) {
|
||||
zoneResults.push('remove' + type.toString());
|
||||
});
|
||||
emitter.on('test', shouldNotRun);
|
||||
emitter.on('test1', expectZoneA);
|
||||
|
|
@ -187,8 +187,8 @@ describe('nodejs EventEmitter', () => {
|
|||
});
|
||||
it('should trigger removeListener when remove all listeners without eventname', () => {
|
||||
zoneA.run(() => {
|
||||
emitter.on('removeListener', function (type: string, handler: any) {
|
||||
zoneResults.push('remove' + type);
|
||||
emitter.on('removeListener', function (type: string | symbol, handler: any) {
|
||||
zoneResults.push('remove' + type.toString());
|
||||
});
|
||||
emitter.on('test', shouldNotRun);
|
||||
emitter.on('test1', shouldNotRun);
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/node": "file:../../../../node_modules/@types/node",
|
||||
"domino": "file:../../../../node_modules/domino",
|
||||
"zone.js": "file:../../../../dist/bin/packages/zone.js/npm_package"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"noFallthroughCasesInSwitch": true,
|
||||
"experimentalDecorators": true,
|
||||
"outDir": "./build",
|
||||
"typeRoots": [],
|
||||
"rootDir": ".",
|
||||
"target": "es2020",
|
||||
"module": "Node16",
|
||||
|
|
|
|||
|
|
@ -2,21 +2,11 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@types/node@file:../../../../node_modules/@types/node":
|
||||
version "16.18.96"
|
||||
|
||||
"domino@file:../../../../node_modules/domino":
|
||||
version "2.1.6"
|
||||
|
||||
tslib@^2.3.0:
|
||||
version "2.6.2"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
||||
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
||||
|
||||
"typescript@file:../../../../node_modules/typescript":
|
||||
version "5.4.2"
|
||||
version "5.6.2"
|
||||
|
||||
"zone.js@file:../../../../dist/bin/packages/zone.js/npm_package":
|
||||
version "0.14.3"
|
||||
dependencies:
|
||||
tslib "^2.3.0"
|
||||
version "0.15.0"
|
||||
|
|
|
|||
|
|
@ -1383,9 +1383,7 @@ describe('fake async', () => {
|
|||
|
||||
it('should be able to cancel periodic timers from a callback', fakeAsync(() => {
|
||||
let cycles = 0;
|
||||
let id: NodeJS.Timer;
|
||||
|
||||
id = setInterval(() => {
|
||||
let id = setInterval(() => {
|
||||
cycles++;
|
||||
clearInterval(id);
|
||||
}, 10);
|
||||
|
|
|
|||
Loading…
Reference in a new issue