summaryrefslogtreecommitdiffstats
path: root/platform/javascript/export/export_plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
| | | | | | | | | | | | | | Feature tag names are still case-sensitive, but this makes built-in feature tags more consistent. - `Windows` -> `windows` - `OSX` -> `osx` - `LinuxBSD` -> `linuxbsd` - `Android` -> `android` - `iOS` -> `ios` - `HTML5` -> `html5` - `JavaScript` -> `javascript` - `UWP` -> `uwp`
* Split javascript export template into multiple filesSergey Minakov2021-08-121-0/+149