Skip to content

Commit

Permalink
fix code first schema cacheing!
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Mar 24, 2024
1 parent 61d91a7 commit 25bd204
Show file tree
Hide file tree
Showing 11 changed files with 361 additions and 235 deletions.
303 changes: 147 additions & 156 deletions custom-words.txt
Original file line number Diff line number Diff line change
@@ -1,236 +1,227 @@
// short for "developer experience":
// short for "maintainers":
// short for "platform as a service":
// these pop up when writing "GraphQL___"
// (user-)names
arthurgeron
Divyendu
Leko
LekoArts
// abbreviations
// companies and organizations
// cspell en-us/en-gb edgecases?
// fonts
// identifiers used in code and configs
// locations
// other
// other languages
// packages and tools
// phonetic notation
ˈɡrafək
acao
acmerc
aivazis
akshat
alexey
alok
amfoss
architecting
argparse
arminio
arrayish
arthurgeron
asiandrummer
astro
astrojs
aumy
Autopurge
behaviour
benjie
binti
blockstring
bobbybobby
borggreve
bram
cshaver
dhanani
divy
divyenduz
dotan
dotansimha
gillam
goldshtein
goncharov
graphi
harshith
heyenbrock
hurrell
hyohyeon
imolorhe
jeong
jonathanawesome
kumar
leebyron
lostplan
nauroze
nishchit
nowdoc
orta
pabbati
pratap
ravikoti
rikki
rodionov
rohit
saihaj
saihajpreet
scheer
schulte
schuster
sgrove
simha
stonexer
suchanek
tanay
tanaypratap
therox
thomasheyenbrock
timsuchanek
urigo
wincent
yoshiakis

// packages and tools
argparse
arrayish
astro
astrojs
browserslistrc
calar
chainable
changesets
clsx
codebases
codegen
codemirror
codesandbox
codespaces
codicon
colmena
combobox
cshaver
dedenting
delivr
devx
dhanani
dirpath
divy
Divyendu
divyenduz
dompurify
dotan
dotansimha
edcore
envrc
esbuild
execa
GraphiQL
headlessui
inno
intellij
jsdelivr
lezer
manypkg
modulemap
mockfs
meros
nullthrows
onig
ovsx
picomatch
pnpm
snyk
sonarjs
svgr
typedoc
vite
vitest
vitejs
vsix
wonka
urql
tsup
usememo

// identifiers used in code and configs
acmerc
binti
blockstring
browserslistrc
calar
chainable
codegen
dirpath
envrc
exfiltrate
filesfor
fira
firecamp
flowtests
foldgutter
foldmarker
gdezerno
ghapi
gillam
givatayim
goldshtein
goncharov
grafbase
graphi
graphile
GraphiQL
graphqlconfig
graphqlrc
graphqls
harshith
headlessui
heyenbrock
hola
htmling
hurrell
hyohyeon
imolorhe
inno
intellij
invalidchar
jammu
jeong
jonathanawesome
jsdelivr
kumar
languageservice
leebyron
Leko
LekoArts
lezer
linenumber
linenumbers
linkify
listbox
listvalues
lostplan
maint
manypkg
marko
matchingbracket
medellín
menlo
meros
middlewares
mockfs
modulemap
nauroze
newhope
nextjs
nishchit
nocheck
nocursor
nonmatchingbracket
novvum
nowdoc
nrtbf
nullthrows
nulltype
nvim
objectvalues
onig
ooops
orche
orta
outdir
outlineable
ovsx
paas
pabbati
picomatch
pieas
pnpm
postbuild
pratap
prebuild
proto
qlapi
qlid
qlide
quasis
ractive
randomthing
ravikoti
resi
resizer
rikki
roadmap
roboto
rodionov
rohit
runmode
runtimes
saihaj
saihajpreet
scheer
schulte
schuster
searchcursor
selectionset
sfc's
sgrove
simha
singleline
snyk
socker
sonarjs
sorare
squirrelly
stonexer
streamable
subword
suchanek
svgr
tanay
tanaypratap
testid
testonly
therox
thomasheyenbrock
timsuchanek
tokenizes
tsup
typeahead
typeaheads
typedoc
unfocus
unnormalized
unparsable
unsubscribable
urigo
urql
usememo
vash
websockets

// fonts
fira
menlo
roboto

// locations
givatayim
jammu
medellín
vite
vitejs
vitest
vizag

// companies and organizations
amfoss
colmena
firecamp
gdezerno
grafbase
graphile
novvum
pieas
sorare

// other languages
hola
vsix
websockets
wincent
wonka
yoshiakis
zdravo
Здорово
أهلاً
سلام
हेलो

// phonetic notation
ˈɡrafək

// abbreviations
// short for "developer experience":
devx
// short for "maintainers":
maint
// short for "platform as a service":
paas
// these pop up when writing "GraphQL___"
qlapi
qlid
qlide

// cspell en-us/en-gb edgecases?
behaviour

// other
architecting
codebases
codespaces
dedenting
exfiltrate
ooops
proto
roadmap
runtimes
typeahead
typeaheads
unparsable
randomthing
codicon
edcore
tokenizes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"build:watch": "yarn tsc --watch",
"build-demo": "wsrun -m build-demo",
"watch": "yarn build:watch",
"watch-vscode": "yarn workspace vscode-graphql compile",
"watch-vscode": "yarn tsc && yarn workspace vscode-graphql compile",
"watch-vscode-exec": "yarn workspace vscode-graphql-execution compile",
"check": "yarn tsc --noEmit",
"cypress-open": "yarn workspace graphiql cypress-open",
Expand Down
Loading

0 comments on commit 25bd204

Please sign in to comment.