Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
*.js linguist-language=TypeScript
*.js linguist-language=TypeScript

*.docx -text
*.svg -text
*.pdf -text
*.json eol=crlf
*.md eol=crlf
*.txt eol=crlf
*.cmd eol=crlf

src/**/*.ts eol=crlf
scripts/**/*.js eol=crlf
scripts/**/*.js.map eol=crlf
scripts/**/*.ts eol=crlf

.editorconfig eol=crlf
.gitattributes eol=crlf
.gitignore eol=crlf
.npmignore eol=crlf
.travis.yml eol=crlf
Jakefile.js eol=crlf

tests/**/* crlf=false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might be mistaken, but I don't think this is a valid flag.

1,260 changes: 630 additions & 630 deletions src/compiler/binder.ts

Large diffs are not rendered by default.

26,462 changes: 13,231 additions & 13,231 deletions src/compiler/checker.ts

Large diffs are not rendered by default.

Loading