@glimmer/interfaces
Advanced tools
Comparing version 0.74.1 to 0.74.2
@@ -521,3 +521,3 @@ import { PresentArray } from '../array'; | ||
moduleName: string; | ||
scope: (() => unknown[]) | null; | ||
scope: (() => unknown[]) | undefined | null; | ||
isStrictMode: boolean; | ||
@@ -524,0 +524,0 @@ } |
@@ -20,3 +20,3 @@ import { Operand, SerializedTemplateBlock, SerializedInlineBlock, BlockOperand } from './compile'; | ||
readonly owner: Owner | null; | ||
readonly scope: (() => unknown[]) | null; | ||
readonly scope: (() => unknown[]) | undefined | null; | ||
readonly isStrictMode: boolean; | ||
@@ -23,0 +23,0 @@ readonly asPartial: boolean; |
{ | ||
"name": "@glimmer/interfaces", | ||
"version": "0.74.0", | ||
"version": "0.74.1", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/interfaces", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
{ | ||
"name": "@glimmer/interfaces", | ||
"version": "0.74.1", | ||
"version": "0.74.2", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/interfaces", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
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
73562