Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(class): change type returned by lib.class
Return a new type named after the class, rather than OxClass. We still can't use class generics (i.e. OxClass<`T`>), so classes still need to be declared (e.g. ---@Class Person : OxClass). Also removed the experimental warning.
- Loading branch information