We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to do some heavy-cpu tasks with Rust, the first of which is to accurately collect project meta-information, with support of watch.
How?
export function build(opts: { entry: Record<string, string>, alias: [[string, string]], externals: Record<string, string>, }): { files: { path: string, code: string, imports: { source: string, loc: any, default: string, namespace: string, specifiers: Record<string, { name: string, kind: any }>, }[], exports: any[], }[] } export function update(opts: { changes: { path: string, type: any, }[] }): { changes: files: {...}[] }
3、try to use oxc instead of swc
No response
i cannot use TNF without it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
We need to do some heavy-cpu tasks with Rust, the first of which is to accurately collect project meta-information, with support of watch.
Solution
How?
3、try to use oxc instead of swc
Alternatives
No response
Importance
i cannot use TNF without it
Additional Information
No response
The text was updated successfully, but these errors were encountered: