fix(compiler): fix utf8encode, move to sharted utils, add tests (#15076)
This commit is contained in:

committed by
Chuck Jazdzewski

parent
3b1956bbf2
commit
959a03a61f
@ -6,7 +6,7 @@
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
|
||||
import {utf8Encode} from '../i18n/digest';
|
||||
import {utf8Encode} from '../util';
|
||||
|
||||
// https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit
|
||||
const VERSION = 3;
|
||||
|
Reference in New Issue
Block a user