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.
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 | 4 years ago | |
| annotations-collection.ts | 3 years ago | |
| annotations-filter.ts | 3 years ago | |
| annotations-history.ts | 4 years ago | |
| annotations-objects.ts | 3 years ago | |
| annotations-saver.ts | 3 years ago | |
| annotations.ts | 3 years ago | |
| api-implementation.ts | 3 years ago | |
| api.ts | 3 years ago | |
| cloud-storage.ts | 3 years ago | |
| comment.ts | 3 years ago | |
| common.ts | 3 years ago | |
| config.ts | 3 years ago | |
| download.worker.js | 4 years ago | |
| enums.ts | 3 years ago | |
| exceptions.ts | 3 years ago | |
| frames.ts | 3 years ago | |
| issue.ts | 3 years ago | |
| labels.ts | 3 years ago | |
| lambda-manager.ts | 3 years ago | |
| log.ts | 3 years ago | |
| logger-storage.ts | 3 years ago | |
| ml-model.ts | 3 years ago | |
| object-state.ts | 3 years ago | |
| object-utils.ts | 3 years ago | |
| organization.ts | 3 years ago | |
| plugins.ts | 4 years ago | |
| project-implementation.ts | 3 years ago | |
| project.ts | 3 years ago | |
| server-proxy.ts | 3 years ago | |
| session.ts | 3 years ago | |
| statistics.ts | 3 years ago | |
| storage.ts | 3 years ago | |
| user.ts | 3 years ago | |
| webhook.ts | 3 years ago | |