Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/initial draft #3

Merged
merged 5 commits into from
Apr 11, 2019
Merged

Feature/initial draft #3

merged 5 commits into from
Apr 11, 2019

Conversation

filipeversehgi
Copy link
Contributor

No description provided.

dist/index.d.ts Outdated
@@ -1 +1,3 @@
export declare function testLib(): string;
import { plug } from "./plug";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tentar não usar a pasta dist e fazer isso no build

jest.config.js Outdated
"js",
"jsx",
"json",
"node"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remover extensão desnecessária

@@ -0,0 +1,67 @@
import * as React from 'react';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renomear aux para example

import { TStream, ILifecycle, IPlugState } from './interfaces/plug';


export const plug = <T extends {}>(stream: TStream, lifecycleHooks: Partial<ILifecycle> = {},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

futuramente podemos usar Hooks aqui

@@ -35,5 +35,22 @@
"istanbul": "^0.4.5",
"mocha": "^6.0.2",
"typescript": "^3.3.4000"
},
"dependencies": {
"@babel/core": "^7.4.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

separar dependencies e devDependencies

@Vitormdias Vitormdias merged commit 418647a into master Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants