Skip to content

Commit

Permalink
deps(flow): update flow-runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank1791989 committed Jan 22, 2017
1 parent 036170b commit d08fa9f
Show file tree
Hide file tree
Showing 7 changed files with 463 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -3,6 +3,6 @@
["playlyfe", { react: false, asyncAwait: true }],
],
plugins: [
['./scripts/flow-runtime', { decorate: true, assert: true }],
['./scripts/flow-runtime', { annotate: true, assert: true }],
],
}
116 changes: 114 additions & 2 deletions flow-typed/npm/babel-plugin-flow-runtime_vx.x.x.js
@@ -1,5 +1,5 @@
// flow-typed signature: bfa703156b2b4f4829400f1a56744258
// flow-typed version: <<STUB>>/babel-plugin-flow-runtime_v0.1.1/flow_v0.38.0
// flow-typed signature: d689422779d7a3f3cbea082aea22717f
// flow-typed version: <<STUB>>/babel-plugin-flow-runtime_v0.2.1/flow_v0.38.0

/**
* This is an autogenerated libdef stub for:
Expand Down Expand Up @@ -222,10 +222,18 @@ declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/prag
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/pragmaWarnClass' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/suppressComment' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/suppressCommentClass' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/suppressCommentIfBlock' {
declare module.exports: any;
}
Expand Down Expand Up @@ -402,10 +410,34 @@ declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAsserti
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassNoDefaults' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithAccessors' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithComputedProperty' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethod' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethodWithDefaultArg' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithParent' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithStatics' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithTypeParameters' {
declare module.exports: any;
}
Expand Down Expand Up @@ -842,10 +874,18 @@ declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/prag
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/pragmaWarnClass' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/suppressComment' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/suppressCommentClass' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/suppressCommentIfBlock' {
declare module.exports: any;
}
Expand Down Expand Up @@ -1022,10 +1062,34 @@ declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAsserti
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassNoDefaults' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithAccessors' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithComputedProperty' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethod' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethodWithDefaultArg' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithParent' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithStatics' {
declare module.exports: any;
}

declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithTypeParameters' {
declare module.exports: any;
}
Expand Down Expand Up @@ -1489,9 +1553,15 @@ declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/prag
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/pragmaWarnAndDecorate.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/pragmaWarnAndDecorate'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/pragmaWarnClass.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/pragmaWarnClass'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/suppressComment.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/suppressComment'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/suppressCommentClass.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/suppressCommentClass'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/suppressCommentIfBlock.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/pragma/suppressCommentIfBlock'>;
}
Expand Down Expand Up @@ -1624,9 +1694,27 @@ declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAsserti
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClass.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClass'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassNoDefaults.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassNoDefaults'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithAccessors.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithAccessors'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithComputedProperty.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithComputedProperty'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethod.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethod'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethodWithDefaultArg.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethodWithDefaultArg'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithParent.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithParent'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithStatics.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithStatics'>;
}
declare module 'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithTypeParameters.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/lib/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithTypeParameters'>;
}
Expand Down Expand Up @@ -1954,9 +2042,15 @@ declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/prag
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/pragmaWarnAndDecorate.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/pragmaWarnAndDecorate'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/pragmaWarnClass.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/pragmaWarnClass'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/suppressComment.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/suppressComment'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/suppressCommentClass.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/suppressCommentClass'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/suppressCommentIfBlock.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/pragma/suppressCommentIfBlock'>;
}
Expand Down Expand Up @@ -2089,9 +2183,27 @@ declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAsserti
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClass.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClass'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassNoDefaults.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassNoDefaults'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithAccessors.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithAccessors'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithComputedProperty.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithComputedProperty'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethod.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethod'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethodWithDefaultArg.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithMethodWithDefaultArg'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithParent.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithParent'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithStatics.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithStatics'>;
}
declare module 'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithTypeParameters.js' {
declare module.exports: $Exports<'babel-plugin-flow-runtime/src/__tests__/__fixtures__/typeAssertions/classes/simplestClassWithTypeParameters'>;
}
Expand Down

0 comments on commit d08fa9f

Please sign in to comment.