swc/docs/adr
2022-07-05 04:38:27 +00:00
..
00000-whats-the-big-idea.md chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
00001-support-transformation-plugin-native.md docs(adr): Add adr-00002 for event trace profiling (#3787) 2022-03-01 02:28:58 +00:00
00002-support-event-trace-profiling.md chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
00003-reserve-bytepos-0-for-dummy-span.md feat(common): Reserve BytePos(0) for dummy spans (#4616) 2022-05-11 16:14:42 +00:00
00004-add-ast-path-info-to-visitor.md feat(visit): Add path-aware variants (#5073) 2022-07-05 04:38:27 +00:00
README.md chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
template.md chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00

Architectural Decision Records

This directory contains a series of Architectural Decision Records or "ADRs" for the swc project. We're going to try to use it as a kind of collective memory of the decisions we've made and the path we've taken to get the project to its current point.

Note that these are historical references that do not supersede (but might enhance) the living documentation of the project itself, which you can find inline in the source code.

Proposing a non-trivial change to the way swc works? You might like to start with an ADR by copying template.md into a new file, filling out a first version of the proposal, and posting it as a PR on the github repo for discussion.