Changes between Version 1 and Version 2 of Ticket #32319, comment 23
- Timestamp:
- Apr 13, 2024, 9:08:43 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32319, comment 23
v1 v2 13 13 import {BaseComponent as g} from "/static/wcapp/jsapp/wc-base.min.425310100bce.js"; 14 14 }}} 15 16 17 This regex fixes it: 18 {{{ 19 ( 20 r"""(?P<matched>(?P<import_as>import\s*\*as\s\S)+\s+from\s*["'](?P<url>[./].*?)["']\s*;)""", 21 """%(import_as)s from "%(url)s";""", 22 ), 23 }}}