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

Commit aef8504

Browse files
committed
Merge pull request #16 from s-panferov/feature/file-analyzer
feat(*): refactor and impl separate file analyzer
2 parents addc58e + 8964d3d commit aef8504

File tree

11 files changed

+424
-285
lines changed

11 files changed

+424
-285
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
node_modules
33
dist
44
!/dist
5+
tscommand

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Also there are a lot of problems in other TypeScript loaders that were fixed her
1010

1111
## Unstable TypeScript warning
1212

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

1515
## Installation
1616

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

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

95+
### reEmitDependentFiles *(string) (default=false')*
96+
97+
Collect files dependency graph and re-emit all dependent files along with changed file.
98+
9599
## Using with --watch or webpack-dev-server
96100

97101
This loader has support of both `--watch` and `webpack-dev-server` modes. It handles file dependencies

dist/deps.js

+170-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)