DEV Community

Discussion on: Writing a Modern MUSH Server with Typescript Part 2: The Input Parser

Collapse
 
danstockham profile image
Dan Stockham • Edited

It would help immensely if there was a filename accompanied by the code snippet. Also, some of the imports I can't seem to find from the previous step nor is there a reference to the code in this step.

For instances this line
import { text } from '../api/text'

What is that? I don't see a reference to it.