Commit 3dc118c
committed
Bundle action using esbuild
Remove node_modules from repository to reduce cost to download
repository.
Because node_modules is no longer included:
* If `npm` isn't available (e.g. in a container), install it
* Run `npm install` before performing various tasks
Change pr-checks to not be particularly picky about the generated
content because it will differ between different versions as everything
is bundled together.1 parent d67cef3 commit 3dc118c
File tree
18,886 files changed
+3121
-4740764
lines changed- .github
- actions
- prepare-test
- update-bundle
- workflows
- analyze
- autobuild
- init
- lib
- testdata
- node_modules
- .bin
- @aashutoshrathi/word-wrap
- @actions
- artifact-legacy
- lib
- internal
- artifact
- lib
- generated
- google/protobuf
- results/api/v1
- internal
- delete
- download
- find
- upload
- node_modules/@octokit
- openapi-types
- plugin-retry
- dist-node
- dist-src
- dist-types
- dist-web
- node_modules/@octokit/types
- dist-node
- dist-src
- generated
- dist-types
- generated
- dist-web
- request-error
- dist-node
- dist-src
- dist-types
- dist-web
- cache
- lib
- internal
- node_modules
- .bin
- @actions/glob
- lib
- semver
- bin
- uuid
- bin
- lib
- core
- lib
- exec
- lib
- github
- lib
- internal
- glob
- lib
- http-client
- lib
- io
- lib
- tool-cache
- lib
- node_modules
- .bin
- semver
- bin
- uuid
- bin
- lib
- scripts
- externals
- @ava/typescript
- node_modules/escape-string-regexp
- @azure
- abort-controller
- dist-esm/src
- dist
- node_modules/tslib
- modules
- types
- 3.1
- src
- core-auth
- dist
- browser
- commonjs
- esm
- react-native
- node_modules
- @azure/abort-controller
- dist
- browser
- commonjs
- esm
- react-native
- tslib
- modules
- core-client
- dist
- browser
- commonjs
- esm
- react-native
- node_modules
- @azure/abort-controller
- dist
- browser
- commonjs
- esm
- react-native
- tslib
- modules
- core-http-compat
- dist
- browser
- policies
- commonjs
- policies
- esm
- policies
- react-native
- policies
- node_modules
- @azure/abort-controller
- dist
- browser
- commonjs
- esm
- react-native
- tslib
- modules
- core-lro
- dist-esm/src
- http
- legacy
- lroEngine
- poller
- dist
- node_modules/tslib
- modules
- types
- core-paging
- dist-esm/src
- dist
- node_modules/tslib
- modules
- types
- 3.1
- samples-dev
- src
- test
- latest
- core-rest-pipeline
- dist
- browser
- policies
- retryStrategies
- util
- commonjs
- policies
- retryStrategies
- util
- esm
- policies
- retryStrategies
- util
- react-native
- policies
- retryStrategies
- util
- node_modules
- @azure/abort-controller
- dist
- browser
- commonjs
- esm
- react-native
- tslib
- modules
- core-tracing
- dist
- browser
- commonjs
- esm
- react-native
- node_modules/tslib
- modules
- core-util
- dist
- browser
- commonjs
- esm
- react-native
- node_modules
- @azure/abort-controller
- dist
- browser
- commonjs
- esm
- react-native
- tslib
- modules
- core-xml
- dist
- browser
- commonjs
- esm
- react-native
- node_modules/tslib
- modules
- logger
- dist-esm/src
- dist
- node_modules/tslib
- modules
- types
- ms-rest-js
- dist
- es/lib
- credentials
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
18,886 files changed
+3121
-4740764
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
55 | 68 | | |
56 | 69 | | |
57 | 70 | | |
| |||
112 | 125 | | |
113 | 126 | | |
114 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
115 | 134 | | |
116 | 135 | | |
117 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments