Masatake YAMATO
Masatake YAMATO
(http://openui5.org/getstarted.html)
I misunderstood your question. To run test, do ``` $ make units ``` Only about javascript do ``` $ make units LANGUAGES=JavaScript ``` How to write a test case, please...
After thinking I rename what I called "dialect" here to "subparser". See #1326, especially https://github.com/universal-ctags/ctags/commit/9ac9b7a0f666234dcb1eff6486f6b0fd93d6d299 . In this case, javascript parser acts as a base parser. openui5 parser can be...
I convinced that UI5 code should be parsed by a subparser of JavaScript. ``` sap.ui.controller("id.of.controller", { method_name1 : function... { }, method_name2 : function ... { } } ``` method_name1...
> and often emits parent tags after children That's the point! Here is my solution. ``` commit 02a3804502981e2574dd0f64d47011d76390c3e7 Author: Masatake YAMATO Date: Thu Jun 13 04:37:54 2019 +0900 main: introduce...
I'd like to show my current idea about modules. I wonder you may think it is over-engineering:-) Please, read when you have a time. To support vue, we have to...
We had that discussion before. However, I cannot find how tags output for the input should be. How do you think? https://github.com/universal-ctags/ctags/pull/1603 https://github.com/universal-ctags/ctags/pull/1601 https://github.com/universal-ctags/ctags/pull/1604 Following output ``` .... Add for...
The output should be documented.
This must be done before merging DocBook parser.
I have to summarize the issue first.