Skip to content

Commit

Permalink
Deck rollup documented
Browse files Browse the repository at this point in the history
  • Loading branch information
chaodaiG committed Mar 10, 2022
1 parent 1efdc7f commit eb95800
Show file tree
Hide file tree
Showing 41 changed files with 74 additions and 229 deletions.
17 changes: 0 additions & 17 deletions .ts-packages

This file was deleted.

2 changes: 1 addition & 1 deletion gopherage/cmd/html/static/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../../make-tsconfig.json",
"extends": "../../../../tsconfig.json",
"include": [
"browser.ts",
"parser.ts",
Expand Down
2 changes: 1 addition & 1 deletion hack/rollup-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -o pipefail
REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
cd "${REPO_ROOT}"

readonly ROLLUP_CONFIG="make-rollup.config.js"
readonly ROLLUP_CONFIG="rollup.config.js"

ROLLUP_ENTRYPOINT_DIR="${1:-}"
if [[ -z $ROLLUP_ENTRYPOINT_DIR ]]; then
Expand Down
17 changes: 0 additions & 17 deletions make-rollup.config.js

This file was deleted.

37 changes: 0 additions & 37 deletions make-tsconfig.json

This file was deleted.

5 changes: 1 addition & 4 deletions prow/cmd/deck/static/command-help/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../../../make-tsconfig.json",
"extends": "../../../../../tsconfig.json",
"include": [
"command-help.ts",
"../common/common.ts",
Expand All @@ -9,7 +9,4 @@
"../api",
"../../../../../node_modules/dialog-polyfill"
],
"exclude": [
"zz.bundle.min.js"
]
}

This file was deleted.

5 changes: 1 addition & 4 deletions prow/cmd/deck/static/job-history/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"extends": "../../../../../make-tsconfig.json",
"extends": "../../../../../tsconfig.json",
"include": [
"job-history.ts",
"../common/common.ts",
"../vendor.d.ts",
"../../../../../node_modules/moment/moment.d.ts",
"../../../../../node_modules/@types/gtag.js/index.d.ts"
],
"exclude": [
"zz.bundle.min.js"
]
}

This file was deleted.

5 changes: 1 addition & 4 deletions prow/cmd/deck/static/plugin-help/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../../../make-tsconfig.json",
"extends": "../../../../../tsconfig.json",
"include": [
"plugin-help.ts",
"prettify.ts",
Expand All @@ -9,7 +9,4 @@
"../../../../../node_modules/@types/gtag.js/index.d.ts",
"../api"
],
"exclude": [
"zz.bundle.min.js"
]
}
17 changes: 0 additions & 17 deletions prow/cmd/deck/static/plugin-help/zz.plugin-help.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/cmd/deck/static/pr/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../../../make-tsconfig.json",
"extends": "../../../../../tsconfig.json",
"include": [
"pr.ts",
"../common/common.ts",
Expand All @@ -9,7 +9,4 @@
"../api",
"../../../../../node_modules/dialog-polyfill",
],
"exclude": [
"zz.bundle.min.js"
]
}
1 change: 0 additions & 1 deletion prow/cmd/deck/static/pr/zz.pr.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/cmd/deck/static/prow/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../../../make-tsconfig.json",
"extends": "../../../../../tsconfig.json",
"include": [
"prow.ts",
"fuzzy-search.ts",
Expand All @@ -9,7 +9,4 @@
"../../../../../node_modules/moment/moment.d.ts",
"../../../../../node_modules/@types/gtag.js/index.d.ts"
],
"exclude": [
"zz.bundle.min.js"
]
}
1 change: 0 additions & 1 deletion prow/cmd/deck/static/prow/zz.prow.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/cmd/deck/static/spyglass/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../../../make-tsconfig.json",
"extends": "../../../../../tsconfig.json",
"include": [
"spyglass.ts",
"common.ts",
Expand All @@ -9,7 +9,4 @@
"../../../../../node_modules/moment/moment.d.ts",
"../../../../../node_modules/@types/gtag.js/index.d.ts"
],
"exclude": [
"zz.bundle.min.js"
]
}
1 change: 0 additions & 1 deletion prow/cmd/deck/static/spyglass/zz.lens.bundle.min.js

