@rspack/binding
Advanced tools
Comparing version 0.0.0-20221125103438 to 0.0.0-20221129130808
@@ -90,2 +90,6 @@ /* tslint:disable */ | ||
} | ||
export interface RawEntryItem { | ||
import: Array<string> | ||
runtime?: string | ||
} | ||
/** | ||
@@ -174,3 +178,3 @@ * `loader` is for js side loader, `builtin_loader` is for rust side loader, | ||
symlinks?: boolean | ||
tsconfig?: string | ||
tsConfigPath?: string | ||
} | ||
@@ -192,3 +196,3 @@ export interface RawSplitChunksOptions { | ||
export interface RawOptions { | ||
entry?: Record<string, string> | ||
entry?: Record<string, RawEntryItem> | ||
mode?: string | ||
@@ -195,0 +199,0 @@ target?: string[] |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.0.0-20221125103438", | ||
"version": "0.0.0-20221129130808", | ||
"description": "Node binding for rspack", | ||
@@ -5,0 +5,0 @@ "main": "binding.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
112842882
577