File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 44
55import { runInContext } from ".." ;
66import { Context } from "../cse-machine/context" ;
7- import { BasicEvaluator } from "@sourceacademy/conductor" ;
8- import { IRunnerPlugin } from "@sourceacademy/conductor" ;
7+ import { BasicEvaluator , IRunnerPlugin } from "@sourceacademy/conductor/runner" ;
98import { IOptions } from ".." ;
109import { Finished } from "../types" ;
1110
Original file line number Diff line number Diff line change 3535 /* Modules */
3636 "module" : " ESNext" ,// /* Specify what module code is generated. */
3737 "rootDir" : " src" , /* Specify the root folder within your source files. */
38- "moduleResolution" : " node " , /* Specify how TypeScript looks up a file from a given module specifier. */
38+ "moduleResolution" : " bundler " , /* Specify how TypeScript looks up a file from a given module specifier. */
3939 // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
4040 // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
4141 // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
You can’t perform that action at this time.
0 commit comments