Initial Commit

This commit is contained in:
2026-04-05 20:15:13 +10:00
commit 592be30781
193 changed files with 79479 additions and 0 deletions

View File

@@ -0,0 +1 @@
export var rscriptType = /^$|^module$|\/(?:java|ecma)script/i;

4
node_modules/jquery/src/manipulation/var/rtagName.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
// rtagName captures the name from the first start tag in a string of HTML
// https://html.spec.whatwg.org/multipage/syntax.html#tag-open-state
// https://html.spec.whatwg.org/multipage/syntax.html#tag-name-state
export var rtagName = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i;