This issue concerns adding the existing API docs parser from the nodejs.dev repository to this repository.
The original files described on the source repository are:
The files above will be repurposed, changed, and updated to achieve the initial goal of:
- Having a
constants.mjs file with all sorts of constants
- Extracting certain utils into separate files
- Extracting Regular Expressions to a
queries.mjs
- The main logic will be extracted for now to a
parser.mjs file
The initial API aim is to provide a function where the input is the VFile of an API doc, and the output is its transformed contents into MDX as a string.
This will also require a package.json and possibly a few packages to be added to the project.
This issue concerns adding the existing API docs parser from the nodejs.dev repository to this repository.
The original files described on the source repository are:
The files above will be repurposed, changed, and updated to achieve the initial goal of:
constants.mjsfile with all sorts of constantsqueries.mjsparser.mjsfileThe initial API aim is to provide a function where the input is the VFile of an API doc, and the output is its transformed contents into MDX as a string.
This will also require a
package.jsonand possibly a few packages to be added to the project.