source:
frontend/node_modules/tr46/lib/statusMapping.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 246 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | "use strict"; |
| 2 | ||
| 3 | module.exports.STATUS_MAPPING = { | |
| 4 | mapped: 1, | |
| 5 | valid: 2, | |
| 6 | disallowed: 3, | |
| 7 | disallowed_STD3_valid: 4, // eslint-disable-line camelcase | |
| 8 | disallowed_STD3_mapped: 5, // eslint-disable-line camelcase | |
| 9 | deviation: 6, | |
| 10 | ignored: 7 | |
| 11 | }; |
Note:
See TracBrowser
for help on using the repository browser.
