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

docs: improve manual around typescript #8139

Merged
merged 5 commits into from
Jan 19, 2021

Conversation

kitsonk
Copy link
Contributor

@kitsonk kitsonk commented Oct 27, 2020

With the refactor of module graph infrastructure, it has been feeling like a right time to improve the manual around Deno and TypeScript.

Current work in progress.

@kitsonk kitsonk marked this pull request as ready for review January 19, 2021 11:41
@kitsonk kitsonk changed the title [WIP] docs: improve manual around typescript docs: improve manual around typescript Jan 19, 2021
@kitsonk kitsonk requested a review from bartlomieju January 19, 2021 11:41
@kitsonk
Copy link
Contributor Author

kitsonk commented Jan 19, 2021

Merge On Approval, Please

@kitsonk kitsonk added this to the 1.7.0 milestone Jan 19, 2021
@@ -64,6 +64,7 @@ impl Serialize for IgnoredCompilerOptions {
pub const IGNORED_COMPILER_OPTIONS: &[&str] = &[
"allowSyntheticDefaultImports",
"allowUmdGlobalAccess",
"alwaysStrict",
Copy link
Member

Choose a reason for hiding this comment

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

This change makes tests fail:

---- module_graph::tests::test_graph_check_user_config stdout ----
Some(
    IgnoredCompilerOptions {
        items: [
            "alwaysStrict",
        ],
        maybe_path: Some(
            "/Users/biwanczuk/dev/deno/cli/tests/module_graph/tsconfig_01.json",
        ),
    },
)
thread 'module_graph::tests::test_graph_check_user_config' panicked at 'assertion failed: result_info.maybe_ignored_options.is_none()', cli/module_graph.rs:2302:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Copy link
Member

@lucacasonato lucacasonato left a comment

Choose a reason for hiding this comment

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

Read through the documentation (wow that is a lot!), and I feel it is very clear. Great job!

@kitsonk kitsonk merged commit 02c6a88 into denoland:master Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants