Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in JSDoc parsing #6984

Closed
RyanCavanaugh opened this issue Feb 9, 2016 · 1 comment
Closed

Crash in JSDoc parsing #6984

RyanCavanaugh opened this issue Feb 9, 2016 · 1 comment
Assignees
Labels
Duplicate An existing issue was already created

Comments

@RyanCavanaugh
Copy link
Member

This is from my “crawl node_modules for javascript modules” branch at #6928

My tsconfig.json is as below:

{
    "compilerOptions": {
        "allowJs": true,
        "maxNodeSearchJsDepth": 2,
        "outDir": "./out",
        "module": "commonjs"
    },
    "exclude": [
        "node_modules", "out"
    ]
}

Run “npm install gulp” in the root. Have a “test.js” that is as the below.

var g = require('gulp');

g.src()

From the command line run “tsc” (obviously using the ‘\built\local’ from that branch)… CRASH!!

@RyanCavanaugh
Copy link
Member Author

Duplicate #7002

@RyanCavanaugh RyanCavanaugh added Duplicate An existing issue was already created and removed Bug A bug in TypeScript labels Feb 16, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

1 participant