UNPKG

682 BJavaScriptView Raw
1"use strict";
2// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3// See LICENSE in the project root for license information.
4Object.defineProperty(exports, "__esModule", { value: true });
5exports.SymbolMetadata = void 0;
6/**
7 * Stores the Collector's additional analysis for an `AstSymbol`. This object is assigned to `AstSymbol.metadata`
8 * but consumers must always obtain it by calling `Collector.fetchSymbolMetadata()`.
9 */
10class SymbolMetadata {
11 constructor(options) {
12 this.maxEffectiveReleaseTag = options.maxEffectiveReleaseTag;
13 }
14}
15exports.SymbolMetadata = SymbolMetadata;
16//# sourceMappingURL=SymbolMetadata.js.map
\No newline at end of file