@blue-labs/language 4.0.0-rc.3 → 4.0.0-rc.4
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.
|
@@ -21,6 +21,8 @@ export declare class NodeTypeMatcher {
|
|
|
21
21
|
private hasValueInNestedStructure;
|
|
22
22
|
private hasMatcherShape;
|
|
23
23
|
private matchesCalculatedBlueId;
|
|
24
|
+
private matchesBareBlueIdIdentity;
|
|
25
|
+
private matchesBareBlueIdTypeReference;
|
|
24
26
|
private toPlainBlueNode;
|
|
25
27
|
/**
|
|
26
28
|
* Determines whether a node without an explicit type already satisfies the
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeTypeMatcher.d.ts","sourceRoot":"","sources":["../../../src/lib/utils/NodeTypeMatcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,OAAO,EAAmB,MAAM,EAAyB,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"NodeTypeMatcher.d.ts","sourceRoot":"","sources":["../../../src/lib/utils/NodeTypeMatcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,OAAO,EAAmB,MAAM,EAAyB,MAAM,UAAU,CAAC;AAa1E,qBAAa,eAAe;IAC1B,OAAO,CAAC,IAAI,CAAO;gBAEP,IAAI,EAAE,IAAI;IAIf,WAAW,CAChB,IAAI,EAAE,QAAQ,EACd,UAAU,EAAE,QAAQ,EACpB,YAAY,GAAE,MAAkB,GAC/B,OAAO;IAgCV;;;OAGG;IACH,OAAO,CAAC,gBAAgB;IAYxB;;;OAGG;IACH,OAAO,CAAC,uBAAuB;IA+C/B,OAAO,CAAC,WAAW;IAoBnB,OAAO,CAAC,wBAAwB;IAyMhC,OAAO,CAAC,oCAAoC;IAmB5C,OAAO,CAAC,yBAAyB;IA0BjC,OAAO,CAAC,eAAe;IAYvB,OAAO,CAAC,uBAAuB;IAsB/B,OAAO,CAAC,yBAAyB;IAKjC,OAAO,CAAC,8BAA8B;IAsBtC,OAAO,CAAC,eAAe;IAyDvB;;;OAGG;IACH,OAAO,CAAC,wBAAwB;IAqBhC,OAAO,CAAC,iCAAiC;IAmBzC,OAAO,CAAC,oBAAoB;IAO5B,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,6BAA6B;IAIrC,OAAO,CAAC,qBAAqB;IAa7B,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,wBAAwB;IAgBhC,OAAO,CAAC,+BAA+B;IAQvC,OAAO,CAAC,sBAAsB;IAc9B,OAAO,CAAC,0BAA0B;IA2DlC,OAAO,CAAC,wBAAwB;IAyBhC,OAAO,CAAC,iBAAiB;CAY1B"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blue-labs/language",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.4",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@blue-labs/repository-contract": "4.0.0-rc.
|
|
6
|
-
"@blue-labs/shared-utils": "4.0.0-rc.
|
|
5
|
+
"@blue-labs/repository-contract": "4.0.0-rc.4",
|
|
6
|
+
"@blue-labs/shared-utils": "4.0.0-rc.4",
|
|
7
7
|
"@types/big.js": "^6.2.2",
|
|
8
8
|
"@types/js-yaml": "^4.0.9",
|
|
9
9
|
"base32.js": "^0.1.0",
|