forked from swc-project/swc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
63 lines (56 loc) · 1.17 KB
/
.prettierignore
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
# Bundler cache files
.cache/
# Generated
CHANGELOG.md
target/
node_modules/
# Space sensitive
crates/jsdoc/tests/
crates/swc/tests/errors/
crates/swc/tests/fixture/
crates/swc/tests/projects/
crates/swc/tests/serde/
crates/swc_css_codegen/tests/
crates/swc_css_lints/tests/
crates/swc_css_minifier/tests/
crates/swc_css_parser/tests/
crates/swc_css_prefixer/tests/
crates/swc_ecma_codegen/tests/
crates/swc_ecma_lints/tests/
crates/swc_ecma_parser/tests/
crates/swc_estree_compat/tests/
crates/swc_html_codegen/tests/
crates/swc_html_minifier/tests/
crates/swc_html_parser/tests/
crates/swc_webpack_ast/tests/
# Generated by testing system
output/
output.js
output.*.js
output.full.js
output.mjs
index.g.js
output.json
output.ts
output.css
output.min.css
output.html
output.min.html
# Generated
crates/swc_ecma_preset_env/data
crates/swc_ecma_preset_env/**/*.json
crates/swc/tests/tsc-references
scripts/npm
# Downloaded
benches/
# TODO: Enable formatting
helpers/
packages/swc-helpers
node-swc/__tests__
node-swc/src
node-swc/tests
crates/swc/tests/srcmap/
crates/swc/tests/stacktrace/
# git submodules
crates/swc_ecma_parser/tests/test262-parser
crates/swc_html_parser/tests/html5lib-tests