Skip to content

Conversation

asgerf
Copy link
Contributor

@asgerf asgerf commented Mar 15, 2020

A while ago I made the TypeScript extractor report semantic errors found by the TypeScript compiler, wrongly assuming this would be cheap as the compiler had to compute type information anyway.

For vscode this increased extraction time by ~13% (from 838s to 947s), which I think is a bit much for some diagnostics information.

This hides it behind an internal flag as it's sometimes useful when diagnosing dependency installation.
(The flag name uses the old SEMMLE_ prefix as it's internal anyway).

@asgerf asgerf added the JS label Mar 15, 2020
@asgerf asgerf requested a review from a team as a code owner March 15, 2020 12:09
Copy link
Contributor

@erik-krogh erik-krogh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@semmle-qlci semmle-qlci merged commit eb7d809 into github:master Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants