Skip to content

Commit

Permalink
Port to hybrid module with types
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 16, 2023
1 parent ede1515 commit ac939f5
Show file tree
Hide file tree
Showing 33 changed files with 6,269 additions and 3,472 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ignore most things, include some others
/*
/.*
!src/
!.github
!bin/
!lib/
!docs/
!package.json
!package-lock.json
Expand All @@ -18,5 +18,3 @@
!.travis.yml
!.gitignore
!.gitattributes
!map.js
!index.js
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changers Lorgs!

## 2.0

Export hybrid module with TypeScript types.

## 1.0

Full rewrite. Essentially a brand new module.
Expand Down
31 changes: 0 additions & 31 deletions index.js

This file was deleted.

29 changes: 0 additions & 29 deletions lib/find-made.js

This file was deleted.

64 changes: 0 additions & 64 deletions lib/mkdirp-manual.js

This file was deleted.

39 changes: 0 additions & 39 deletions lib/mkdirp-native.js

This file was deleted.

23 changes: 0 additions & 23 deletions lib/opts-arg.js

This file was deleted.

10 changes: 0 additions & 10 deletions lib/use-native.js

This file was deleted.

6 changes: 0 additions & 6 deletions map.js

This file was deleted.

Loading

0 comments on commit ac939f5

Please sign in to comment.