add hw2
This commit is contained in:
21
node_modules/langium/lib/utils/index.d.ts
generated
vendored
Normal file
21
node_modules/langium/lib/utils/index.d.ts
generated
vendored
Normal 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
|
||||
Reference in New Issue
Block a user