@manahippo/move-to-ts
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -146,3 +146,3 @@ "use strict"; | ||
proto.consructor = v.constructor; | ||
return proto; | ||
return new structInfo(proto, v.typeTag); | ||
} | ||
@@ -149,0 +149,0 @@ else { |
{ | ||
"name": "@manahippo/move-to-ts", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -142,3 +142,3 @@ import { TypeTag, StructTag } from "./typeTag"; | ||
proto.consructor = v.constructor; | ||
return proto as T; | ||
return new structInfo(proto, v.typeTag as unknown as TypeTag); | ||
} | ||
@@ -145,0 +145,0 @@ else { |
Sorry, the diff of this file is not supported yet
296909