File tree Expand file tree Collapse file tree 3 files changed +8
-1116
lines changed Expand file tree Collapse file tree 3 files changed +8
-1116
lines changed Original file line number Diff line number Diff line change 3131 - name : Tricky TSC Safety
3232 run : |
3333 sed -i 's/fetchApi(): FetchAPI/fetchApi(): FetchAPI | undefined/' src/runtime.ts
34+ - name : Make Deno Friendly
35+ run : |
36+ for file in `find src -type f -name "index.ts"`; do
37+ cp $file `echo $file | sed s/index/mod/`
38+ done
3439 - name : Create Pull Request
3540 uses : peter-evans/create-pull-request@v3
3641 with :
3944 body : |
4045 This Pull Request will update the typescript sources.
4146 It is automatically created by GitHub Actions.
42- labels : automated
47+ labels : follow-up
Original file line number Diff line number Diff line change 123123.pnp. *
124124
125125# End of https://www.toptal.com/developers/gitignore/api/node
126- unofficial-documentation
126+ unofficial-documentation
127+ package-lock.json
You can’t perform that action at this time.
0 commit comments