.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / caniuse-lite / dist / lib / statuses.js
1 "use strict";
2
3 Object.defineProperty(exports, "__esModule", {
4     value: true
5 });
6 exports.default = {
7     1: "ls", // WHATWG Living Standard
8     2: "rec", // W3C Recommendation
9     3: "pr", // W3C Proposed Recommendation
10     4: "cr", // W3C Candidate Recommendation
11     5: "wd", // W3C Working Draft
12     6: "other", // Non-W3C, but reputable
13     7: "unoff" // Unofficial, Editor's Draft or W3C "Note"
14 };