summaryrefslogtreecommitdiffstats
path: root/platform/web/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to eslint 9patwork2024-05-221-23/+13
|
* Add option to ensure cross-origin isolation headers on web exportAdam Scott2024-02-121-3/+5
|
* [Web] Update npm packagesFabio Alessandrelli2023-07-311-8/+6
|
* [Web] Add auto-formatting to HTML files.Fabio Alessandrelli2022-10-111-4/+11
| | | | | | | | | | Uses html-eslint for HTML file and eslint-plugin-html for inline JavaScript. Use HTML5 (not XHTML), remove CDATA and trailing slashes for self closing tags. Add format checks to CI.
* Replace local web server setup for web editor with a Python-based solutionHugo Locurcio2022-10-041-4/+2
| | | | | | | | This makes it easier to set up, as you always have Python installed when building Godot. On the other hand, you don't always have Node.js + npm installed (and you may not want to spend time running `npm install`). Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
* [Web] Add feature detection helpers to JS Engine class.Fabio Alessandrelli2022-09-171-1/+1
|
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-0/+29
Also rename export name from "HTML5" to "Web".