eyecite-ts 0.28.0 → 0.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{types-BcFwx-j6.d.cts → types-CG-iShfq.d.cts} +12 -9
- package/dist/types-CG-iShfq.d.cts.map +1 -0
- package/dist/{types-BxTRgDes.d.mts → types-vZQj0rvB.d.mts} +12 -9
- package/dist/types-vZQj0rvB.d.mts.map +1 -0
- package/dist/utils/index.d.cts +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/package.json +1 -1
- package/dist/types-BcFwx-j6.d.cts.map +0 -1
- package/dist/types-BxTRgDes.d.mts.map +0 -1
|
@@ -79,15 +79,18 @@ interface ResolutionResult {
|
|
|
79
79
|
*/
|
|
80
80
|
resolvedTo?: number;
|
|
81
81
|
/**
|
|
82
|
-
* Index of
|
|
83
|
-
* regardless of whether *that* citation itself resolved to a full cite.
|
|
84
|
-
* Bluebook Rule 4.1 / Indigo Book R6.2.2: `Id.` anchors here.
|
|
82
|
+
* Index of this short-form's antecedent.
|
|
85
83
|
*
|
|
86
|
-
* -
|
|
87
|
-
* short-form
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
84
|
+
* - SUCCESS path (`resolvedTo` defined): mirrors `resolvedTo`, so consumers
|
|
85
|
+
* have one source of truth for what the short-form points at — even when
|
|
86
|
+
* an intervening citation of a different authority sits between the
|
|
87
|
+
* resolved antecedent and the short-form (#508 for `Id.`, #795 for supra
|
|
88
|
+
* and shortFormCase).
|
|
89
|
+
* - UNRESOLVED/fallback path (`resolvedTo` undefined, e.g. the case name
|
|
90
|
+
* appears only in prose): points at the immediately preceding cited
|
|
91
|
+
* authority in document order per Bluebook Rule 4.1 / Indigo Book
|
|
92
|
+
* R6.2.2, so a subsequent `Id.` (or a consumer walking the chain) can
|
|
93
|
+
* still cluster with the short-form.
|
|
91
94
|
* - Records the immediate predecessor only; follow transitively via
|
|
92
95
|
* `resolutions[antecedentIndex].antecedentIndex` for the originator.
|
|
93
96
|
* Same idiom as `ShortFormCaseCitation.pinciteInheritedFrom`.
|
|
@@ -121,4 +124,4 @@ type ResolvedCitation<C extends Citation = Citation> = C extends ShortFormCitati
|
|
|
121
124
|
};
|
|
122
125
|
//#endregion
|
|
123
126
|
export { FootnoteMap as a, ScopeStrategy as i, ResolutionResult as n, FootnoteZone as o, ResolvedCitation as r, ResolutionOptions as t };
|
|
124
|
-
//# sourceMappingURL=types-
|
|
127
|
+
//# sourceMappingURL=types-CG-iShfq.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types-CG-iShfq.d.cts","names":[],"sources":["../src/footnotes/types.ts","../src/resolve/types.ts"],"mappings":";;;;;;AAIA;UAAiB,YAAA;;EAEf,KAAA;;EAEA,GAAA;;EAEA,cAAA;AAAA;AAMF;;;AAAA,KAAY,WAAA,GAAc,YAAA;;;;;;;KCFd,aAAA;;;;UAKK,iBAAA;;;;AALjB;;;;EAaE,aAAA,GAAgB,aAAA;EARlB;;;;EAcE,oBAAA;;;;;EAMA,wBAAA,GAA2B,MAAA;;;;;EAM3B,kBAAA;;;;;;EAOA,mBAAA;EAmBe;;;;EAbf,gBAAA;;;;;;EAOA,WAAA,GAAc,WAAA;AAAA;;;;UAMC,gBAAA;;;;;EAKf,UAAA;EA+CE;;;;;;;;;;;;;;;;;EA5BF,eAAA;;;;EAKA,aAAA;;;;EAKA,QAAA;;;;;EAMA,UAAA;AAAA;;;;;;;;KAUU,gBAAA,WAA2B,QAAA,GAAW,QAAA,IAAY,CAAA,SAAU,iBAAA,GACpE,CAAA;EAAM,UAAA,EAAY,gBAAA;AAAA,IAClB,CAAA;EAAM,UAAA;AAAA"}
|
|
@@ -79,15 +79,18 @@ interface ResolutionResult {
|
|
|
79
79
|
*/
|
|
80
80
|
resolvedTo?: number;
|
|
81
81
|
/**
|
|
82
|
-
* Index of
|
|
83
|
-
* regardless of whether *that* citation itself resolved to a full cite.
|
|
84
|
-
* Bluebook Rule 4.1 / Indigo Book R6.2.2: `Id.` anchors here.
|
|
82
|
+
* Index of this short-form's antecedent.
|
|
85
83
|
*
|
|
86
|
-
* -
|
|
87
|
-
* short-form
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
84
|
+
* - SUCCESS path (`resolvedTo` defined): mirrors `resolvedTo`, so consumers
|
|
85
|
+
* have one source of truth for what the short-form points at — even when
|
|
86
|
+
* an intervening citation of a different authority sits between the
|
|
87
|
+
* resolved antecedent and the short-form (#508 for `Id.`, #795 for supra
|
|
88
|
+
* and shortFormCase).
|
|
89
|
+
* - UNRESOLVED/fallback path (`resolvedTo` undefined, e.g. the case name
|
|
90
|
+
* appears only in prose): points at the immediately preceding cited
|
|
91
|
+
* authority in document order per Bluebook Rule 4.1 / Indigo Book
|
|
92
|
+
* R6.2.2, so a subsequent `Id.` (or a consumer walking the chain) can
|
|
93
|
+
* still cluster with the short-form.
|
|
91
94
|
* - Records the immediate predecessor only; follow transitively via
|
|
92
95
|
* `resolutions[antecedentIndex].antecedentIndex` for the originator.
|
|
93
96
|
* Same idiom as `ShortFormCaseCitation.pinciteInheritedFrom`.
|
|
@@ -121,4 +124,4 @@ type ResolvedCitation<C extends Citation = Citation> = C extends ShortFormCitati
|
|
|
121
124
|
};
|
|
122
125
|
//#endregion
|
|
123
126
|
export { FootnoteMap as a, ScopeStrategy as i, ResolutionResult as n, FootnoteZone as o, ResolvedCitation as r, ResolutionOptions as t };
|
|
124
|
-
//# sourceMappingURL=types-
|
|
127
|
+
//# sourceMappingURL=types-vZQj0rvB.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types-vZQj0rvB.d.mts","names":[],"sources":["../src/footnotes/types.ts","../src/resolve/types.ts"],"mappings":";;;;;;AAIA;UAAiB,YAAA;;EAEf,KAAA;;EAEA,GAAA;;EAEA,cAAA;AAAA;AAMF;;;AAAA,KAAY,WAAA,GAAc,YAAA;;;;;;;KCFd,aAAA;;;;UAKK,iBAAA;;;;AALjB;;;;EAaE,aAAA,GAAgB,aAAA;EARlB;;;;EAcE,oBAAA;;;;;EAMA,wBAAA,GAA2B,MAAA;;;;;EAM3B,kBAAA;;;;;;EAOA,mBAAA;EAmBe;;;;EAbf,gBAAA;;;;;;EAOA,WAAA,GAAc,WAAA;AAAA;;;;UAMC,gBAAA;;;;;EAKf,UAAA;EA+CE;;;;;;;;;;;;;;;;;EA5BF,eAAA;;;;EAKA,aAAA;;;;EAKA,QAAA;;;;;EAMA,UAAA;AAAA;;;;;;;;KAUU,gBAAA,WAA2B,QAAA,GAAW,QAAA,IAAY,CAAA,SAAU,iBAAA,GACpE,CAAA;EAAM,UAAA,EAAY,gBAAA;AAAA,IAClB,CAAA;EAAM,UAAA;AAAA"}
|
package/dist/utils/index.d.cts
CHANGED
package/dist/utils/index.d.mts
CHANGED
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types-BcFwx-j6.d.cts","names":[],"sources":["../src/footnotes/types.ts","../src/resolve/types.ts"],"mappings":";;;;;;AAIA;UAAiB,YAAA;;EAEf,KAAA;;EAEA,GAAA;;EAEA,cAAA;AAAA;AAMF;;;AAAA,KAAY,WAAA,GAAc,YAAA;;;;;;;KCFd,aAAA;;;;UAKK,iBAAA;;;;AALjB;;;;EAaE,aAAA,GAAgB,aAAA;EARlB;;;;EAcE,oBAAA;;;;;EAMA,wBAAA,GAA2B,MAAA;;;;;EAM3B,kBAAA;;;;;;EAOA,mBAAA;EAmBe;;;;EAbf,gBAAA;;;;;;EAOA,WAAA,GAAc,WAAA;AAAA;;;;UAMC,gBAAA;;;;;EAKf,UAAA;EA4CE;;;;;;;;;;;;;;EA5BF,eAAA;;;;EAKA,aAAA;;;;EAKA,QAAA;;;;;EAMA,UAAA;AAAA;;;;;;;;KAUU,gBAAA,WAA2B,QAAA,GAAW,QAAA,IAAY,CAAA,SAAU,iBAAA,GACpE,CAAA;EAAM,UAAA,EAAY,gBAAA;AAAA,IAClB,CAAA;EAAM,UAAA;AAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types-BxTRgDes.d.mts","names":[],"sources":["../src/footnotes/types.ts","../src/resolve/types.ts"],"mappings":";;;;;;AAIA;UAAiB,YAAA;;EAEf,KAAA;;EAEA,GAAA;;EAEA,cAAA;AAAA;AAMF;;;AAAA,KAAY,WAAA,GAAc,YAAA;;;;;;;KCFd,aAAA;;;;UAKK,iBAAA;;;;AALjB;;;;EAaE,aAAA,GAAgB,aAAA;EARlB;;;;EAcE,oBAAA;;;;;EAMA,wBAAA,GAA2B,MAAA;;;;;EAM3B,kBAAA;;;;;;EAOA,mBAAA;EAmBe;;;;EAbf,gBAAA;;;;;;EAOA,WAAA,GAAc,WAAA;AAAA;;;;UAMC,gBAAA;;;;;EAKf,UAAA;EA4CE;;;;;;;;;;;;;;EA5BF,eAAA;;;;EAKA,aAAA;;;;EAKA,QAAA;;;;;EAMA,UAAA;AAAA;;;;;;;;KAUU,gBAAA,WAA2B,QAAA,GAAW,QAAA,IAAY,CAAA,SAAU,iBAAA,GACpE,CAAA;EAAM,UAAA,EAAY,gBAAA;AAAA,IAClB,CAAA;EAAM,UAAA;AAAA"}
|