Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module 模块导入后,class签名未解析,导致new 创建对象时无法获取class信息 #9

Open
code-sunbo opened this issue Feb 7, 2024 · 0 comments

Comments

@code-sunbo
Copy link
Collaborator

测试代码:

import * as validator3 from "./classes";
let myValidator3 = new validator3.ZipCodeValidator();
import validator4 from "./classes";
let myValidator4 = new validator4();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant