@glimmer/interfaces
Advanced tools
Comparing version 0.83.0 to 0.83.1
@@ -23,3 +23,2 @@ import { PresentArray } from '../array'; | ||
AmbiguousInvoke = 3, | ||
LooseFreeVariable = 4, | ||
ResolveAsCallHead = 5, | ||
@@ -73,5 +72,2 @@ ResolveAsModifierHead = 6, | ||
// falls back to `this.` (or locals in the case of partials), but | ||
// never turns into a component or helper invocation | ||
GetFreeAsFallback = 33, | ||
// `{{x}}` in append position (might be a helper or component invocation, otherwise fall back to `this`) | ||
@@ -122,3 +118,2 @@ GetFreeAsComponentOrHelperHeadOrThisFallback = 34, | ||
| SexpOpcodes.GetFreeAsComponentHead | ||
| SexpOpcodes.GetFreeAsFallback | ||
| SexpOpcodes.GetStrictFree; | ||
@@ -173,3 +168,2 @@ | ||
export type GetStrictFree = [SexpOpcodes.GetStrictFree, number]; | ||
export type GetFreeAsFallback = [SexpOpcodes.GetFreeAsFallback, number]; | ||
export type GetFreeAsComponentOrHelperHeadOrThisFallback = [ | ||
@@ -193,3 +187,2 @@ SexpOpcodes.GetFreeAsComponentOrHelperHeadOrThisFallback, | ||
export type GetContextualFree = | ||
| GetFreeAsFallback | ||
| GetFreeAsComponentOrHelperHeadOrThisFallback | ||
@@ -208,3 +201,2 @@ | GetFreeAsComponentOrHelperHead | ||
export type GetPathStrictFree = [SexpOpcodes.GetStrictFree, number, Path]; | ||
export type GetPathFreeAsFallback = [SexpOpcodes.GetFreeAsFallback, number, Path]; | ||
export type GetPathFreeAsComponentOrHelperHeadOrThisFallback = [ | ||
@@ -235,3 +227,2 @@ SexpOpcodes.GetFreeAsComponentOrHelperHeadOrThisFallback, | ||
export type GetPathContextualFree = | ||
| GetPathFreeAsFallback | ||
| GetPathFreeAsComponentOrHelperHeadOrThisFallback | ||
@@ -238,0 +229,0 @@ | GetPathFreeAsComponentOrHelperHead |
{ | ||
"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", |
{ | ||
"name": "@glimmer/interfaces", | ||
"version": "0.83.0", | ||
"version": "0.83.1", | ||
"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
3
16
73034
327751
2076