@workday/canvas-kit-docs 11.0.0-alpha.726-next.0 → 11.0.0-alpha.760-next.0

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.
@@ -805,7 +805,7 @@ function _getValueFromNode(parser, node) {
805
805
  const type = checker.getTypeAtLocation(node);
806
806
  if (symbol) {
807
807
  if (type.getFlags() & ts.TypeFlags.Instantiable) {
808
- symbol.name; //?
808
+ symbol.name;
809
809
  // It is a generic type
810
810
  return { kind: 'generic', name: symbol === null || symbol === void 0 ? void 0 : symbol.name };
811
811
  }