Skip to content

Commit

Permalink
refactor: remove unused function and update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ozhanefemeral committed Jul 21, 2024
1 parent 8d72f59 commit 4ac1682
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4,406 deletions.
17 changes: 17 additions & 0 deletions .turbo/turbo-build.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
$ tsup src/index.ts --format cjs,esm --dts --minify --clean
CLI Building entry: src\index.ts
CLI Using tsconfig: tsconfig.json
CLI tsup v8.2.1
CLI Using tsup config: C:\Users\ozhan\Desktop\oz\self\visual-ts\packages\ts-generator\package.json
CLI Target: es2022
CLI Cleaning output folder
CJS Build start
ESM Build start
ESM dist\index.mjs 3.56 KB
ESM ⚡️ Build success in 41ms
CJS dist\index.js 4.25 KB
CJS ⚡️ Build success in 42ms
DTS Build start
DTS ⚡️ Build success in 1940ms
DTS dist\index.d.ts 2.79 KB
DTS dist\index.d.mts 2.79 KB
Loading

0 comments on commit 4ac1682

Please sign in to comment.