@rspack/binding
Advanced tools
Comparing version 0.0.0-20221029021419 to 0.0.0-20221101015140
@@ -27,2 +27,3 @@ /* tslint:disable */ | ||
template?: string | ||
templateParameters?: Record<string, string> | ||
/** `head`, `body` or None */ | ||
@@ -203,2 +204,5 @@ inject?: string | void | ||
id: string | ||
entry: boolean | ||
initial: boolean | ||
names: Array<string> | ||
} | ||
@@ -205,0 +209,0 @@ export interface StatsCompilation { |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.0.0-20221029021419", | ||
"version": "0.0.0-20221101015140", | ||
"description": "Node binding for rspack", | ||
@@ -5,0 +5,0 @@ "main": "binding.js", |
Sorry, the diff of this file is not supported yet
36176814
473