Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing exports types package.json #1620

Draft
wants to merge 123 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
123 commits
Select commit Hold shift + click to select a range
f4d7f2b
chore: remove unused code
vicary Feb 6, 2023
26fc553
chore: linting and styling
vicary Feb 6, 2023
6987e75
chore(deps): fix peer deps and use lodash-es
vicary Feb 8, 2023
5407b46
chore: preparation works
vicary Feb 21, 2023
a5def02
feat(package/core): scoped query
vicary Mar 4, 2023
551fbd7
feat(package/subscriptions): drop it for graphql-ws
vicary Mar 4, 2023
81c10c7
feat(packages/utils): drop unused package
vicary Mar 4, 2023
659918a
fix(packages/logger): scoped query shim
vicary Mar 6, 2023
2fbb5ff
feat: refactor resolvers for react
vicary Mar 6, 2023
5cd45fa
chore: error message
vicary Mar 6, 2023
bce6651
feat(packages/react): new core shim
vicary Mar 9, 2023
e0ca7a9
fix: tests
vicary Mar 9, 2023
22c8907
fix: facebook/react#26230
vicary Mar 10, 2023
79a1f61
fix: generated subscription client
vicary Mar 10, 2023
9e5fefc
feat(packages/gqty): compat with queryFetcher and subsscriptionsClient
vicary Mar 13, 2023
40f1e44
compat: queryFetcher and subscriptionsClient
vicary Mar 14, 2023
01a6e0f
fix: infinite render loop
vicary Mar 14, 2023
d626e88
feat: separate Cache instantiation from client
vicary Mar 21, 2023
8547e2e
chore: compat and optimized normalization
vicary Mar 21, 2023
b0ce199
fix: react hooks
vicary Mar 21, 2023
ad388b0
chore(deps): upgrade multidict
vicary Mar 21, 2023
8152828
fix: tests
vicary Mar 21, 2023
9358cdb
fix: tests
vicary Mar 21, 2023
fd9186a
chore: cleanup comments
vicary Mar 21, 2023
526a01a
chore: changesets
vicary Mar 21, 2023
959d4bc
chore: cosmetic changes
vicary Mar 27, 2023
3a9b29a
chore: rename fetchPolicy to cachePolicy
vicary Mar 27, 2023
cba3aeb
feat: add reload in cachePolicy
vicary Mar 28, 2023
85e7a85
fix: consistent API
vicary Mar 29, 2023
556654f
feat(packages/react): Added proxy mode for useMutation
vicary Apr 3, 2023
e3db701
fix: test errors
vicary Apr 3, 2023
9dbbb39
feat: revert proxy mode for useMutation
vicary Apr 4, 2023
f99bedc
consistent API after docs
vicary Apr 4, 2023
ad4fd9e
feat: Added onComplete for useMutation
vicary Apr 4, 2023
451b714
chore: changesets
vicary Apr 4, 2023
9ea134b
feat(packages/cli): interactive mode
vicary Apr 6, 2023
8d9f919
feat: added examples/gnt
vicary Apr 7, 2023
4832182
fix: tests
vicary Apr 7, 2023
0ba6f67
fix: missing fetches in useQuery
vicary Apr 7, 2023
8610d04
fix: incorrect suspense in usePrepared
vicary Apr 7, 2023
ead42ab
chore: add sensible comments
vicary Apr 7, 2023
5f8aad9
feat: rename introspectionOptions to introspections
vicary Apr 7, 2023
c951adb
fix(deps): upgrade faulty multidict
vicary Apr 11, 2023
f89993a
fix: tests
vicary Apr 11, 2023
a3af94b
chore(deps): changeset version
vicary Apr 11, 2023
665bf4a
fix: use esm imports
vicary Apr 17, 2023
66fd895
fix(packages/gqty): compat, cache option should be optional.
vicary Apr 17, 2023
07ad731
fix(deps): dlx errors
vicary Apr 19, 2023
8fcc06d
feat: batching with microtask
vicary Apr 25, 2023
cb1af69
chore: changeset
vicary Apr 25, 2023
c424afd
chore: refactor generated client
vicary Apr 26, 2023
9c8c469
chore: remove legacy website
vicary Apr 27, 2023
53a4178
feat(core): passthru return types of selectors
vicary Apr 28, 2023
14325b8
fix: changeset config
vicary Apr 28, 2023
7db4077
chore(deps): upgrade testing-library for React 18
vicary Apr 28, 2023
1bb37f8
fix: vite example
vicary Apr 29, 2023
4cb018c
chore: warn about empty selections
vicary Apr 29, 2023
312447c
chore: rephrase
vicary Apr 30, 2023
0d73354
fix(packages/gqty): pure peer dep of graphql-ws
vicary Apr 30, 2023
34c21cd
fix: edge compatible microtask
vicary Apr 30, 2023
bd938bd
chore(examples/github): remove stale example
vicary May 2, 2023
0cd68c1
chore(deps): upgrade and dedupe typescript
vicary May 2, 2023
f865caf
feat: added extensions option
vicary May 2, 2023
28864f9
fix(packages/react): defaults to soft to match the docs
vicary May 2, 2023
9ae7c96
fix(packages/react): better simulate useTransactionQuery
vicary May 2, 2023
4791381
chore: self-contained images in README.md
vicary May 3, 2023
a65fa3a
fix(packages/react): flaky waitFor
vicary May 3, 2023
a890905
chore(deps): make type-fest optional
vicary May 3, 2023
290c3dd
feat: error handling in generated client
vicary May 3, 2023
a29972d
chore(package/cli): code-splitting for watch mode
vicary May 6, 2023
bc55506
chore: remove ws dependency
vicary May 9, 2023
f0dec5a
fix: infinite render loop
vicary May 10, 2023
f68af02
fix(react): early cache hydration
vicary May 12, 2023
6fa44ec
fix(react): default mode
vicary May 13, 2023
f852c25
feat(core): even more stickier fetches
vicary May 13, 2023
bb2a011
chore: verbatimModuleSyntax
vicary May 13, 2023
69b6c1f
chore: test grommet fetch loop
vicary May 15, 2023
9cc43d2
fix(react): properly dispose cache subscribers
vicary May 15, 2023
528f40f
chore(deps): update esbuild
vicary May 15, 2023
8169668
feat(cli): prompt for destination
vicary May 16, 2023
cc57ba4
fix(packages/react): infinite fetch via stale proxy #1588
vicary May 16, 2023
a72be16
feat(examples/gnt): add bundle analyzer
vicary May 16, 2023
75e5e14
fix(cli): compat with config.introspection
vicary May 20, 2023
ac43e8f
fix(cli): fetch all schemas before merging
vicary Jun 10, 2023
70ed365
fix(cli): install peer dep 'graphql'
vicary Jun 16, 2023
c1ed3d8
fix(cli): allow disable subscription via arg
vicary Jun 16, 2023
b94c360
fix(packages/cli): typo on options definition
vicary Jul 3, 2023
4dac228
feat(cli): add negative options
vicary Jul 4, 2023
50e2117
fix(gqty): safe auto-selection on nullable interfaces
vicary Jul 22, 2023
2dc0209
feat(gqty): remove default return from resolve()
vicary Jul 22, 2023
2f91ae5
fix(react): clear selections post-fetch in useQuery (#1594)
vicary Jul 29, 2023
34b8357
chore(compat): normalize import.meta.url to increase compatibility.
vicary Jul 29, 2023
5704c53
fix(core, react): error handling
vicary Aug 5, 2023
ea53baa
feat(chore): prettier v3
vicary Aug 5, 2023
08f8901
fix(cli): revert prettier to v2, deps are not ready for it
vicary Aug 5, 2023
f4f7bc4
fix(react): reduce over-fetching between renders #1594
vicary Aug 5, 2023
d08bab1
feat(cli): enable suspense in the generated client
vicary Aug 5, 2023
7a805a2
chore(examples/gnt): simulate noverby's infinite fetch bug
vicary Aug 5, 2023
324be4f
fix(react): reduce infinite fetch when normalization is disabled
vicary Aug 11, 2023
cc7384b
fix(react): prevent non-query types from sticky fetching
vicary Aug 18, 2023
25f041d
chore(ci): test theguild's snapshot action
vicary Aug 18, 2023
ee5f83b
fix(cli): missing default import in watch mode
vicary Aug 26, 2023
09a6a4a
feat(cli): do not exit on fetch errors during watch mode
vicary Aug 27, 2023
f9c5703
chore(deps): remove unused packages
vicary Sep 8, 2023
65a4aab
chore(lint): add prettier-plugin-jsdoc
vicary Sep 10, 2023
5b246f6
feat(react): add extensions option to useMutation
vicary Oct 4, 2023
e9f8a03
chore(prettier): remove jsdoc plugin to prevent noisy changes
vicary Oct 4, 2023
2f0da89
feat(react): increase compatibility with non-web environments
vicary Oct 30, 2023
2d303e6
fix(react): prevent infinite fetches
vicary Nov 7, 2023
315f878
feat(react): experimental greedy fetch
vicary Nov 8, 2023
68bfbc5
feat(core): expose aliasLength option
vicary Nov 11, 2023
3a09ecd
feat(core): supress empty warnings when onEmptyResolve is specified
vicary Nov 24, 2023
af99c83
Fix missing exports types package.json
PabloSzx Jan 12, 2024
ee26393
no injected
PabloSzx Jan 12, 2024
929d407
disable renovate
PabloSzx Jan 12, 2024
0ad7b67
ts-jest deprecation fix and disable broken
PabloSzx Jan 12, 2024
540498d
fix create require
PabloSzx Jan 12, 2024
4622b7e
Merge remote-tracking branch 'origin/feat/scoped-query' into pabloszx…
PabloSzx Jan 12, 2024
a14b31b
skip ts error
PabloSzx Jan 12, 2024
03c14a7
rollback canary
PabloSzx Jan 12, 2024
7198201
dedupe and put package manager
PabloSzx Jan 12, 2024
118fec1
fix
PabloSzx Jan 12, 2024
bf9a8a1
fix subscribe on complete
PabloSzx Jan 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .changeset/afraid-flowers-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'gqty': minor
'@gqty/react': minor
---

Added `operationName` in `resolved()`, `inlineResolved()`,
`useTransactionQuery()` and `useLazyQuery()`
5 changes: 5 additions & 0 deletions .changeset/clever-plums-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': minor
---

feat: batching by microtask
10 changes: 7 additions & 3 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.5.0/schema.json",
"changelog": "@changesets/cli/changelog",
"$schema": "https://unpkg.com/@changesets/config@2.1.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "gqty-dev/gqty" }],
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["example-*", "website"],
"ignore": ["example-*"],
"snapshot": {
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}-{datetime}.{commit}"
},
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down
5 changes: 0 additions & 5 deletions .changeset/cool-wolves-own.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/cyan-seas-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': minor
---

