Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: https://git.jvalver.de/Thilawyn/traitify-ts/pulls/5
This commit was merged in pull request #5.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@thilawyn/traitify-ts",
|
"name": "@thilawyn/traitify-ts",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ export class TraitExpression<
|
|||||||
}
|
}
|
||||||
|
|
||||||
export namespace TraitExpression {
|
export namespace TraitExpression {
|
||||||
declare const nullSuperclassSymbol: unique symbol
|
const nullSuperclassSymbol = Symbol()
|
||||||
export class NullSuperclass {
|
export class NullSuperclass {
|
||||||
static readonly [nullSuperclassSymbol]: true
|
static readonly [nullSuperclassSymbol]: true
|
||||||
constructor(...args: any[]) {}
|
constructor(...args: any[]) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user