Skip to content

Commit

Permalink
perf: migrate to tsc-dts-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jan 30, 2024
1 parent 09aa027 commit eff17d5
Show file tree
Hide file tree
Showing 12 changed files with 248 additions and 247 deletions.
169 changes: 138 additions & 31 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,61 +1,168 @@
# IDEs
.idea

# Credentials
**/*.asc
**/*.key
**/*.pem
**/*.cert
**/.npmrc
**/.yarnrc

# Bundles
bundle
build
buildstamp.json
dist
docs
flow-typed
lib
target/*
typings

# Fixtures
!src/test/fixtures/ts-project/target

# Temp assets
.temp
temp

# Codeclimate
codeclimate.*
cc-reporter
cc-reporter.*

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage
flow-coverage
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
coverage.*
*.lcov

# nyc test coverage
.nyc_output

# Bundle
build
dist
lib
target
temp
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

#Docs
docs
doc
# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Deps
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/
flow-typed/npm/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo
.tsbuildinfo
buildcache
.buildcache

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# IDE
.idea
*.iml
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Libdefs
flow-typed
typings
# Next.js build output
.next
out

# Temp
temp
tmp
*.tmp
# Nuxt.js build / generate output
.nuxt
dist

# Typescript
*.tsbuildinfo
.tsbuildinfo
buildcache
.buildcache
.rts2_cache_cjs
.rts2_cache_es
.rts2_cache_umd
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Insert script to `package.json`
|-------------------|---------------------------------------|----------------------------|
| `--help` | Display usage hints | |
| `--cwd` | Set current working dir | `process.cwd()` |
| `--entry` | Define pkg entry point | `target/es6/index.js` |
| `--entry` | Define pkg entry point | `./index.ts` |
| `--tsconfig` | Define path(s) to project's TS config | |
| `--customTypings` | Attach custom libdefs to d.ts bundle | |
| `--cache` | Dir for temporary assets | `tempy.directory()` |
Expand Down
Binary file removed cc-reporter
Binary file not shown.
1 change: 0 additions & 1 deletion cc-reporter.sha256

This file was deleted.

Binary file removed cc-reporter.sha256.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
},
"homepage": "https://github.com/qiwi/libdefkit#readme",
"dependencies": {
"@topoconfig/extends": "^0.1.8",
"chalk": "^5.3.0",
"depseek": "^0.2.2",
"find-up": "^6.3.0",
"flowgen": "1.21.0",
"fs-extra": "^11.2.0",
"globby": "^13.1.3",
"meow": "^11.0.0",
"nanoid": "^4.0.0",
"pkg-dir": "^7.0.0",
"tempy": "^3.1.0",
"tsc-dts-fix": "^0.0.5",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
54 changes: 0 additions & 54 deletions public-key.asc

This file was deleted.

Loading

0 comments on commit eff17d5

Please sign in to comment.