Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

docs broken for https://deno.land/x/mysql/src/client.ts #152

Closed
ry opened this issue Dec 26, 2019 · 2 comments
Closed

docs broken for https://deno.land/x/mysql/src/client.ts #152

ry opened this issue Dec 26, 2019 · 2 comments

Comments

@ry
Copy link
Member

ry commented Dec 26, 2019

No description provided.

@zhmushan
Copy link
Contributor

following code can reproduce the error:

const rootSource = `import {a} from "./b/c"`
const host = new Host(rootModule, rootSource);
const options = {}; //host.getCompilationSettings();
const program = ts.createProgram(fileNames, options, host);

I guess it's caused by a multi-level directory

@lucacasonato
Copy link
Member

Can be closed because doc.deno.land

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants