Skip to content

Commit

Permalink
angular build adatper draft (#139)
Browse files Browse the repository at this point in the history
* angular build adatper draft

first draft of angular build adapter code

* small fix

* fix

* lint

* refactor angular adapter code

refactor to move helpers to utils.ts, and add interface.ts

* lint

* enable angular build logs

enable angular build logs to obtain the manifest, which contains outputpaths and a build summary.

* lint

* install package

* Use build manifest to extract output path options

Remove manually loading angular application builder options & normalizing options

Use build manifest from stdout, verify its format with zod, and then extract the output paths.

Errors and warnings from the manifest will be logged.

* lint

* fixes

* lint

* minor fix
  • Loading branch information
sjjj986 authored Feb 7, 2024
1 parent 1a9cfc7 commit cbdb6cb
Show file tree
Hide file tree
Showing 6 changed files with 6,499 additions and 310 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
],
rules: {
"jsdoc/newline-after-description": "off",
"@typescript-eslint/no-explicit-any": "off", // TODO(sijin): remove later
"jsdoc/require-jsdoc": "off",
"no-restricted-globals": ["error", "name", "length"],
"prefer-arrow-callback": "error",
Expand Down
Loading

0 comments on commit cbdb6cb

Please sign in to comment.