Added `$meta` API
5 changes: 5 additions & 0 deletions .changeset/dull-hotels-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': major
---

Added "Legacy" prefix to deprecated types
5 changes: 5 additions & 0 deletions .changeset/empty-worms-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gqty/cli': major
---

Dropped inferrable types from generated schema
5 changes: 5 additions & 0 deletions .changeset/four-toys-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': major
---

Added new logging interface for `@gqty/logger`
6 changes: 6 additions & 0 deletions .changeset/gold-lemons-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'gqty': major
---

`backupPersistence()` and `restorePersistence()` is now replaced with
`persist()`, `restore()` and `restoreAsync()`.
5 changes: 5 additions & 0 deletions .changeset/grumpy-clouds-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gqty/react': minor
---

Upgrade to the new core
5 changes: 5 additions & 0 deletions .changeset/hip-kangaroos-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': major
---

QueryFetcher now accepts QueryPayload as the first parameter
5 changes: 5 additions & 0 deletions .changeset/lemon-bags-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gqty/cli': minor
---

feat: interactive mode
5 changes: 5 additions & 0 deletions .changeset/metal-windows-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': major
---

Remade `Cache` with expiry, normalization and persistence
5 changes: 5 additions & 0 deletions .changeset/moody-onions-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': major
---

Axed `Scheduler`, `Interceptor` and `EventHandler`
5 changes: 5 additions & 0 deletions .changeset/polite-maps-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gqty/react': minor
---

