File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Plugins/PackageToJS/Templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ import { SwiftRuntime } from "./runtime.js"
44export const MODULE_PATH = "@PACKAGE_TO_JS_MODULE_PATH@" ;
55/* #if USE_SHARED_MEMORY */
66export const MEMORY_TYPE = {
7- // @ts -ignore
7+ // @ts -expect-error Substituted by PackageToJS preprocessor
88 initial : import . meta. PACKAGE_TO_JS_MEMORY_INITIAL ,
9- // @ts -ignore
9+ // @ts -expect-error Substituted by PackageToJS preprocessor
1010 maximum : import . meta. PACKAGE_TO_JS_MEMORY_MAXIMUM ,
11- // @ts -ignore
11+ // @ts -expect-error Substituted by PackageToJS preprocessor
1212 shared : import . meta. PACKAGE_TO_JS_MEMORY_SHARED ,
1313}
1414/* #endif */
1515
1616/* #if HAS_BRIDGE */
17- // @ts -ignore
17+ // @ts -expect-error Substituted by PackageToJS preprocessor
1818import { createInstantiator } from "./bridge-js.js"
1919/* #else */
2020/**
You can’t perform that action at this time.
0 commit comments