Skip to content

Commit

Permalink
Fixing Entity export
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 1, 2024
1 parent 4267b66 commit 607d971
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 40 deletions.
33 changes: 17 additions & 16 deletions dist/index.cjs.js

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

2 changes: 1 addition & 1 deletion dist/index.cjs.js.map

Large diffs are not rendered by default.

33 changes: 17 additions & 16 deletions dist/index.es.js

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

2 changes: 1 addition & 1 deletion dist/index.es.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
export { Component, type ComponentTypes } from './Component'
export {
type Entity,
type EntityChangeEvent,
type EntityChangeEventTypes,
} from './Entity'
export {
Archetype,
type ArchetypeComponentFilter,
Expand All @@ -13,6 +7,12 @@ export {
type ArchetypeChangeListener,
} from './Archetype'
export { type Assemblage } from './Assemblage'
export { Component, type ComponentTypes } from './Component'
export {
Entity,
type EntityChangeEvent,
type EntityChangeEventTypes,
} from './Entity'
export { EntityManager } from './EntityManager'
export { System } from './System'
export { World } from './World'

0 comments on commit 607d971

Please sign in to comment.