The compile cache
|
- |
5 |
Should only call compile once for the same file
|
- |
|
Should roundtrip binary files
|
- |
|
Should roundtrip binary files synchronously
|
- |
|
Should only call compile once for the same file synchronously
|
- |
|
Shouldnt cache compile failures
|
- |
|
All available compilers
|
- |
1 |
should have a MIME type in mime-types
|
- |
|
The compiler host
|
- |
7 |
should compile basic HTML and not blow up
|
- |
|
Should compile everything in the fixtures directory
|
- |
|
Should compile everything in the fixtures directory sync
|
- |
|
Should read files from cache once we compile them
|
- |
|
Should read files from cache once we compile them synchronously
|
- |
|
Should read files from serialized compiler information
|
- |
|
Should read files from serialized compiler information synchronously
|
- |
|
test/compiler-valid-invalid.js |
- |
2 |
test/compiler-valid-invalid.js |
- |
|
test/compiler-valid-invalid.js |
- |
|
the configuration parser module
|
- |
9 |
the createCompilers method
|
- |
2 |
should return compilers
|
- |
|
should definitely have these compilers
|
- |
|
the createCompilerHostFromConfiguration method
|
- |
1 |
respects suppressing source maps (scenario test)
|
- |
|
the createCompilerHostFromBabelRc method
|
- |
3 |
reads from an environment-free file
|
- |
|
uses the development env when env is unset
|
- |
|
uses the production env when env is set
|
- |
|
the createCompilerHostFromConfigFile method
|
- |
3 |
reads from an environment-free file
|
- |
|
uses the development env when env is unset
|
- |
|
uses the production env when env is set
|
- |
|
The file changed cache
|
- |
11 |
Correctly computes a file hash for a canned file
|
- |
|
Correctly handles binary files
|
- |
|
Correctly computes a file hash for a canned file syncronously
|
- |
|
Doesn't rerun the file hash if you ask for it twice
|
- |
|
Throws on cache misses in production mode
|
- |
|
Successfully saves and loads its cache information
|
- |
|
Detects changes to files and reruns hash
|
- |
|
Successfully finds if a file has a source map
|
- |
|
Successfully finds if a file has a source map synchronously
|
- |
|
Successfully finds if a file is minified
|
- |
|
Successfully finds if a file is in node_modules
|
- |
|
The inline HTML compiler
|
- |
4 |
test/inline-html-compiler.js |
- |
|
test/inline-html-compiler.js |
- |
|
should remove protocol-relative URLs because they are dumb
|
- |
|
should canonicalize x-require paths
|
- |
|
protocol hook library
|
- |
2 |
The HTML include rigging
|
- |
2 |
should rig pages with HEAD tags
|
- |
|
should rig pages without tags
|
- |
|