UNPKG
@nullcc/diff2html-cli
Version:
latest (5.9.1)
5.9.1
5.9.0
5.8.1
5.8.0
5.7.1
5.7.0
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.2
5.5.1
5.5.0
5.4.5
5.4.3
5.4.2
5.4.1
5.4.0
5.3.0
5.2.12
5.2.11
5.2.10
5.2.9
5.2.8
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.9
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.3.2
4.3.1
4.3.0
4.2.0
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
Fast Diff to colorized HTML
www.github.com/rtfpessoa/diff2html-cli
rtfpessoa/diff2html-cli
@nullcc/diff2html-cli
/
node_modules
/
hogan.js
/
inheritance.html
16 lines
(12 loc)
•
242 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<
html
>
<
head
>
<
title
>
inheritance test
</
title
>
</
head
>
<
script
>
var
Hogan
= {};
</
script
>
<
script
src
=
"./lib/template.js"
>
</
script
>
<
script
src
=
"./lib/compiler.js"
>
</
script
>
<
script
src
=
"inheritance.js"
>
</
script
>
<
body
>
hmm
</
body
>
</
html
>