fix(es/parser): Remove static_blocks from TsConfig (#2186)

This commit is contained in:
David Sherret 2021-08-31 01:52:51 -04:00 committed by GitHub
parent d58642b70c
commit 2f2e35af69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -306,10 +306,6 @@ pub struct TsConfig {
/// Stage 3.
#[serde(default)]
pub import_assertions: bool,
#[serde(default)]
#[serde(rename = "staticBlocks")]
pub static_blocks: bool,
}
#[derive(Debug, Clone, Copy, Default, Serialize, Deserialize)]

View File

@ -99,7 +99,6 @@ fn identity(entry: PathBuf) {
dts: false,
no_early_errors: false,
import_assertions: true,
static_blocks: true,
}),
(&*src).into(),
None,