Jeonghwan Lee

Results 4 issues of Jeonghwan Lee

## Type of Issue ``` [ ] Bug Report [x] Feature Request ``` ## Description I found that ngcc (Angular Compatibility Compiler) supports parallel build by using node's `cluster` module...

feature

Seems angular team changed @angular/compiler-cli API since 5.0.0-rc.0. ``` TypeError: compiler_cli_1.NgcCliOptions is not a constructor at /home/travis/build/shakrmedia/frontend/node_modules/ngc-webpack/src/plugin.js:54:76 at at process._tickCallback (internal/process/next_tick.js:188:7) at Function.Module.runMain (module.js:667:11) at startup (bootstrap_node.js:187:16) at bootstrap_node.js:607:3 ```

**Prettier 3.1.0** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAeAFgRgHwAECWAZgAQAUhANgIYDmAlMcE8TPjBXMQL4-G5wUAzp2AAFamDjoIFACZwATsQAqcAB4wuqAPRZsAHSggANCAgAHVtEHJQVBQogB3UfYQ2UVCk6oBPG6YARgpUYADWcDAAylQAtnAAMvhQcMiEXsJBIeGRUeahyTTIMAoArnCmwrH4xWUVIOrmivjxsF6qClD2+HAe6UL1goUcAIqlEPBpGfUAVoJqUcNwYxOpSP2ZIACO4-CijuYeIFSCALQpcPKyJiAlVPgUhQDCELGxVMjHFBQ3Q1A0HAAgjASvhAqU9ookikpgNTOgYLEKAB1dBsXr5SRRdxsfAANzYvk+YEEARAePKAEkoPJYFEwAp8JZATSojBfBxYZtzI5hMiQuZPjzeoo8alTMlhAoYPtaO8ufV8gopZ8qP9StQFDceckYMj8LIYOhkAAOAAMpgUcB2+Ctspo8vW01MMCogX1huNSAATKZSsJlG6+s6GrFApcrgk1TRSrQ4AAxCAKd4gwqqiEQEA8IA) .prettierrc options ```json { "overrides": [ { "files": "*.html", "options": { "parser": "angular", "htmlWhitespaceSensitivity": "strict" } } ] } ``` **Input:** ```jsx @if (flag) {{{ title...