mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
fix(es/parser): Remove static_blocks
from TsConfig
(#2186)
This commit is contained in:
parent
d58642b70c
commit
2f2e35af69
@ -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)]
|
||||
|
@ -99,7 +99,6 @@ fn identity(entry: PathBuf) {
|
||||
dts: false,
|
||||
no_early_errors: false,
|
||||
import_assertions: true,
|
||||
static_blocks: true,
|
||||
}),
|
||||
(&*src).into(),
|
||||
None,
|
||||
|
Loading…
Reference in New Issue
Block a user