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-writer.d.ts

7 lines
185 B
TypeScript
Raw Normal View History

feat(build): Add rudimentary TS typings for broccoli.
2015-04-10 16:26:37 -07:00
/// <reference path="../typings/es6-promise/es6-promise.d.ts" />
feat(build): enforce formatting of some files. Our style guide includes formatting conventions. Instead of wasting time in reviewing PRs discussing things like indenting, and to avoid later deltas to fix bad formatting in earlier commits, we want to enforce these in the build. The intent in this change is to fail the build as quickly as possible in travis, so those sending a PR immediately know they should run clang-format and update their commit. When running locally, we want users to know about formatting, but they may not want to act on it immediately, until they are done working. For this reason, it is only a warning outside of the continuous build. This is done by having a check-format task which should run on most local builds, and an enforce-format task only run by travis.
2015-04-11 13:29:32 -07:00
declare class Writer { write(readTree: (tree) => Promise<string>, destDir: string): Promise<any>; }
feat(build): Add rudimentary TS typings for broccoli.
2015-04-10 16:26:37 -07:00
export = Writer;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 73ms Template: 5ms
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