File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Plugins/PackageToJS/Tests Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,7 @@ import Testing
6565 packageId: " test " ,
6666 intermediatesDir: BuildPath ( prefix: " INTERMEDIATES " ) ,
6767 selfPackageDir: BuildPath ( prefix: " SELF_PACKAGE " ) ,
68- exportedSkeletons: [ ] ,
69- importedSkeletons: [ ] ,
68+ skeletons: [ ] ,
7069 outputDir: BuildPath ( prefix: " OUTPUT " ) ,
7170 wasmProductArtifact: BuildPath ( prefix: " WASM_PRODUCT_ARTIFACT " ) ,
7271 wasmFilename: " main.wasm " ,
@@ -96,8 +95,7 @@ import Testing
9695 packageId: " test " ,
9796 intermediatesDir: BuildPath ( prefix: " INTERMEDIATES " ) ,
9897 selfPackageDir: BuildPath ( prefix: " SELF_PACKAGE " ) ,
99- exportedSkeletons: [ ] ,
100- importedSkeletons: [ ] ,
98+ skeletons: [ ] ,
10199 outputDir: BuildPath ( prefix: " OUTPUT " ) ,
102100 wasmProductArtifact: BuildPath ( prefix: " WASM_PRODUCT_ARTIFACT " ) ,
103101 wasmFilename: " main.wasm " ,
You can’t perform that action at this time.
0 commit comments