-
Notifications
You must be signed in to change notification settings - Fork 34
/
factory.json
79 lines (79 loc) · 2.46 KB
/
factory.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"compat": {
"extra_files": "*.png"
},
"console": {
"extra_files": "images/*.*",
"not_these_templates": [".editorconfig"],
"extra_implementers": ["Deno", "Node.js"]
},
"dom": {
"extra_implementers": [
"Deno (only for aborting and events)",
"Node.js (only for aborting and events)"
],
"readme": "README.md.anne.template-part"
},
"encoding": {
"extra_files": "*.txt *.json *.css",
"post_build_step": "python visualize.py \"$$DIR/\"",
".gitignore": ["/UnicodeData.txt"],
"extra_implementers": ["Deno", "Node.js"],
"readme": "README.md.anne.template-part"
},
"fetch": {
"extra_implementers": ["Deno (not for CORS changes)"],
"readme": "README.md.anne.template-part"
},
"html": {
"not_these_templates": [".editorconfig", ".gitattributes", ".github/workflows/build.yml", ".gitignore", ".pr-preview.json", "Makefile", "README.md"],
"extra_implementers": [
"Deno (only for timers, structured clone, base64 utils, channel messaging, module resolution, web workers, and web storage)",
"Node.js (only for timers, structured clone, base64 utils, channel messaging, and module resolution)"
],
"a11y-check": true
},
"infra": {
"not_these_templates": ["PULL_REQUEST_TEMPLATE.md"],
"readme": "README.md.anne.template-part"
},
"notifications": {
"readme": "README.md.anne.template-part"
},
"storage": {
".gitignore": ["/node_modules/", "/package-lock.json"],
"extra_files": "assets/*",
"readme": "README.md.anne.template-part"
},
"streams": {
"extra_files": "demos/* demos/**/*",
"not_these_templates": [".editorconfig", "README.md"],
"extra_implementers": ["Deno", "Node.js"]
},
"url": {
"extra_implementers": ["Deno", "Node.js"],
"readme": "README.md.anne.template-part"
},
"urlpattern": {
"extra_implementers": [
"Deno",
"kenchris/urlpattern-polyfill"
],
"bikeshed_indent_size": 2,
"bikeshed_max_line_length": "off"
},
"webidl": {
".gitignore": ["/node_modules/"],
"bikeshed_indent_size": 4,
"build_with_node": true,
"post_build_step": "node ./check-grammar.js \"$$DIR/index.html\" && npm run webidl-grammar-post-processor -- --input \"$$DIR/index.html\"",
"not_these_templates": ["README.md"],
"extra_implementers": ["Deno", "Node.js", "webidl2.js", "widlparser"]
},
"websockets": {
"extra_implementers": ["Deno"]
},
"xhr": {
"readme": "README.md.anne.template-part"
}
}