@microsoft/powerquery-parser
Advanced tools
Comparing version
@@ -208,3 +208,3 @@ "use strict"; | ||
_1.XorNodeUtils.assertIsRecordType(recordType); | ||
const maybeFields = _1.NodeIdMapUtils.maybeNthChildChecked(nodeIdMapCollection, recordType.node.id, 1, "FieldSpecificationList" /* FieldSpecificationList */); | ||
const maybeFields = _1.NodeIdMapUtils.maybeNthChildChecked(nodeIdMapCollection, recordType.node.id, 0, "FieldSpecificationList" /* FieldSpecificationList */); | ||
if (maybeFields === undefined) { | ||
@@ -211,0 +211,0 @@ return []; |
{ | ||
"name": "@microsoft/powerquery-parser", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "A parser for the Power Query/M formula language.", | ||
@@ -5,0 +5,0 @@ "author": "Microsoft", |