Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/tools/broccoli/broccoli-filter.d.ts

13 lines
375 B
TypeScript
Raw Normal View History

feat(build): Move HTML copying into the broccoli task. This includes all tasks to construct a Dart tree, except for formatting, and reverse engineers/refactors the various copy tools for added more sanity.
2015-04-13 16:22:23 -07:00
interface FilterOptions {
extensions?: string[]
}
chore(build): use a Filter plugin to write the dest folder. This lets broccoli keep the dest folder up-to-date in 'watch' mode, so we should be able to use that for Karma.
2015-04-13 09:52:02 -07:00
declare class Filter {
feat(build): Move HTML copying into the broccoli task. This includes all tasks to construct a Dart tree, except for formatting, and reverse engineers/refactors the various copy tools for added more sanity.
2015-04-13 16:22:23 -07:00
constructor(inputTree: any, options?: FilterOptions);
chore(build): use a Filter plugin to write the dest folder. This lets broccoli keep the dest folder up-to-date in 'watch' mode, so we should be able to use that for Karma.
2015-04-13 09:52:02 -07:00
processString(contents: string, relativePath: string): string;
// NB: This function is probably not intended as part of the public API
processFile(srcDir: string, destDir: string, relativePath: string): Promise<any>;
}
export = Filter;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 144ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API