fix(renderer): Vendor ansicolor as typescript
Fixes #15635 Importing ansicolor from node_modules or vendored as is failed because there is no ES5 transpiler configured for ES6 libs. - remove ansicolor from package.json - add ansicolor to public/vendor/ansicolor and port to typescript - adapt all ansicolor imports - add `public/vendor` as a path to be considered by ts compiler
Showing
... | ... | @@ -169,7 +169,6 @@ |
"angular-native-dragdrop": "1.2.2", | ||
"angular-route": "1.6.6", | ||
"angular-sanitize": "1.6.6", | ||
"ansicolor": "1.1.78", | ||
"baron": "^3.0.3", | ||
"brace": "^0.10.0", | ||
"classnames": "^2.2.6", | ||
... | ... |
public/vendor/ansicolor/ansicolor.ts
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment