mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 14:16:12 +03:00
doc(contributing): Remove enum_kind
from ARCHITECTURE.md
(#8666)
This commit is contained in:
parent
942c95be2d
commit
f5651e87b1
@ -9,7 +9,6 @@ This document gives a high level overview of SWC internals. You may find it usef
|
||||
|
||||
SWC uses proc macro extensively to reduce work. Please see links below to know what each macro do.
|
||||
|
||||
- [enum_kind][]
|
||||
- [string_enum][]
|
||||
- [ast_node][]
|
||||
|
||||
@ -145,7 +144,6 @@ Parser tests ensure that the parsed results of `test262/pass` are identical with
|
||||
|
||||
Codegen tests ensure that the generated code is equivalent to the golden fixture files located at [tests/references](crates/swc_ecma_codegen/tests).
|
||||
|
||||
[enum_kind]: https://rustdoc.swc.rs/enum_kind/derive.Kind.html
|
||||
[string_enum]: https://rustdoc.swc.rs/string_enum/derive.StringEnum.html
|
||||
[ast_node]: https://rustdoc.swc.rs/ast_node/index.html
|
||||
[parser_macros]: https://rustdoc.swc.rs/swc_ecma_parser_macros/index.html
|
||||
|
Loading…
Reference in New Issue
Block a user