File: README.md

package info (click to toggle)
rust-swc-core 35.0.0~ds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,816 kB
  • sloc: javascript: 873; xml: 538; sh: 358; makefile: 35; python: 5
file content (13 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Architectural Decision Records

This directory contains a series of [Architectural Decision Records](https://adr.github.io/)
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.