Added `ResolverContainer` to replace scheduler for legacy resolvers.
5 changes: 5 additions & 0 deletions .changeset/polite-wolves-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': major
---

Reworked `Accessor` and added scoped context
45 changes: 45 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"mode": "exit",
"tag": "beta",
"initialVersions": {
"example-gnt": "0.1.0",
"example-react": "1.0.0",
"example-vite": "0.0.0",
"test-utils": "0.1.0",
"@gqty/cli": "3.3.0",
"gqty": "2.3.0",
"@gqty/logger": "2.0.2",
"@gqty/react": "2.1.1",
"@gqty/subscriptions": "2.0.1"
},
"changesets": [
"afraid-flowers-thank",
"curvy-dragons-smell",
"cyan-seas-relax",
"dull-hotels-listen",
"empty-worms-smell",
"four-toys-crash",
"gold-lemons-pump",
"grumpy-clouds-notice",
"hip-kangaroos-give",
"lemon-bags-behave",
"metal-windows-fly",
"moody-onions-exercise",
"polite-maps-draw",
"polite-wolves-explode",
"rare-pets-tan",
"real-camels-run",
"seven-rings-retire",
"small-fishes-dress",
"small-penguins-invent",
"sour-rocks-vanish",
"stale-schools-sleep",
"stale-windows-march",
"tiny-brooms-check",
"tricky-bats-glow",
"tricky-coins-breathe",
"violet-lions-count",
"wise-coins-doubt",
"young-clocks-attend"
]
}
5 changes: 5 additions & 0 deletions .changeset/rare-pets-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': major
---

