mirror of
				https://github.com/Ukendio/jecs.git
				synced 2025-11-04 02:49:18 +00:00 
			
		
		
		
	* 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
		
			
				
	
	
		
			56 lines
		
	
	
	
		
			475 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
	
		
			475 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# Compiled Lua sources
 | 
						|
luac.out
 | 
						|
 | 
						|
# luarocks build files
 | 
						|
*.src.rock
 | 
						|
*.zip
 | 
						|
*.tar.gz
 | 
						|
*.rbxm
 | 
						|
 | 
						|
# Object files
 | 
						|
*.o
 | 
						|
*.os
 | 
						|
*.ko
 | 
						|
*.obj
 | 
						|
*.elf
 | 
						|
 | 
						|
# Precompiled Headers
 | 
						|
*.gch
 | 
						|
*.pch
 | 
						|
 | 
						|
# Libraries
 | 
						|
*.lib
 | 
						|
*.a
 | 
						|
*.la
 | 
						|
*.lo
 | 
						|
*.def
 | 
						|
*.exp
 | 
						|
 | 
						|
# Shared objects (inc. Windows DLLs)
 | 
						|
*.dll
 | 
						|
*.so
 | 
						|
*.so.*
 | 
						|
*.dylib
 | 
						|
 | 
						|
# Executables
 | 
						|
*.exe
 | 
						|
*.out
 | 
						|
*.app
 | 
						|
*.i*86
 | 
						|
*.x86_64
 | 
						|
*.hex
 | 
						|
 | 
						|
# Wally files
 | 
						|
DevPackages
 | 
						|
Packages
 | 
						|
wally.lock
 | 
						|
WallyPatches
 | 
						|
 | 
						|
# Typescript
 | 
						|
/node_modules
 | 
						|
/include
 | 
						|
 | 
						|
# Misc
 | 
						|
roblox.toml
 | 
						|
sourcemap.json
 | 
						|
drafts/*.lua
 |