Initial Commit
This commit is contained in:
1
node_modules/jquery/src/manipulation/var/rscriptType.js
generated
vendored
Normal file
1
node_modules/jquery/src/manipulation/var/rscriptType.js
generated
vendored
Normal 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
4
node_modules/jquery/src/manipulation/var/rtagName.js
generated
vendored
Normal 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;
|
||||
Reference in New Issue
Block a user