V2 README #3374
Merged
V2 README #3374
Conversation
c63e7f7
to
dad0f2a
| const {readFileSync} = require('fs'); | ||
| const path = require('path'); | ||
|
|
||
| const README_PATH = path.join(__dirname, '../README.md'); |
kwelch
Aug 13, 2019
Contributor
In the script you passed the file path in, is the plan to expand this to allow for using that instead of the constant?
In the script you passed the file path in, is the plan to expand this to allow for using that instead of the constant?
|
|
| @@ -1286,38 +1341,73 @@ asset graph. They mostly call out to different compilers and preprocessors. | |||
| import {Transform} from '@parcel/plugin'; | |||
kwelch
Aug 13, 2019
Contributor
This part of the docs seem to match up with the PR I created, #3075. Maybe what I wrote is not necessary and we can close that PR.
This part of the docs seem to match up with the PR I created, #3075. Maybe what I wrote is not necessary and we can close that PR.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.


Notable Changes
Getting Startedfrom RFC and moved it to the top. Moved rest of RFC underneathDocumentationand added a generated Table of Contents.Test Plans