This commit is contained in:
nik
2025-10-03 22:27:28 +03:00
parent 829fad0e17
commit 871cf7e792
16520 changed files with 2967597 additions and 3 deletions

21
node_modules/langium/lib/utils/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,21 @@
/******************************************************************************
* Copyright 2023 TypeFox GmbH
* This program and the accompanying materials are made available under the
* terms of the MIT License, which is available in the project root.
******************************************************************************/
export * from './caching.js';
export * from './event.js';
export * from './collections.js';
export * from './disposable.js';
export * from './errors.js';
export * from './grammar-loader.js';
export * from './promise-utils.js';
export * from './stream.js';
export * from './uri-utils.js';
import * as AstUtils from './ast-utils.js';
import * as Cancellation from './cancellation.js';
import * as CstUtils from './cst-utils.js';
import * as GrammarUtils from './grammar-utils.js';
import * as RegExpUtils from './regexp-utils.js';
export { AstUtils, Cancellation, CstUtils, GrammarUtils, RegExpUtils };
//# sourceMappingURL=index.d.ts.map