@gram-data/gram-builder
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -218,23 +218,2 @@ 'use strict'; | ||
/** | ||
* Build a path | ||
* | ||
* @param children | ||
* @param id | ||
* @param labels | ||
* @param record | ||
*/ | ||
// export const path = ( | ||
// members: [GramPath] | [GramPath, GramPath], | ||
// id?: string, | ||
// labels?: string[], | ||
// record?: GramRecord | ||
// ): GramPath => ({ | ||
// type: 'path', | ||
// id, | ||
// ...(labels && { labels }), | ||
// ...(record && { record }), | ||
// children: members, | ||
// }); | ||
/** | ||
* Build a pair | ||
@@ -241,0 +220,0 @@ * |
@@ -214,23 +214,2 @@ import { EMPTY_PATH_ID, isGramEmptyPath, isGramNode } from '@gram-data/gram-ast'; | ||
/** | ||
* Build a path | ||
* | ||
* @param children | ||
* @param id | ||
* @param labels | ||
* @param record | ||
*/ | ||
// export const path = ( | ||
// members: [GramPath] | [GramPath, GramPath], | ||
// id?: string, | ||
// labels?: string[], | ||
// record?: GramRecord | ||
// ): GramPath => ({ | ||
// type: 'path', | ||
// id, | ||
// ...(labels && { labels }), | ||
// ...(record && { record }), | ||
// children: members, | ||
// }); | ||
/** | ||
* Build a pair | ||
@@ -237,0 +216,0 @@ * |
@@ -254,23 +254,2 @@ (function (global, factory) { | ||
/** | ||
* Build a path | ||
* | ||
* @param children | ||
* @param id | ||
* @param labels | ||
* @param record | ||
*/ | ||
// export const path = ( | ||
// members: [GramPath] | [GramPath, GramPath], | ||
// id?: string, | ||
// labels?: string[], | ||
// record?: GramRecord | ||
// ): GramPath => ({ | ||
// type: 'path', | ||
// id, | ||
// ...(labels && { labels }), | ||
// ...(record && { record }), | ||
// children: members, | ||
// }); | ||
/** | ||
* Build a pair | ||
@@ -277,0 +256,0 @@ * |
@@ -62,10 +62,2 @@ /** | ||
/** | ||
* Build a path | ||
* | ||
* @param children | ||
* @param id | ||
* @param labels | ||
* @param record | ||
*/ | ||
/** | ||
* Build a pair | ||
@@ -72,0 +64,0 @@ * |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"license": "MIT", | ||
@@ -73,5 +73,5 @@ "repository": { | ||
"dependencies": { | ||
"@gram-data/gram-ast": "^0.3.4" | ||
"@gram-data/gram-ast": "^0.3.5" | ||
}, | ||
"gitHead": "27de40df779bc903e8873563db12f7db477e4ad3", | ||
"gitHead": "c78a2592baac7830e5424018480a805ada80012a", | ||
"publishConfig": { | ||
@@ -78,0 +78,0 @@ "access": "public" |
@@ -227,23 +227,2 @@ /** | ||
/** | ||
* Build a path | ||
* | ||
* @param children | ||
* @param id | ||
* @param labels | ||
* @param record | ||
*/ | ||
// export const path = ( | ||
// members: [GramPath] | [GramPath, GramPath], | ||
// id?: string, | ||
// labels?: string[], | ||
// record?: GramRecord | ||
// ): GramPath => ({ | ||
// type: 'path', | ||
// id, | ||
// ...(labels && { labels }), | ||
// ...(record && { record }), | ||
// children: members, | ||
// }); | ||
/** | ||
* Build a pair | ||
@@ -250,0 +229,0 @@ * |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
141260
1706
Updated@gram-data/gram-ast@^0.3.5