Skip to content

Commit

Permalink
cleanup misc markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed May 18, 2022
1 parent 00755d0 commit 0288468
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
10 changes: 10 additions & 0 deletions development-docs/README.md
@@ -0,0 +1,10 @@
This directory contains a variety of documents:

- notes
- old to-do lists
- design ideas from when I implemented various features
- templates for drafting release notes
- etc

It is useful to me to keep these notes. If you find their presence
confusing, you can safely ignore this directory.
7 changes: 6 additions & 1 deletion TODOs.md → development-docs/nodenextNode16.md
@@ -1,4 +1,9 @@
#TODOs
# Adding support for NodeNext, Node16, `.cts`, `.mts`, `.cjs`, `.mjs`

*This feature has already been implemented. Here are my notes from when
I was doing the work*

## TODOs

Implement node module type classifier:
- if NodeNext or Node12: ask classifier for CJS or ESM determination
Expand Down
2 changes: 2 additions & 0 deletions notes2.md → development-docs/rootDirOutDirMapping.md
@@ -1,3 +1,5 @@
## Musings about resolving between rootDir and outDir

When /dist and /src are understood to be overlaid because of src -> dist compiling
/dist/
/src/
Expand Down
4 changes: 1 addition & 3 deletions NOTES.md → development-docs/yarnPnpInterop.md
@@ -1,6 +1,4 @@
*Delete this file before merging this PR*

## PnP interop
## Yarn PnP interop

Asked about it here:
https://discord.com/channels/226791405589233664/654372321225605128/957301175609344070
Expand Down
9 changes: 0 additions & 9 deletions notes1.md

This file was deleted.

0 comments on commit 0288468

Please sign in to comment.