-
Notifications
You must be signed in to change notification settings - Fork 12k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 15.1.5
head repository: angular/angular-cli
compare: 15.1.6
- 8 commits
- 15 files changed
- 2 contributors
Commits on Feb 10, 2023
-
fix(@angular-devkit/build-angular): update the ECMA output warning me…
Configuration menu - View commit details
-
Copy full SHA for 88a3315 - Browse repository at this point
Copy the full SHA 88a3315View commit details -
fix(@angular-devkit/build-angular): use babel default export helper i…
…n build optimizer Within the build optimizer's static member optimization pass, a class that is directly default exported must be split into two statements: the class declaration and the default export. This is because the pass can wrap classes in a pure annotated IIFE which results in a variable declaration replacement and variable declarations can not be directly default exported. Previously, the pass did this splitting manually but this was causing later babel plugins to fail. In addition to updating the AST in this case, scoping information also needed to be updated. To support this, a babel helper package is now used that handles the details of the statement split operation. (cherry picked from commit 8356240)
Configuration menu - View commit details
-
Copy full SHA for 384ad29 - Browse repository at this point
Copy the full SHA 384ad29View commit details -
fix(@angular/cli): convert
before
option in.npmrc
to DatePreviously, the `before` option in the npmrc was not converted properly to a date. See: https://docs.npmjs.com/cli/v8/using-npm/config#before Closes #24685 (cherry picked from commit 545c180)
Configuration menu - View commit details
-
Copy full SHA for df07ab1 - Browse repository at this point
Copy the full SHA df07ab1View commit details -
fix(@angular-devkit/build-angular): correctly copy
safety-worker.js
…Configuration menu - View commit details
-
Copy full SHA for 34a4a1b - Browse repository at this point
Copy the full SHA 34a4a1bView commit details
Commits on Feb 14, 2023
-
perf(@angular-devkit/build-angular): reduce rebuilt times when using …
…the `scripts` option In some cases, using the `scripts` option caused a lot of `DescriptionFileUtils.loadDescriptionFile` calls which caused a bottleneck during build times. The why to this is still unknown, but a workaround is to use the resolver from the Webpack compilation instead of the compiler. Closes #24634 (cherry picked from commit 1e52863)
Configuration menu - View commit details
-
Copy full SHA for 59aa1cd - Browse repository at this point
Copy the full SHA 59aa1cdView commit details -
fix(@angular/cli): add set
SessionEngaged
in GAThis is required for realtime reports. (cherry picked from commit 5f40733)
Configuration menu - View commit details
-
Copy full SHA for 3d1f48f - Browse repository at this point
Copy the full SHA 3d1f48fView commit details -
fix(@angular/cli): replace
os.version
withos.release
.This is more user friendly. (cherry picked from commit 522463c)
Configuration menu - View commit details
-
Copy full SHA for c787cc7 - Browse repository at this point
Copy the full SHA c787cc7View commit details
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84c86d0 - Browse repository at this point
Copy the full SHA 84c86d0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 15.1.5...15.1.6