Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 75db82b

Browse files
committed
Promote version 3.0.0
1 parent 5d59e79 commit 75db82b

12 files changed

+59
-83
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
npm-debug.log*
33
node_modules/
44
coverage
5+
dist
56
.nyc_output
67
package-lock.json

docs/assets/highlight.css

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
:root {
2-
--light-hl-0: #800000;
3-
--dark-hl-0: #808080;
4-
--light-hl-1: #800000;
5-
--dark-hl-1: #569CD6;
6-
--light-hl-2: #000000;
7-
--dark-hl-2: #D4D4D4;
8-
--light-hl-3: #E50000;
9-
--dark-hl-3: #9CDCFE;
10-
--light-hl-4: #0000FF;
11-
--dark-hl-4: #CE9178;
12-
--light-hl-5: #0000FF;
13-
--dark-hl-5: #569CD6;
14-
--light-hl-6: #0070C1;
15-
--dark-hl-6: #4FC1FF;
16-
--light-hl-7: #795E26;
17-
--dark-hl-7: #DCDCAA;
18-
--light-hl-8: #A31515;
19-
--dark-hl-8: #CE9178;
20-
--light-hl-9: #001080;
21-
--dark-hl-9: #9CDCFE;
22-
--light-hl-10: #008000;
23-
--dark-hl-10: #6A9955;
2+
--light-hl-0: #795E26;
3+
--dark-hl-0: #DCDCAA;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #A31515;
7+
--dark-hl-2: #CE9178;
8+
--light-hl-3: #800000;
9+
--dark-hl-3: #808080;
10+
--light-hl-4: #800000;
11+
--dark-hl-4: #569CD6;
12+
--light-hl-5: #E50000;
13+
--dark-hl-5: #9CDCFE;
14+
--light-hl-6: #0000FF;
15+
--dark-hl-6: #CE9178;
16+
--light-hl-7: #AF00DB;
17+
--dark-hl-7: #C586C0;
18+
--light-hl-8: #001080;
19+
--dark-hl-8: #9CDCFE;
20+
--light-hl-9: #0000FF;
21+
--dark-hl-9: #569CD6;
22+
--light-hl-10: #0070C1;
23+
--dark-hl-10: #4FC1FF;
24+
--light-hl-11: #008000;
25+
--dark-hl-11: #6A9955;
2426
--light-code-background: #FFFFFF;
2527
--dark-code-background: #1E1E1E;
2628
}
@@ -37,6 +39,7 @@
3739
--hl-8: var(--light-hl-8);
3840
--hl-9: var(--light-hl-9);
3941
--hl-10: var(--light-hl-10);
42+
--hl-11: var(--light-hl-11);
4043
--code-background: var(--light-code-background);
4144
} }
4245

@@ -52,6 +55,7 @@
5255
--hl-8: var(--dark-hl-8);
5356
--hl-9: var(--dark-hl-9);
5457
--hl-10: var(--dark-hl-10);
58+
--hl-11: var(--dark-hl-11);
5559
--code-background: var(--dark-code-background);
5660
} }
5761

@@ -67,6 +71,7 @@
6771
--hl-8: var(--light-hl-8);
6872
--hl-9: var(--light-hl-9);
6973
--hl-10: var(--light-hl-10);
74+
--hl-11: var(--light-hl-11);
7075
--code-background: var(--light-code-background);
7176
}
7277

@@ -82,6 +87,7 @@
8287
--hl-8: var(--dark-hl-8);
8388
--hl-9: var(--dark-hl-9);
8489
--hl-10: var(--dark-hl-10);
90+
--hl-11: var(--dark-hl-11);
8591
--code-background: var(--dark-code-background);
8692
}
8793

@@ -96,4 +102,5 @@
96102
.hl-8 { color: var(--hl-8); }
97103
.hl-9 { color: var(--hl-9); }
98104
.hl-10 { color: var(--hl-10); }
105+
.hl-11 { color: var(--hl-11); }
99106
pre, code { background: var(--code-background); }

docs/functions/createRebaser.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<h1>Function createRebaser</h1></div>
1818
<section class="tsd-panel">
1919
<ul class="tsd-signatures">
20-
<li class="tsd-signature tsd-anchor-link" id="createRebaser"><span class="tsd-kind-call-signature">create<wbr/>Rebaser</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">map</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/Rebaser.html" class="tsd-signature-type tsd-kind-interface">Rebaser</a><a href="#createRebaser" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
20+
<li class="tsd-signature tsd-anchor-link" id="createRebaser"><span class="tsd-kind-call-signature">create<wbr/>Rebaser</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">map</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/Rebaser.html" class="tsd-signature-type tsd-kind-interface">Rebaser</a><a href="#createRebaser" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
2121
<li class="tsd-description">
2222
<div class="tsd-comment tsd-typography"><p>Creates and returns a Rebaser instance.</p>
2323
</div>
@@ -30,12 +30,12 @@ <h5><span class="tsd-kind-parameter">map</span>: <span class="tsd-signature-type
3030
</div>
3131
<div class="tsd-comment tsd-typography"></div></li>
3232
<li>
33-
<h5><span class="tsd-kind-parameter">options</span>: <a href="../types/Options.html" class="tsd-signature-type tsd-kind-type-alias">Options</a></h5>
33+
<h5><span class="tsd-kind-parameter">options</span>: <a href="../types/Options.html" class="tsd-signature-type tsd-kind-type-alias">Options</a><span class="tsd-signature-symbol"> = {}</span></h5>
3434
<div class="tsd-comment tsd-typography"></div></li></ul></div>
3535
<h4 class="tsd-returns-title">Returns <a href="../interfaces/Rebaser.html" class="tsd-signature-type tsd-kind-interface">Rebaser</a></h4>
3636
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
3737
<ul>
38-
<li>Defined in <a href="https://github.com/ericmorand/html-source-map-rebase/blob/3bb79d0/src/lib/Rebaser.ts#L89">lib/Rebaser.ts:89</a></li></ul></aside></li></ul></section></div>
38+
<li>Defined in <a href="https://github.com/ericmorand/html-source-map-rebase/blob/5d59e79/src/lib/Rebaser.ts#L71">lib/Rebaser.ts:71</a></li></ul></aside></li></ul></section></div>
3939
<div class="col-sidebar">
4040
<div class="page-menu">
4141
<div class="tsd-navigation settings">

0 commit comments

Comments
 (0)