Skip to content

Commit

Permalink
chore: maybe fix language statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 21, 2021
1 parent ad13089 commit 9bfd6a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# exclude this in the language stats
lib/pkg/ linguist-vendored
# exclude these from the language stats
lib/pkg/dnt_wasm_bg.ts linguist-vendored
lib/pkg/dnt_wasm.d.ts linguist-vendored
lib/pkg/dnt_wasm.js linguist-vendored
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ There are several steps done in a pipeline:
- Rewrites Skypack and ESM specifiers to a bare specifier and includes these dependencies in a package.json.
- When remote modules cannot be resolved to an npm package, it downloads them and rewrites specifiers to make them local.
- Allows mapping any specifier to an npm package.
1. Type checks the output.
1. Emits ESM, CommonJS, and TypeScript declaration files along with a _package.json_ file.
1. Type checks the final output.
1. Runs the final output in Node through a test runner running all `Deno.test` calls. Deletes the test files when complete.

## Setup
Expand Down

0 comments on commit 9bfd6a5

Please sign in to comment.