You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roman Donchenko 85b5547541
Make the server proxy's properties visible to static analysis (#5345)
Currently, all properties of the server proxy object are created using
`Object.defineProperties` in the constructor, which means that IDEs like
VS Code can't analyze the file's static structure to determine what
properties there are and what types they have. Consequently, things like
autocomplete and go-to-definition don't work.

Fix that by removing the `ServerProxy` class altogether and exporting an
anonymous object with all properties defined statically.
3 years ago
..
annotation-formats.ts Added support of skeletons (#1) 4 years ago
annotations-collection.ts Added paint brush tools (#4543) 3 years ago
annotations-filter.ts Added paint brush tools (#4543) 3 years ago
annotations-history.ts Added support of skeletons (#1) 4 years ago
annotations-objects.ts Added paint brush tools (#4543) 3 years ago
annotations-saver.ts Source & target storage support (#4842) 3 years ago
annotations.ts Added paint brush tools (#4543) 3 years ago
api-implementation.ts Convert `api.ts`, `api-implementation.ts` and `frames.ts` to ES6 modules (#5283) 3 years ago
api.ts Convert `api.ts`, `api-implementation.ts` and `frames.ts` to ES6 modules (#5283) 3 years ago
cloud-storage.ts Fix ESlint problems / typescript for cvat-core (#5027) 3 years ago
comment.ts Fix ESlint problems / typescript for cvat-core (#5027) 3 years ago
common.ts Enabled authentication via email (#5037) 3 years ago
config.ts Added paint brush tools (#4543) 3 years ago
download.worker.js API versioning using accept header (#4239) 4 years ago
enums.ts Supported type for all labels (#5273) 3 years ago
exceptions.ts Added paint brush tools (#4543) 3 years ago
frames.ts Convert `api.ts`, `api-implementation.ts` and `frames.ts` to ES6 modules (#5283) 3 years ago
issue.ts Fix ESlint problems / typescript for cvat-core (#5027) 3 years ago
labels.ts Added paint brush tools (#4543) 3 years ago
lambda-manager.ts Added paint brush tools (#4543) 3 years ago
log.ts Fix ESlint problems / typescript for cvat-core (#5027) 3 years ago
logger-storage.ts Fix ESlint problems / typescript for cvat-core (#5027) 3 years ago
ml-model.ts Added paint brush tools (#4543) 3 years ago
object-state.ts Added paint brush tools (#4543) 3 years ago
object-utils.ts Added paint brush tools (#4543) 3 years ago
organization.ts Fix ESlint problems / typescript for cvat-core (#5027) 3 years ago
plugins.ts Added support of skeletons (#1) 4 years ago
project-implementation.ts Added paint brush tools (#4543) 3 years ago
project.ts Added paint brush tools (#4543) 3 years ago
server-proxy.ts Make the server proxy's properties visible to static analysis (#5345) 3 years ago
session.ts Added paint brush tools (#4543) 3 years ago
statistics.ts Added paint brush tools (#4543) 3 years ago
storage.ts Source & target storage support (#4842) 3 years ago
user.ts Add webhooks (#4863) 3 years ago
webhook.ts Add webhooks (#4863) 3 years ago