Skip to content

Commit

Permalink
internal: consistent naming self-dep -> self-link
Browse files Browse the repository at this point in the history
PR-URL: #30
Credit: @isaacs
Close: #30
Reviewed-by: @isaacs
  • Loading branch information
isaacs committed Nov 4, 2023
1 parent 4acf045 commit a3bccec
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 94 deletions.
2 changes: 1 addition & 1 deletion src/build-fail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fail from './fail.js'
import setFolderDialect from './set-folder-dialect.js'
import './tsconfig.js'
import { unlink as unlinkImports } from './unbuilt-imports.js'
import { unlink as unlinkSelfDep } from './self-dep.js'
import { unlink as unlinkSelfDep } from './self-link.js'
import pkg from './package.js'

export default (res: SpawnSyncReturns<Buffer>) => {
Expand Down
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import pkg from './package.js'
import {
link as linkSelfDep,
unlink as unlinkSelfDep,
} from './self-dep.js'
} from './self-link.js'
import './tsconfig.js'
import {
link as linkImports,
Expand Down
File renamed without changes.
Loading

0 comments on commit a3bccec

Please sign in to comment.