| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-24 | all: fix all linter warnings from tsc and eslint | Shulhan | |
| In this changes we introduce eslint as our linter for TypeScript and update our tsconfig to be more strict. The ".eslintrc.yaml" and "tsconfig.json" is taken from golang/website repository [1]. [1]: https://cs.opensource.google/go/x/website | |||
| 2021-08-29 | response: make the message field to be required | Shulhan | |
| 2021-08-28 | all: use the WuiResponseInterface for non-void return type | Shulhan | |
| This commit changes the WuiVfsOptions.istNodes and WuiEditorOptions.OpenFile to WuiResponseInterface. WuiResponseInterface define an interface that will be returned by function or method with non-void type. If the function/method success, the code should be set to 200 (equal to HTTP OK), and the data will contains the expected data for that function. If the function/method call failed, the code should be set to other value beside 200 with a message describe why its failed. | |||
