@rolldown/binding-wasm32-wasi 1.0.0-beta.8-commit.05b3e10 → 1.0.0-beta.8-commit.2a5c6a6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -80,10 +80,12 @@ export const BindingWatcherEvent = __napiModule.exports.BindingWatcherEvent
|
|
|
80
80
|
export const Bundler = __napiModule.exports.Bundler
|
|
81
81
|
export const ParallelJsPluginRegistry = __napiModule.exports.ParallelJsPluginRegistry
|
|
82
82
|
export const ParseResult = __napiModule.exports.ParseResult
|
|
83
|
+
export const ResolverFactory = __napiModule.exports.ResolverFactory
|
|
83
84
|
export const BindingBuiltinPluginName = __napiModule.exports.BindingBuiltinPluginName
|
|
84
85
|
export const BindingHookSideEffects = __napiModule.exports.BindingHookSideEffects
|
|
85
86
|
export const BindingLogLevel = __napiModule.exports.BindingLogLevel
|
|
86
87
|
export const BindingPluginOrder = __napiModule.exports.BindingPluginOrder
|
|
88
|
+
export const EnforceExtension = __napiModule.exports.EnforceExtension
|
|
87
89
|
export const ExportExportNameKind = __napiModule.exports.ExportExportNameKind
|
|
88
90
|
export const ExportImportNameKind = __napiModule.exports.ExportImportNameKind
|
|
89
91
|
export const ExportLocalNameKind = __napiModule.exports.ExportLocalNameKind
|
|
@@ -101,4 +103,5 @@ export const registerPlugins = __napiModule.exports.registerPlugins
|
|
|
101
103
|
export const Severity = __napiModule.exports.Severity
|
|
102
104
|
export const shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
103
105
|
export const startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
106
|
+
export const sync = __napiModule.exports.sync
|
|
104
107
|
export const transform = __napiModule.exports.transform
|
|
@@ -105,10 +105,12 @@ module.exports.BindingWatcherEvent = __napiModule.exports.BindingWatcherEvent
|
|
|
105
105
|
module.exports.Bundler = __napiModule.exports.Bundler
|
|
106
106
|
module.exports.ParallelJsPluginRegistry = __napiModule.exports.ParallelJsPluginRegistry
|
|
107
107
|
module.exports.ParseResult = __napiModule.exports.ParseResult
|
|
108
|
+
module.exports.ResolverFactory = __napiModule.exports.ResolverFactory
|
|
108
109
|
module.exports.BindingBuiltinPluginName = __napiModule.exports.BindingBuiltinPluginName
|
|
109
110
|
module.exports.BindingHookSideEffects = __napiModule.exports.BindingHookSideEffects
|
|
110
111
|
module.exports.BindingLogLevel = __napiModule.exports.BindingLogLevel
|
|
111
112
|
module.exports.BindingPluginOrder = __napiModule.exports.BindingPluginOrder
|
|
113
|
+
module.exports.EnforceExtension = __napiModule.exports.EnforceExtension
|
|
112
114
|
module.exports.ExportExportNameKind = __napiModule.exports.ExportExportNameKind
|
|
113
115
|
module.exports.ExportImportNameKind = __napiModule.exports.ExportImportNameKind
|
|
114
116
|
module.exports.ExportLocalNameKind = __napiModule.exports.ExportLocalNameKind
|
|
@@ -126,4 +128,5 @@ module.exports.registerPlugins = __napiModule.exports.registerPlugins
|
|
|
126
128
|
module.exports.Severity = __napiModule.exports.Severity
|
|
127
129
|
module.exports.shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
128
130
|
module.exports.startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
131
|
+
module.exports.sync = __napiModule.exports.sync
|
|
129
132
|
module.exports.transform = __napiModule.exports.transform
|
|
Binary file
|