/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * The interface for an AST node location. * * @namespace Blockly.IASTNodeLocation */ import * as goog from '../../closure/goog/goog.js'; goog.declareModuleId('Blockly.IASTNodeLocation'); /** * An AST node location interface. */ export interface IASTNodeLocation {}