Skip to content

Commit

Permalink
fix(build): remove need for typesVersions breaking VSCode imports (#…
Browse files Browse the repository at this point in the history
…130)

* fix(build): remove need for `typesVersions` breaking VSCode imports

* chore: changeset

* revert

* fix

* remove bob

* update `package-lock.json`

* fix: `dist/` not necessary

* fix

* ESM fixes

* typos

* style

* fixes

* remove deprecated tests

* fix test hanging up

* fix tests
  • Loading branch information
charlypoly authored Mar 6, 2024
1 parent a72d7ce commit 70cb314
Show file tree
Hide file tree
Showing 31 changed files with 96 additions and 467 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-cycles-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@defer/client": minor
---

Fix VSCode dynamic imports resolving on `@defer/client/index`
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}
- run: "npm ci --no-audit"
- run: "npm run build"
- run: "npx bob check"
env:
DEFER_NO_LOCAL_SCHEDULER: 1
- name: "release / pull_request"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- run: "bunx prettier -c src/"
- run: "bun run test"
- run: "bun run build"
- run: "bunx bob check"
env:
DEFER_NO_LOCAL_SCHEDULER: 1

Expand All @@ -50,6 +49,5 @@ jobs:
- run: "npx prettier -c src/"
- run: "npm run test"
- run: "npm run build"
- run: "npx bob check"
env:
DEFER_NO_LOCAL_SCHEDULER: 1
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,3 @@ dist
# TernJS port file
.tern-port

.bob
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ node_modules/
coverage/
dist/
yarn.lock
.bob/
269 changes: 0 additions & 269 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 70cb314

Please sign in to comment.