dart-archive / angular.dart

Legacy source repository. See github.com/dart-lang/angular
https://webdev.dartlang.org/angular/
1.25k stars 248 forks source link

feat<template_cache> Implement template cache as a transformer #1646

Closed TedSander closed 9 years ago

TedSander commented 9 years ago

Currently the template cache is generated using a separate dart script that is not in the barback system. This means it doesn't know about relative URLs and other infrastructure built into the transformer infrastructure. I propose implementing template cache as a transformer and deprecating the separate binary version.