UNPKG
pug-parser
Version:
canary (6.0.0-canary-2)
latest (6.0.0)
6.0.0
6.0.0-canary-2
6.0.0-canary-1
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.0
0.0.0
The pug parser (takes an array of tokens and converts it to an abstract syntax tree)
pugjs/pug
pug-parser
/
lib
/
inline-tags.js
24 lines
(22 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
'use strict'
;
module
.
exports
= [
'a'
,
'abbr'
,
'acronym'
,
'b'
,
'br'
,
'code'
,
'em'
,
'font'
,
'i'
,
'img'
,
'ins'
,
'kbd'
,
'map'
,
'samp'
,
'small'
,
'span'
,
'strong'
,
'sub'
,
'sup'
, ];