codemaker
Advanced tools
Comparing version 1.80.0 to 1.81.0
@@ -105,4 +105,9 @@ /** | ||
toSnakeCase(s: string, sep?: string): string; | ||
/** | ||
* Gets currently opened file path. | ||
* @returns Currently opened file path. | ||
*/ | ||
getCurrentFilePath(): string | undefined; | ||
private makeIndent; | ||
} | ||
//# sourceMappingURL=codemaker.d.ts.map |
@@ -155,2 +155,9 @@ "use strict"; | ||
} | ||
/** | ||
* Gets currently opened file path. | ||
* @returns Currently opened file path. | ||
*/ | ||
getCurrentFilePath() { | ||
return this.currentFile?.filePath; | ||
} | ||
makeIndent() { | ||
@@ -157,0 +164,0 @@ const length = this.currentIndentLength; |
{ | ||
"name": "codemaker", | ||
"version": "1.80.0", | ||
"version": "1.81.0", | ||
"description": "A tiny utility for generating source code", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28166
369