Skip to content

Commit 82bd13c

Browse files
committed
Added even more exports
1 parent 0710ab5 commit 82bd13c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SimpleLanguageService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ export class SimpleLanguageService implements ISimpleLanguageService {
986986
* Checks and formats the initialization value of the given statement (if any) and returns it.
987987
* Since such a statement can be a combination of multiple operations and identifiers, an array of statements will be
988988
* returned.
989-
* @param {Statement} rawStatement
989+
* @param {Statement|Expression|Node} rawStatement
990990
* @param {string|null} currentScope
991991
* @returns {NullableInitializationValue}
992992
*/

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export {BindingIdentifier} from "./BindingIdentifier";
22
export {SimpleLanguageService} from "./SimpleLanguageService";
3-
export {ISimpleLanguageService, IClassDeclaration, IModuleDependency, InitializationValue, NullableInitializationValue, IArbitraryObject} from "./interface/ISimpleLanguageService";
3+
export {ISimpleLanguageService, IClassDeclaration, IModuleDependency, InitializationValue, NullableInitializationValue, IArbitraryObject, IConstructorArgument, IMethodDeclaration, IMemberDeclaration, PropIndexer, IPositionable} from "./interface/ISimpleLanguageService";
44
export {ISimpleLanguageServiceConfig} from "./interface/ISimpleLanguageServiceConfig";

0 commit comments

Comments
 (0)