Project

General

Profile

Actions

Task #101297

open

Render JavaScript modules as script tag if possible

Added by Benjamin Franzke 10 months ago. Updated 5 months ago.

Status:
Under Review
Priority:
Should have
Category:
Backend JavaScript
Target version:
-
Start date:
2023-07-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Write something like

<script type="module" src="/typo3/sysext/backend/Resources/Public/JavaScript/global-event-handler.js?bust=1688766145"></script>

instead of

<script src="/typo3/sysext/core/Resources/Public/JavaScript/java-script-item-handler.js?1688764611">/* [{"type": "javaScriptModuleInstruction…

if possible as fastpath for fast native module loading.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Epic #96323: TYPO3 Backend: ES6 Module (ESM) supportClosedBenjamin Franzke2021-12-10

Actions
Actions

Also available in: Atom PDF