This repository was archived by the owner on Oct 24, 2021. It is now read-only.
File tree 7 files changed +697
-8
lines changed
7 files changed +697
-8
lines changed Original file line number Diff line number Diff line change
1
+ BasedOnStyle : Google
2
+ AlignAfterOpenBracket : AlwaysBreak
3
+ AllowAllParametersOfDeclarationOnNextLine : false
4
+ AllowShortBlocksOnASingleLine : false
5
+ AllowShortCaseLabelsOnASingleLine : false
6
+ AllowShortFunctionsOnASingleLine : None
7
+ AllowShortIfStatementsOnASingleLine : false
8
+ AllowShortLoopsOnASingleLine : false
9
+ BinPackArguments : false
10
+ BinPackParameters : false
Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - " 6"
4
+ - " node"
5
+ script :
6
+ - npm build
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ ## [ Unreleased]
Original file line number Diff line number Diff line change
1
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
2
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
3
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
4
+ Code distributed by Google as part of the polymer project is also
5
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
Original file line number Diff line number Diff line change 1
1
# gen-typescript-declarations
2
+
3
+ [ ![ Build Status] ( https://travis-ci.org/Polymer/gen-typescript-declarations.svg?branch=master )] ( https://travis-ci.org/Polymer/gen-typescript-declarations )
4
+
2
5
Generate TypeScript declarations from Polymer Analyzer output
You can’t perform that action at this time.
0 commit comments