@rolldown/binding-wasm32-wasi 1.0.0-beta.34 → 1.0.0-beta.36
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
|
@@ -103,13 +103,17 @@ export const BindingWatcher = __napiModule.exports.BindingWatcher
|
|
|
103
103
|
export const BindingWatcherChangeData = __napiModule.exports.BindingWatcherChangeData
|
|
104
104
|
export const BindingWatcherEvent = __napiModule.exports.BindingWatcherEvent
|
|
105
105
|
export const ParallelJsPluginRegistry = __napiModule.exports.ParallelJsPluginRegistry
|
|
106
|
+
export const TraceSubscriberGuard = __napiModule.exports.TraceSubscriberGuard
|
|
106
107
|
export const BindingAttachDebugInfo = __napiModule.exports.BindingAttachDebugInfo
|
|
107
108
|
export const BindingBuiltinPluginName = __napiModule.exports.BindingBuiltinPluginName
|
|
108
109
|
export const BindingChunkModuleOrderBy = __napiModule.exports.BindingChunkModuleOrderBy
|
|
109
110
|
export const BindingJsx = __napiModule.exports.BindingJsx
|
|
110
111
|
export const BindingLogLevel = __napiModule.exports.BindingLogLevel
|
|
111
112
|
export const BindingPluginOrder = __napiModule.exports.BindingPluginOrder
|
|
113
|
+
export const BindingPropertyReadSideEffects = __napiModule.exports.BindingPropertyReadSideEffects
|
|
114
|
+
export const BindingPropertyWriteSideEffects = __napiModule.exports.BindingPropertyWriteSideEffects
|
|
112
115
|
export const FilterTokenKind = __napiModule.exports.FilterTokenKind
|
|
116
|
+
export const initTraceSubscriber = __napiModule.exports.initTraceSubscriber
|
|
113
117
|
export const registerPlugins = __napiModule.exports.registerPlugins
|
|
114
118
|
export const shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
115
119
|
export const startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
@@ -148,13 +148,17 @@ module.exports.BindingWatcher = __napiModule.exports.BindingWatcher
|
|
|
148
148
|
module.exports.BindingWatcherChangeData = __napiModule.exports.BindingWatcherChangeData
|
|
149
149
|
module.exports.BindingWatcherEvent = __napiModule.exports.BindingWatcherEvent
|
|
150
150
|
module.exports.ParallelJsPluginRegistry = __napiModule.exports.ParallelJsPluginRegistry
|
|
151
|
+
module.exports.TraceSubscriberGuard = __napiModule.exports.TraceSubscriberGuard
|
|
151
152
|
module.exports.BindingAttachDebugInfo = __napiModule.exports.BindingAttachDebugInfo
|
|
152
153
|
module.exports.BindingBuiltinPluginName = __napiModule.exports.BindingBuiltinPluginName
|
|
153
154
|
module.exports.BindingChunkModuleOrderBy = __napiModule.exports.BindingChunkModuleOrderBy
|
|
154
155
|
module.exports.BindingJsx = __napiModule.exports.BindingJsx
|
|
155
156
|
module.exports.BindingLogLevel = __napiModule.exports.BindingLogLevel
|
|
156
157
|
module.exports.BindingPluginOrder = __napiModule.exports.BindingPluginOrder
|
|
158
|
+
module.exports.BindingPropertyReadSideEffects = __napiModule.exports.BindingPropertyReadSideEffects
|
|
159
|
+
module.exports.BindingPropertyWriteSideEffects = __napiModule.exports.BindingPropertyWriteSideEffects
|
|
157
160
|
module.exports.FilterTokenKind = __napiModule.exports.FilterTokenKind
|
|
161
|
+
module.exports.initTraceSubscriber = __napiModule.exports.initTraceSubscriber
|
|
158
162
|
module.exports.registerPlugins = __napiModule.exports.registerPlugins
|
|
159
163
|
module.exports.shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
160
164
|
module.exports.startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
Binary file
|