Replaced `@gqty/subscriptions` with `graphql-ws` and `graphql-sse`
5 changes: 5 additions & 0 deletions .changeset/real-camels-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gqty/react': minor
---

feat: Added onComplete for useMutation
5 changes: 5 additions & 0 deletions .changeset/seven-rings-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gqty/react': minor
---

Added `retry` in `useQuery()`
5 changes: 5 additions & 0 deletions .changeset/small-fishes-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gqty/cli': major
---

generated query fetcher now takes a single QueryPayload parameter
3 changes: 2 additions & 1 deletion .changeset/small-penguins-invent.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
'@gqty/react': minor
---

Window focus refetching
Added `refetchInteraval`, `refetchIntervalInBackground`, `refetchOnReconnect`
and `refetchOnWindowVisible` in `useQuery`.
5 changes: 5 additions & 0 deletions .changeset/stale-schools-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': major
---

Rewritten `Selection` class
5 changes: 5 additions & 0 deletions .changeset/stale-windows-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': major
---

Introduced `resolve()` and `subscribe()` API
9 changes: 9 additions & 0 deletions .changeset/tall-cheetahs-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@gqty/subscriptions': patch
'@gqty/logger': patch
'@gqty/react': patch
'gqty': patch
'@gqty/cli': patch
---

Fix missing exports types package.json
5 changes: 5 additions & 0 deletions .changeset/tiny-brooms-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gqty/react': minor
---