This file was deleted.

1 change: 0 additions & 1 deletion prow/cmd/deck/static/spyglass/zz.spyglass.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/cmd/deck/static/tide-history/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../../../make-tsconfig.json",
"extends": "../../../../../tsconfig.json",
"include": [
"tide-history.ts",
"../common/common.ts",
Expand All @@ -8,7 +8,4 @@
"../../../../../node_modules/@types/gtag.js/index.d.ts",
"../api",
],
"exclude": [
"zz.bundle.min.js"
]
}

This file was deleted.

5 changes: 1 addition & 4 deletions prow/cmd/deck/static/tide/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../../../make-tsconfig.json",
"extends": "../../../../../tsconfig.json",
"include": [
"tide.ts",
"../common/common.ts",
Expand All @@ -8,7 +8,4 @@
"../../../../../node_modules/@types/gtag.js/index.d.ts",
"../api",
],
"exclude": [
"zz.bundle.min.js"
]
}
1 change: 0 additions & 1 deletion prow/cmd/deck/static/tide/zz.tide.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/spyglass/lenses/buildlog/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"extends": "../../../../make-tsconfig.json",
"extends": "../../../../tsconfig.json",
"include": [
"buildlog.ts",
"../lens.d.ts"
],
"exclude": [
"zz.bundle.min.js"
]
}
1 change: 0 additions & 1 deletion prow/spyglass/lenses/buildlog/zz.buildlog.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/spyglass/lenses/coverage/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../../make-tsconfig.json",
"extends": "../../../../tsconfig.json",
"include": [
"coverage.ts",
"../lens.d.ts",
Expand All @@ -8,7 +8,4 @@
"../../../../../node_modules/@types/color",
"../../../../../node_modules/@types/pako"
],
"exclude": [
"zz.bundle.min.js"
]
}
1 change: 0 additions & 1 deletion prow/spyglass/lenses/coverage/zz.coverage.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/spyglass/lenses/html/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"extends": "../../../../make-tsconfig.json",
"extends": "../../../../tsconfig.json",
"include": [
"html.ts",
"../lens.d.ts"
],
"exclude": [
"zz.bundle.min.js"
]
}
1 change: 0 additions & 1 deletion prow/spyglass/lenses/html/zz.html.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/spyglass/lenses/junit/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"extends": "../../../../make-tsconfig.json",
"extends": "../../../../tsconfig.json",
"include": [
"lens.ts",
"../lens.d.ts"
],
"exclude": [
"zz.bundle.min.js"
]
}
1 change: 0 additions & 1 deletion prow/spyglass/lenses/junit/zz.lens.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/spyglass/lenses/links/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"extends": "../../../../make-tsconfig.json",
"extends": "../../../../tsconfig.json",
"include": [
"links.ts",
"../lens.d.ts"
],
"exclude": [
"zz.bundle.min.js"
]
}
1 change: 0 additions & 1 deletion prow/spyglass/lenses/links/zz.links.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/spyglass/lenses/metadata/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"extends": "../../../../make-tsconfig.json",
"extends": "../../../../tsconfig.json",
"include": [
"metadata.ts",
"../lens.d.ts",
"../../../../../node_modules/moment"
],
"exclude": [
"zz.bundle.min.js"
]
}
1 change: 0 additions & 1 deletion prow/spyglass/lenses/metadata/zz.metadata.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/spyglass/lenses/podinfo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"extends": "../../../../make-tsconfig.json",
"extends": "../../../../tsconfig.json",
"include": [
"podinfo.ts",
"../lens.d.ts"
],
"exclude": [
"zz.bundle.min.js"
]
}
1 change: 0 additions & 1 deletion prow/spyglass/lenses/podinfo/zz.podinfo.bundle.min.js

This file was deleted.

5 changes: 1 addition & 4 deletions prow/spyglass/lenses/restcoverage/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"extends": "../../../../make-tsconfig.json",
"extends": "../../../../tsconfig.json",
"include": [
"restcoverage.ts",
"../lens.d.ts"
],
"exclude": [
"zz.bundle.min.js"
]
}

This file was deleted.

Loading

0 comments on commit eb95800

Please sign in to comment.