This commit is contained in:
Erik Krogh Kristensen 2023-05-22 20:48:21 +02:00 коммит произвёл GitHub
Родитель 93af0d0c2f
Коммит 653cd86c13
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ class PackageJson extends JsonObject {
/**
* Gets the name of this package.
* If the package is located under the package `pkg1` and its relative path is `foo/bar`, it can be `pkg1/foo/bar`.
* If the package is located under the package `pkg1` and its relative path is `foo/bar`, then the resulting package name will be `pkg1/foo/bar`.
*/
string getPackageName() {
result = this.getPropStringValue("name")