Revision b2ac81d1472d118a2a03629139b6e724a730b982 authored by JoostK on 19 October 2021, 17:03:48 UTC, committed by Jessica Janiuk on 24 November 2021, 19:26:25 UTC
Now that the core package has been cleaned up to no longer contain Ivy
switch code, the transform to switch the `PRE_R3` markers to become
`POST_R3` is deleted as well.

PR Close #43891
1 parent b06e398
Raw File
package.json
{
  "name": "angular-side-effects",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "test": "check-side-effects --test side-effects.json --pure-getters",
    "update": "yarn test --update"
  },
  "dependencies": {
    "@angular/animations": "file:../../dist/packages-dist/animations",
    "@angular/common": "file:../../dist/packages-dist/common",
    "@angular/core": "file:../../dist/packages-dist/core",
    "@angular/elements": "file:../../dist/packages-dist/elements",
    "@angular/forms": "file:../../dist/packages-dist/forms",
    "@angular/platform-browser": "file:../../dist/packages-dist/platform-browser",
    "@angular/router": "file:../../dist/packages-dist/router",
    "check-side-effects": "file:../../node_modules/check-side-effects"
  }
}
back to top