* Add types for (Cached)Query.has (#286)
* ts type update
* changed to hard tabs
* reverted back to old formatting for some
* more fixes
* only keep query has
* Build studio docs
* Fix the nightly.link
* Make the nightly.link work for the main Jecs repo, rename the workflow
* Add alias resolution
* Artifacts expire, run the action every month
* Add deleted flag to removed handler typings (#288)
* update types
* change "StatefulHook" to "HookWithData" and "StatelessHook" to "HookWithDeleted"
* Update deleted flag type
---------
Co-authored-by: maeriil <104389763+maeriil@users.noreply.github.com>
Co-authored-by: m10 <165406716+mrkboy10@users.noreply.github.com>
Co-authored-by: Marcus <ukendio@gmail.com>
* init bug / feat templates
* capital J for style
* PR templates
* Combine templates because github be like that
* Out with the old
* package and package lock files
* Deploy docs workflow
* Absolutely massive commit (docs)
* Delete cache and add to gitignore
* Goodbye cache
* Add package.json, tsconfig.json, and change gitignore
* Typescript Types
* Make World a single class, refactor of all query types
* Fix InferComponents types due to typo / misunderstanding
* Bump dependencies
* Fix get type to include undefined and add documentation
* Remove non-user facing types
* Rename PossiblyUndefinedPack -> Nullable
* Some changes to how EntityIndex is handled
* Consistent formatting
* Remove EntityIndex related type definitions
* Match API
* Doc comments