Skip to content

Commit

Permalink
Enabling shorter import paths [automatic]
Browse files Browse the repository at this point in the history
  • Loading branch information
ts_ci committed May 23, 2020
1 parent 5b68edd commit 4877be3
Show file tree
Hide file tree
Showing 120 changed files with 4,323 additions and 201 deletions.
78 changes: 0 additions & 78 deletions .github/workflows/ci.yaml

This file was deleted.

109 changes: 0 additions & 109 deletions .github/workflows/publish.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions bin/denoify.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
export {};
19 changes: 19 additions & 0 deletions bin/denoify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/denoify.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 2 additions & 0 deletions bin/enableShortDenoImportPath.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
export {};
56 changes: 56 additions & 0 deletions bin/enableShortDenoImportPath.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/enableShortDenoImportPath.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 2 additions & 0 deletions bin/enableShortNpmImportPath.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
export {};
Loading

0 comments on commit 4877be3

Please sign in to comment.