https://github.com/angular/angular
Raw File
Tip revision: 001f3198658edfdee5c6d5a6c843a801faf3387f authored by Andrew Kushnir on 29 August 2024, 22:43:14 UTC
Revert "refactor(compiler-cli): extract function overload separatly (#56489)" (#57594)
Tip revision: 001f319
package-lib2.json
{
  "name": "lib2_built",
  "version": "0.0.0",
  "license": "MIT",
  "type": "module",
  "exports": "./src/lib2.js",
  "typings": "./src/lib2.d.ts"
}
back to top