oberknecht-emitters
Advanced tools
Comparing version 1.1.2 to 1.1.3
import { oberknechtActionEmitterOptions } from "../types/oberknecht.action.emitter.options"; | ||
export declare class oberknechtActionEmitter { | ||
#private; | ||
readonly _symbol: string; | ||
get symbol(): string; | ||
@@ -5,0 +6,0 @@ defaultdelay: number; |
@@ -8,5 +8,5 @@ "use strict"; | ||
class oberknechtActionEmitter { | ||
#symbol = `oberknechtActionEmitter-${symNum++}`; | ||
_symbol = `oberknechtActionEmitter-${symNum++}`; | ||
get symbol() { | ||
return this.#symbol; | ||
return this._symbol; | ||
} | ||
@@ -13,0 +13,0 @@ defaultdelay = 300; |
import { oberknechtEmitterOptions } from "../types/oberknecht.emitter.options"; | ||
export declare class oberknechtEmitter { | ||
#private; | ||
readonly _symbol: string; | ||
get symbol(): string; | ||
@@ -5,0 +5,0 @@ get _options(): oberknechtEmitterOptions; |
@@ -8,5 +8,5 @@ "use strict"; | ||
class oberknechtEmitter { | ||
#symbol = `oberknechtEmitter-${symNum++}`; | ||
_symbol = `oberknechtEmitter-${symNum++}`; | ||
get symbol() { | ||
return this.#symbol; | ||
return this._symbol; | ||
} | ||
@@ -13,0 +13,0 @@ get _options() { |
export declare class oberknechtQueueEmitter { | ||
#private; | ||
readonly _symbol: string; | ||
get symbol(): string; | ||
@@ -4,0 +4,0 @@ get events(): any; |
@@ -7,5 +7,5 @@ "use strict"; | ||
class oberknechtQueueEmitter { | ||
#symbol = `oberknechtQueueEmitter-${clientSymNum++}`; | ||
_symbol = `oberknechtQueueEmitter-${clientSymNum++}`; | ||
get symbol() { | ||
return this.#symbol; | ||
return this._symbol; | ||
} | ||
@@ -12,0 +12,0 @@ get events() { |
@@ -11,5 +11,5 @@ import { | ||
export class oberknechtActionEmitter { | ||
readonly #symbol: string = `oberknechtActionEmitter-${symNum++}`; | ||
readonly _symbol: string = `oberknechtActionEmitter-${symNum++}`; | ||
get symbol() { | ||
return this.#symbol; | ||
return this._symbol; | ||
} | ||
@@ -16,0 +16,0 @@ |
@@ -13,5 +13,5 @@ import { | ||
export class oberknechtEmitter { | ||
readonly #symbol: string = `oberknechtEmitter-${symNum++}`; | ||
readonly _symbol: string = `oberknechtEmitter-${symNum++}`; | ||
get symbol() { | ||
return this.#symbol; | ||
return this._symbol; | ||
} | ||
@@ -18,0 +18,0 @@ |
@@ -5,5 +5,5 @@ import { i } from ".."; | ||
export class oberknechtQueueEmitter { | ||
readonly #symbol: string = `oberknechtQueueEmitter-${clientSymNum++}`; | ||
readonly _symbol: string = `oberknechtQueueEmitter-${clientSymNum++}`; | ||
get symbol() { | ||
return this.#symbol; | ||
return this._symbol; | ||
} | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "oberknecht-emitters", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "export", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42305
688