Skip to content

Commit 6dca90e

Browse files
committed
notes
1 parent 03f344e commit 6dca90e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

packages/transform/AST_TASK.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11

22
we are a building transformers so we can upgrade PG13 ASTs to PG17, stepwise, so one major version at a time.
33

4-
First only work on packages/transform/src/transformers/v13-to-v14.ts
4+
you will be assigned a transformer, such as v13-v14, or v14-v15, you will be assigned in your initial prompt.
55

6-
and only work by testing like this to only run tests inside of the PG13 -> PG14 :
6+
First only work on packages/transform/src/transformers/v<previousVersion>-to-v<nextVersion>.ts
77

8+
and only work by testing like this to only run tests inside a particular transformer test suite
9+
10+
yarn test:watch __tests__/kitchen-sink/<previousVersion>-<nextVersion>
11+
12+
for example, for the 13-14 transformer:
813
yarn test:watch __tests__/kitchen-sink/13-14
914

15+
for example, for the 14-15 transformer:
16+
yarn test:watch __tests__/kitchen-sink/14-15
17+
1018
More info:
1119
review packages/transform/AST_NOTES.md
1220
review packages/transform/AST_PLAN.md

packages/transform/STATUS-15-16.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
not started — see previous status docs for format style.

packages/transform/STATUS-16-17.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
not started — see previous status docs for format style.

0 commit comments

Comments
 (0)