@glimmer/interfaces
Advanced tools
Comparing version 0.82.0 to 0.83.0
@@ -22,3 +22,2 @@ import { Operand, SerializedTemplateBlock, SerializedInlineBlock, BlockOperand } from './compile'; | ||
readonly isStrictMode: boolean; | ||
readonly asPartial: boolean; | ||
} | ||
@@ -44,3 +43,2 @@ | ||
asLayout(): CompilableProgram; | ||
asPartial(): CompilableProgram; | ||
asWrappedLayout(): CompilableProgram; | ||
@@ -100,3 +98,2 @@ } | ||
export interface ContainingMetadata { | ||
asPartial: boolean; | ||
evalSymbols: Option<string[]>; | ||
@@ -103,0 +100,0 @@ upvars: Option<string[]>; |
{ | ||
"name": "@glimmer/interfaces", | ||
"version": "0.81.0", | ||
"version": "0.82.0", | ||
"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.82.0", | ||
"version": "0.83.0", | ||
"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
73454
2085