UNPKG
tr46
Version:
latest (6.0.0)
6.0.0
5.1.1
5.1.0
5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
jsdom/tr46
tr46
/
lib
/
statusMapping.js
12 lines
(10 loc)
•
246 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
module
.
exports
.
STATUS_MAPPING
= {
mapped
:
1
,
valid
:
2
,
disallowed
:
3
,
disallowed_STD3_valid
:
4
,
// eslint-disable-line camelcase
disallowed_STD3_mapped
:
5
,
// eslint-disable-line camelcase
deviation
:
6
,
ignored
:
7
};