mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
b66ee58ee3
swc_bundler: - Reduce binary size by reducing usage of visitor / folders. - Handle `export *` and `export { default }` from same source. (denoland/deno#8530, denoland/deno#8679) - Fix ordering of statements. (denoland/deno#8545) - Sort statements in wrapped modules. (https://github.com/denoland/deno/issues/8211#issuecomment-741070299) - Exclude default export while handling `export *`. - Exclude `export { default }` and `export { foo as default }` while handling `export *`. - Make statements from same module to be injected together. (denoland/deno#8620) swc_ecma_transforms: - fixer: Handle assignments in the callee of `new` correctly. - fixer: Handle seqence expression in the callee of `new` correctly.
7 lines
720 B
TypeScript
7 lines
720 B
TypeScript
import { version_core } from "https://cdn.skypack.dev/-/@tensorflow/tfjs-core@v2.6.0-JX8lR1C58ILDYMLTVvxc/dist=es2020/@tensorflow/tfjs-core.js";
|
|
export * from "https://cdn.skypack.dev/-/@tensorflow/tfjs-core@v2.6.0-JX8lR1C58ILDYMLTVvxc/dist=es2020/@tensorflow/tfjs-core.js";
|
|
export * from "https://cdn.skypack.dev/-/@tensorflow/tfjs-layers@v2.6.0-CoxcCXNxQxzq0ZkceiB7/dist=es2020/@tensorflow/tfjs-layers.js";
|
|
export * from "https://cdn.skypack.dev/-/@tensorflow/tfjs-converter@v2.6.0-PVxqoUi9WvmXRY4ebp1A/dist=es2020/@tensorflow/tfjs-converter.js";
|
|
import * as tfjsData from "https://cdn.skypack.dev/-/@tensorflow/tfjs-data@v2.6.0-bGWyCMdgRZzRuv3XEODN/dist=es2020/@tensorflow/tfjs-data.js";
|
|
export { tfjsData as data };
|