file_path stringlengths 3 280 | file_language stringclasses 66
values | content stringlengths 1 1.04M | repo_name stringlengths 5 92 | repo_stars int64 0 154k | repo_description stringlengths 0 402 | repo_primary_language stringclasses 108
values | developer_username stringlengths 1 25 | developer_name stringlengths 0 30 | developer_company stringlengths 0 82 |
|---|---|---|---|---|---|---|---|---|---|
crates/swc_html_minifier/tests/fixture/text/inline-block-3/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title>foo <button>baz</button>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-4/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>foo<button>baz</button> bar</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-4/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title>foo<button>baz</button> bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-5/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>foo <button> baz </button> bar</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-5/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title>foo <button>baz</button> bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-6/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>foo<button> baz </button>bar</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-6/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title>foo<button>baz</button>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-7/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>foo <button> baz </button>bar</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-7/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title>foo <button>baz</button>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-8/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>foo<button> baz </button> bar</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-8/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title>foo<button>baz</button> bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-9/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><div>foo <button>baz</button> bar</div></body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/inline-block-9/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><div>foo <button>baz</button> bar</div> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/li/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<span>test</span> <li>test</li>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/li/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><span>test</span><li>test</li> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/math/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><p>where <math> <mi>R</mi> </math> is the Rici tensor.</p></body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/math/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><p>where <math><mi>R</mi> </math>is the Rici tensor. | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/none-1/input.html | HTML | <!doctype html>
<div><span>test</span> <meta name="test"> <span>test</span></div>
<div><span>test</span> a <meta name="test"> <span>test</span></div>
<div><span>test</span> <meta name="test"> b <span>test</span></div>
<div><span>test</span> a <meta name="test"> b <span>test</span></div>
<div> <meta name="test"> <span>t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/none-1/output.min.html | HTML | <!doctype html><div><span>test</span><meta name=test> <span>test</span></div><div><span>test</span> a<meta name=test> <span>test</span></div><div><span>test</span><meta name=test> b <span>test</span></div><div><span>test</span> a<meta name=test> b <span>test</span></div><div><meta name=test> <span>test</span><meta name... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/none/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<div itemscope itemtype="https://schema.org/SoftwareApplication">
<span itemprop="name">Angry Birds</span> -
REQUIRES <span itemprop="operatingSystem">ANDROID</span><br>
<link itemprop="applicationCategory" href="https://sch... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/none/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><div itemscope itemtype=https://schema.org/SoftwareApplication><span itemprop=name>Angry Birds</span> - REQUIRES <span itemprop=operatingSystem>ANDROID</span><br><link itemprop=applicationCategory href=https://schema.org/GameApplication><div itemprop=aggregateRating i... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/noscript-1/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div>
<... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/noscript-1/output.min.html | HTML | <!doctype html><html lang=en><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"><meta http-equiv=X-UA-Compatible content="ie=edge"><title>Document</title><div><span>test</span><noscript><a href=#>External Link</a></noscript></div><... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/noscript/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<noscript>
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/noscript/output.min.html | HTML | <!doctype html><html lang=en><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"><meta http-equiv=X-UA-Compatible content="ie=edge"><title>Document</title><body><noscript>
<a href=https://www.mozilla.com/>External Link</a>
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/only-smart/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
Text
Text
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/only-smart/output.min.html | HTML | <!doctype html><html lang=en><meta charset=UTF-8><title>Document</title>Text Text | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/only/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
Text
Text
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/only/output.min.html | HTML | <!doctype html><html lang=en><meta charset=UTF-8><title>Document</title>Text
Text | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/ruby-1/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<span>test</span> <ruby>test</ruby>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/ruby-1/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><span>test</span> <ruby>test</ruby> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/ruby-2/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<ruby>test</ruby> <span>test</span>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/ruby-2/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><ruby>test</ruby> <span>test</span> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/ruby-3/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><div>foo <ruby> baz </ruby> bar</div></body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/ruby-3/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><div>foo <ruby>baz</ruby> bar</div> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/select-1/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><span>test</span><select>
<option>foo</option>
<option>bar</option>
</select></body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/select-1/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><span>test</span><select> <option>foo</option> <option>bar</option> </select> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/select/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><select>
<option>foo</option>
<option>bar</option>
</select></body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/select/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><select><option>foo<option>bar</select> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/single-1/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><div><span> foo </span></div></body></html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/single-1/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><div><span>foo</span></div> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/single/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><span> foo </span></body></html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/single/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><span>foo</span> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/slot-1/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<template>
<span>test</span> <slot name="test">Test</slot>
</template>
<template>
<span>test</span><slot name="test">Test</slot>
</template>
<template>
<div>test</div> <slot name="test">Test</slot>
</template>
<template>
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/slot-1/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><body><template> <span>test</span> <slot name=test>Test</slot> </template><template> <span>test</span><slot name=test>Test</slot> </template><template><div>test</div><slot name=test>Test</slot> </template><template><div>test</div><slot name=test>Test</slot> </template... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/slot-2/input.html | HTML | <!doctype html>
<template id="template">
<slot name="a"><p>a</p></slot>
<slot name="b"><span>test</span> <span>test</span></slot>
<slot name="C"><div>test</div> <div>test</div></slot>
</template>
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/slot-2/output.min.html | HTML | <!doctype html><template id=template> <slot name=a><p>a</p></slot> <slot name=b><span>test</span> <span>test</span></slot> <slot name=C><div>test</div><div>test</div></slot> </template> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/slot-3/input.html | HTML | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>element-details - web component using <template> and <slot></title>
<style>
dl { margin-left: 6px; }
dt { font-weight: bold; color: #217ac0; font-size: 110% }
dt { font-family: Consolas, "Liberation Mono", Courie... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/slot-3/output.min.html | HTML | <!doctype html><meta charset=utf-8><title>element-details - web component using <template> and <slot></title><style>dl{margin-left:6px}dt{font-weight:700;color:#217ac0;font-size:110%;font-family:Consolas,"Liberation Mono",Courier}dd{margin-left:16px}</style><h1>element-details - web component using <code><temp... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/slot/input.html | HTML | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>element-details - web component using <template> and <slot></title>
<style>
dl { margin-left: 6px; }
dt { font-weight: bold; color: #217ac0; font-size: 110% }
dt { font-family: Consolas, "Liberation Mono", Courie... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/slot/output.min.html | HTML | <!doctype html><meta charset=utf-8><title>element-details - web component using <template> and <slot></title><style>dl{margin-left:6px}dt{font-weight:700;color:#217ac0;font-size:110%;font-family:Consolas,"Liberation Mono",Courier}dd{margin-left:16px}</style><h1>element-details - web component using <code><temp... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-1/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<div><div><div><div> test</div></div></div></div>
<div><div><div><div>test </div></div></div></div>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-1/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><div><div><div><div> test</div></div></div></div>
<div><div><div><div>test </div></div></div></div> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-2/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
a
<div><div><div><div> test</div></div></div></div>
<div><div><div><div>test </div></div></div></div>
a
</body></html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-2/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title>a
<div><div><div><div> test</div></div></div></div>
<div><div><div><div>test </div></div></div></div>
a | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-3/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
text
</body></html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-3/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title>text | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-4/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><pre>
a
</pre></body></html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-4/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><pre>
a
</pre> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-5/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><pre><code>
Text
</code></pre></body></html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-5/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><pre><code>
Text
</code></pre> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-6/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<div> <div> test </div> </div>
<div> <div> test </div> </div>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-6/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><div> <div> test </div> </div>
<div> <div> test </div> </div> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-7/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<div> <div> test </div> </div>
<div> <div> test </div> </div>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-7/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><div><div>test</div></div><div><div>test</div></div> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-8/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<div> a <span> test </span> b </div>
<div> a <span> test </span> b </div>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-8/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><div>a <span>test </span>b</div><div>a <span>test </span>b</div> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><div><div><div><div> test</div></div></div></div>
<div><div><div><div>test </div></div></div></div></body></html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/spaces-in-body/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><div><div><div><div>test</div></div></div></div>
<div><div><div><div>test</div></div></div></div> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/svg-1/input.html | HTML | <!doctype html>
<span>test</span> <svg><text x="0" y="150" class="small">Мой</text> </svg> <span>a</span> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/svg-1/output.min.html | HTML | <!doctype html><span>test</span> <svg><text y=150 class=small>Мой</text></svg><span>a</span> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/svg-2/input.html | HTML | <!doctype html>
<span>test</span><svg> a <text x="0" y="150" class="small">Мой</text></svg><span>a</span> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/svg-2/output.min.html | HTML | <!doctype html><span>test</span><svg> a<text y=150 class=small>Мой</text></svg><span>a</span> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/svg-3/input.html | HTML | <!doctype html>
<svg width="350" height="60" xmlns="http://www.w3.org/2000/svg">
<text>
This is <tspan font-weight="bold" fill="red">bold and red</tspan> <tspan font-weight="bold" fill="red">bold and red</tspan>
</text>
<style><![CDATA[
text{
dominant-baseline: hanging;
font: 28px... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/svg-3/output.min.html | HTML | <!doctype html><svg width=350 height=60><text>This is <tspan font-weight=bold fill=red>bold and red</tspan> <tspan font-weight=bold fill=red>bold and red</tspan></text><style>text{dominant-baseline:hanging;font:28px Verdana,Helvetica,Arial,sans-serif}</style></svg> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/svg-4/input.html | HTML | <!doctype html>
<svg>
<a href=""> </a>
<altGlyph> </altGlyph>
<altGlyphDef> </altGlyphDef>
<altGlyphItem> </altGlyphItem>
<animate> </animate>
<animateColor> </animateColor>
<animateMotion> </animateMotion>
<animateTransform> </animateTransform>
<animation> </animation>
<... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/svg-4/output.min.html | HTML | <!doctype html><svg><a href="" /><altGlyph/><altGlyphDef/><altGlyphItem/><animate/><animateColor/><animateMotion/><animateTransform/><animation/><audio src="" /> <canvas/><circle> </circle><clipPath/><color-profile/><cursor/><defs/><desc/><discard/><ellipse> </ellipse><feBlend/><feColorMatrix/><feComponentTransfer/><fe... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/svg/input.html | HTML | <!doctype html>
<span>test</span> <svg> <text x="0" y="150" class="small">Мой</text> </svg> <span>a</span> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/svg/output.min.html | HTML | <!doctype html><span>test</span> <svg><text y=150 class=small>Мой</text></svg><span>a</span> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/table-1/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<table><tr><td>test</td></tr></table> <span>test</span>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/table-1/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><table><tr><td>test</table><span>test</span> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/table-2/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<div> <table><tr><td>test</td></tr></table> </div>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/table-2/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><div><table><tr><td>test</table></div> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/table-3/input.html | HTML | <!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Table</title>
</head>
<body>
<table border="1">
<caption>Table</caption>
<tr>
<th>One</th>
<th>Two</th>
<th>Three</th>
<th>Four</th>
</tr>
<tr><td>34,5</td><td>3,5</td><td>36</td><td>23</td></tr>
<tr>... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/table-3/output.min.html | HTML | <!doctype html><meta charset=utf-8><title>Table</title><table border=1><caption>Table<tr><th>One<th>Two<th>Three<th>Four<tr><td>34,5<td>3,5<td>36<td>23<tr><td>35,5<td>4<td>36⅔<td>23–23,5<tr><td>36<td>4,5<td>37⅓<td>23,5<tr><td>36,5<td>5<td>38<td>24<tr><td>37<td>5,5<td>38⅔<td>24,5<tr><td>38<td>6<td>39⅓<td>25<tr><td>38,5<... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/table-4/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<table>
<caption>Superheros and sidekicks</caption>
<colgroup>
<col>
<col span="2" class="batman">
<col span="2" class="flash">
</colgroup>
<tr>
<td> </td>
<th scope="col">Batman</t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/table-4/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><table><caption>Superheros and sidekicks<col><col span=2 class=batman><col span=2 class=flash><tr><td><th scope=col>Batman<th scope=col>Robin<th scope=col>The Flash<th scope=col>Kid Flash<tr><th scope=row>Skill<td>Smarts<td>Dex, acrobat<td>Super speed<td>Super speed</... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/table/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<span>test</span> <table><tr><td>test</td></tr></table>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/table/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><span>test</span><table><tr><td>test</table> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/template-multiple/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<div><span>test</span> <template><div>test</div></template> <template><div>test</div></template> <span>test</span></div>
<div><span>test</span><template><div>test</div></template> <template><div>test</div></template><span>test</span></d... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/template-multiple/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><div><span>test</span><template><div>test</div></template><template><div>test</div></template> <span>test</span></div><div><span>test</span><template><div>test</div></template><template><div>test</div></template><span>test</span></div><div><span>test</span><template><... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/template/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<template>
<di... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/template/output.min.html | HTML | <!doctype html><html lang=en><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"><meta http-equiv=X-UA-Compatible content="ie=edge"><title>Document</title><template>
<div>
test
</div>
<ul>
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/title/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>
Document
</title>
</head>
<bo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/title/output.min.html | HTML | <!doctype html><html lang=en><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"><meta http-equiv=X-UA-Compatible content="ie=edge"><title>Document</title><p>
test
</p>
<ul>
<li>test1</li>
<li>test2</li>
<li>test3</... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/ul-1/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<ul>
<li><span>test</span> foo</li> <li><div>test</div> foo </li> <li> <span>test</span> <span>test</span></li> <li>foo <span>test</span></li>
</ul>
<ul>
<li> <span>test</span> </li>
<li> <span>test</span><... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/ul-1/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><ul><li><span>test</span> foo<li><div>test</div>foo<li><span>test</span> <span>test</span><li>foo <span>test</span></ul><ul><li><span>test</span><li><span>test</span><span>test</span></ul> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/ul/input.html | HTML | <!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<ul> <li> test </li> <li>test </li> <li> test</li> <li>test</li> </ul>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/fixture/text/ul/output.min.html | HTML | <!doctype html><html lang=en><title>Document</title><ul><li>test<li>test<li>test<li>test</ul> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_minifier/tests/recovery/attribute/broken/input.html | HTML | <a b==></a> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.