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 Jun 13, 2020
1 parent 2a7b6e9 commit e8fc13f
Show file tree
Hide file tree
Showing 94 changed files with 4,528 additions and 200 deletions.
78 changes: 0 additions & 78 deletions .github/workflows/ci.yaml

This file was deleted.

105 changes: 0 additions & 105 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.

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 {};
57 changes: 57 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.

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 e8fc13f

Please sign in to comment.