Skip to content

Commit

Permalink
update radashi scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Dec 1, 2024
1 parent 9420674 commit ba95cce
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 348 deletions.
2 changes: 1 addition & 1 deletion scripts/benchmarks/src/compareToBaseline.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as esbuild from 'esbuild'
import { execa } from 'execa'
import fs from 'node:fs/promises'
import { dedent } from 'radashi/string/dedent.ts'
import { Project, SyntaxKind } from 'ts-morph'
import { dedent } from './dedent.ts'
import { normalizeIdentifiers } from './normalizeIdentifiers.ts'

export async function compareToBaseline(
Expand Down
86 changes: 0 additions & 86 deletions scripts/benchmarks/src/dedent.ts

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/benchmarks/src/normalizeIdentifiers.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { dedent } from 'radashi/string/dedent.ts'
import { describe, expect, it } from 'vitest'
import { dedent } from './dedent.ts'
import { normalizeIdentifiers } from './normalizeIdentifiers.ts'

describe('normalizeIdentifiers', () => {
Expand Down
86 changes: 0 additions & 86 deletions scripts/bundle-impact/src/dedent.ts

This file was deleted.

86 changes: 0 additions & 86 deletions scripts/publish-version/src/dedent.ts

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/publish-version/src/publishVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { green } from 'kleur/colors'
import crypto from 'node:crypto'
import fs from 'node:fs/promises'
import { sift } from 'radashi/array/sift.ts'
import { dedent } from 'radashi/string/dedent.ts'
import { glob } from 'tinyglobby'
import { dedent } from './dedent.ts'
import { trackVersion } from './trackVersion.ts'

export const VALID_TAGS = ['beta', 'next'] as const
Expand Down
2 changes: 1 addition & 1 deletion scripts/release-notes/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import fs from 'node:fs'
import os from 'node:os'
import path from 'node:path'
import { uid } from 'radashi/random/uid.ts'
import { dedent } from './util/dedent.ts'
import { dedent } from 'radashi/string/dedent.ts'

main()

Expand Down
86 changes: 0 additions & 86 deletions scripts/release-notes/src/util/dedent.ts

This file was deleted.

0 comments on commit ba95cce

Please sign in to comment.