Fetch errors now throws to boundaries in suspense mode.
5 changes: 5 additions & 0 deletions .changeset/tricky-coins-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': major
---

Replaced `lodash` with `just-*` and dropped `@gqty/utils`
6 changes: 6 additions & 0 deletions .changeset/violet-lions-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'gqty': major
---

Deprecated `resolved()`, `inlineResolved()`, `mutate()`, `track()`, `prefetch()`
and `refetch()`
6 changes: 6 additions & 0 deletions .changeset/weak-cougars-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@gqty/react': minor
'gqty': minor
---

feat: added extensions option
5 changes: 5 additions & 0 deletions .changeset/wise-coins-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': minor
---

Added `name` in `GQtyError` for better logging
5 changes: 5 additions & 0 deletions .changeset/young-clocks-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gqty': major
---

Replace variable serializer with object-hash, now with shortened alias
44 changes: 9 additions & 35 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,12 @@ on:
- main

jobs:
publish-canary:
name: Publish Canary
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- uses: pnpm/[email protected]
with:
version: ^7.1.1
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'pnpm'

- name: Setup NPM credentials
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Install Dependencies
run: pnpm install

- name: Release Canary
id: canary
uses: 'kamilkisiela/release-canary@master'
with:
npm-token: ${{ secrets.NPM_TOKEN }}
npm-script: 'pnpm release:canary'
changesets: true
release-canary:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
with:
packageManager: pnpm
nodeVersion: 16 # align with the-guild-org/changesets-snapshot-action
npmTag: canary
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: ^7.1.1
version: ^8.14.0
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ env:

jobs:
build:
timeout-minutes: 10
timeout-minutes: 20
name: Install, Build and Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [18, 20.5.1]
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: ^7.1.1
version: ^8.14.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"printWidth": 80,
"proseWrap": "always",
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.proseWrap": "preserve"
}
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
<p align="center">
<a href="https://gqty.dev">
<img src="internal/website/public/logo.png" height="150" alt="gqty">
<img src="internal/images/logo.png" height="150" alt="gqty" />
</a>
</p>

<h2 align="center">
a GraphQL client built for rapid iteration.
<a href="https://gqty.dev">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-documentation?color=C00B84">
</a>
<a href="https://discord.gg/U967mp5qbQ">
<img alt="Discord" src="https://img.shields.io/discord/874477141834739762?color=7289d9&label=discord">
</a>
The No-GraphQL Client for TypeScript

[![Documentation](https://img.shields.io/badge/documentation-documentation?color=C00B84)](https://gqty.dev)
[![Discord](https://img.shields.io/discord/874477141834739762?color=7289d9&label=discord)](https://discord.gg/U967mp5qbQ)

</h2>

<a href="https://gqty.dev">
<img alt="Example usage" src="https://user-images.githubusercontent.com/13242392/112103674-fddc4980-8ba1-11eb-8c83-b527dcb0243d.PNG">
</a>
[![GQty Hero Section](internal/images/hero.png)](https://gqty.dev)

---

Head over to [gqty.dev](https://gqty.dev), to explore features and documentation.
Head over to [gqty.dev](https://gqty.dev) to explore features and documentation.

---

## Get involved

Documentation, bug reports, pull requests, and all other contributions are welcome! See [`CONTRIBUTING.md`](CONTRIBUTING.md).
Documentation, bug reports, pull requests, and all other contributions are
welcome! See [`CONTRIBUTING.md`](CONTRIBUTING.md).

Docs powered by [Vercel](https://vercel.com/?utm_source=gqty&utm_campaign=oss)
2 changes: 1 addition & 1 deletion bob-esbuild.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { sep } from 'path';
import { readFileSync } from 'fs';
import { sep } from 'path';

const isCLIPackage = process.cwd().endsWith(sep + 'cli');

Expand Down
Loading
Loading