Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

feat(*): refactor and impl separate file analyzer #16

Merged
merged 1 commit into from
May 16, 2015
Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
dist
!/dist
tscommand
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Also there are a lot of problems in other TypeScript loaders that were fixed her

## Unstable TypeScript warning

Right now this library works only with the **TypeScript 1.5-alpha** compiler.
Right now this library works only with the **TypeScript 1.5-beta** compiler.

## Installation

Expand Down Expand Up @@ -92,6 +92,10 @@ Allows use of library other than the `target`'s default one. Useful when you wan

Allows to use several TypeScript compilers with different settings in one app. Just override `instanceName` to initialize another instance.

### reEmitDependentFiles *(string) (default=false')*

Collect files dependency graph and re-emit all dependent files along with changed file.

## Using with --watch or webpack-dev-server

This loader has support of both `--watch` and `webpack-dev-server` modes. It handles file dependencies
Expand Down
175 changes: 170 additions & 5 deletions dist/deps.js

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

Loading