Skip to content

Commit

Permalink
doc(contributing): Remove enum_kind from ARCHITECTURE.md (#8666)
Browse files Browse the repository at this point in the history
  • Loading branch information
changwoolab authored Feb 27, 2024
1 parent 942c95b commit f5651e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f5651e8

Please sign in to comment.