| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-15 | all: commit all generate JavaScript files | Shulhan | |
| This is to simplify development on third party where they can clone and include the file directly without installing or running anything to build the files. | |||
| 2021-08-29 | all: remove and ignore generate JavaScript files | 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. | |||
