@solidjs/compiler-wasm32-wasi 2.0.0-rc.4 → 2.0.0-rc.6
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/compiler.wasi-browser.js
CHANGED
|
@@ -614,6 +614,7 @@ try {
|
|
|
614
614
|
throw __attachCleanupErrors(error, cleanupErrors)
|
|
615
615
|
}
|
|
616
616
|
export default __napiModule.exports
|
|
617
|
+
export const projectTsrxForTypecheck = __napiModule.exports.projectTsrxForTypecheck
|
|
617
618
|
export const transform = __napiModule.exports.transform
|
|
618
619
|
export const transformDirectives = __napiModule.exports.transformDirectives
|
|
619
620
|
export const transformLazy = __napiModule.exports.transformLazy
|
package/compiler.wasi.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// napi-rs-artifact-metadata:{"version":2,"rootEntry":"index.js","exports":["transform","transformDirectives","transformLazy","transformRefresh"],"managedRootEntries":["browser.js","index.js","compiler.wasm","compiler.debug.wasm"]}
|
|
1
|
+
// napi-rs-artifact-metadata:{"version":2,"rootEntry":"index.js","exports":["projectTsrxForTypecheck","transform","transformDirectives","transformLazy","transformRefresh"],"managedRootEntries":["browser.js","index.js","compiler.wasm","compiler.debug.wasm"]}
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/* prettier-ignore */
|
|
4
4
|
|
|
@@ -921,6 +921,7 @@ try {
|
|
|
921
921
|
throw rollback.error
|
|
922
922
|
}
|
|
923
923
|
module.exports = __napiModule.exports
|
|
924
|
+
module.exports.projectTsrxForTypecheck = __napiModule.exports.projectTsrxForTypecheck
|
|
924
925
|
module.exports.transform = __napiModule.exports.transform
|
|
925
926
|
module.exports.transformDirectives = __napiModule.exports.transformDirectives
|
|
926
927
|
module.exports.transformLazy = __napiModule.exports.transformLazy
|
|
Binary file
|