DefinitelyTyped/types/aframe
Trygve Wastvedt 229e28706e A-Frame additions (#25006)
* Add new PropertyTypes

* A-Frame: Expand registerComponent test.

* Add generics to properties, components, and systems.

* Add missing ShaderDefinition interface.

* Add missing event data.

* Add missing throttle and throttleTick functions.

* Update Typescript version

* Use classes for component, system, and geometry

* Add tests for class inheritance.

* Improve defaults, rename ComponentBase -> ComponentDefault

* Saw the sign - many simplifications, return to interfaces
Can't extend a class definition that doesn't exist at runtime, so we need to use interfaces?

* Remove unnecessary generics

* Simplified some references, added a couple tests.

* Moving undefined system from generic to property.

* Revert "Update Typescript version"

This reverts commit 43ef72cef75b0bcee2d04eddcaa0f594290ec46f.
2018-05-08 10:12:01 -07:00
..
aframe-tests.ts A-Frame additions (#25006) 2018-05-08 10:12:01 -07:00
index.d.ts A-Frame additions (#25006) 2018-05-08 10:12:01 -07:00
tsconfig.json
tslint.json A-Frame additions (#25006) 2018-05-08 10:12:01 -07:00