angular-cn/packages/compiler-cli/ngcc/test
Ben Lesh d7eaae6f22 refactor(ivy): Move instructions back to ɵɵ (#30546)
There is an encoding issue with using delta `Δ`, where the browser will attempt to detect the file encoding if the character set is not explicitly declared on a `<script/>` tag, and Chrome will find the `Δ` character and decide it is window-1252 encoding, which misinterprets the `Δ` character to be some other character that is not a valid JS identifier character

So back to the frog eyes we go.

```
    __
   /ɵɵ\
  ( -- ) - I am ineffable. I am forever.
 _/    \_
/  \  /  \
==  ==  ==
```

PR Close #30546
2019-05-20 16:37:47 -07:00
..
analysis refactor(ivy): ngcc - add MockFileSystem (#29643) 2019-04-29 12:37:21 -07:00
dependencies test(ivy): ngcc - fix tests to work on Windows (#30520) 2019-05-16 13:32:02 -07:00
helpers refactor(ivy): ngcc - fake core and tslib should be typings files (#25445) 2019-05-16 12:11:04 -07:00
host feat(ivy): ngcc - implement `UmdReflectionHost` (#25445) 2019-05-16 12:11:04 -07:00
integration feat(ivy): ngcc - turn on UMD processing (#25445) 2019-05-16 12:11:04 -07:00
logging feat(compiler-cli): ngcc - make logging more configurable (#29591) 2019-04-01 11:53:28 -07:00
packages feat(ivy): ngcc - implement UmdDependencyHost (#25445) 2019-05-16 12:11:04 -07:00
rendering refactor(ivy): Move instructions back to ɵɵ (#30546) 2019-05-20 16:37:47 -07:00
writing test: fix ngcc unit tests in windows (#30297) 2019-05-13 11:26:56 -07:00
BUILD.bazel refactor(ivy): use a named type for ImportManager import structures (#25445) 2019-05-16 12:11:03 -07:00
utils_spec.ts refactor(ivy): ngcc - implement new module resolver (#29643) 2019-04-29 12:37:21 -07:00