Skip to content

Commit b83aa7a

Browse files
committed
feat: release untranspiled code in module/
2 parents 4c9f2d1 + bb3ada4 commit b83aa7a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+13015
-9066
lines changed

.babelrc

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
{
2-
"presets": ["es2015", "stage-1", "flow"],
3-
"plugins": ["transform-runtime"],
2+
"presets": [
3+
"stage-1", "flow"
4+
],
45
"env": {
56
"test": {
6-
"plugins": ["istanbul"]
7-
}
7+
"presets": [
8+
["env", {"targets": {"node": "current"}}],
9+
"stage-1", "flow"
10+
],
11+
"plugins": [
12+
"transform-runtime",
13+
"istanbul"
14+
]
15+
},
16+
"es5": {
17+
"presets": [
18+
["env", {"forceAllTransforms": true}],
19+
"stage-1", "flow"
20+
],
21+
"plugins": [
22+
"transform-runtime"
23+
]
24+
},
825
}
926
}

.eslintrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"extends": [
33
"@jedwards1211/eslint-config", "@jedwards1211/eslint-config-flow"
44
],
5+
"parser": "babel-eslint",
6+
"env": {
7+
"es6": true
8+
},
59
"globals": {
610
"process": false
711
}

.flowconfig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[ignore]
22
<PROJECT_ROOT>/lib/.*
3-
.*/node_modules/.*/tests?/.*\.json
3+
<PROJECT_ROOT>/module/.*
44

55
[include]
66
./src
@@ -10,9 +10,5 @@
1010

1111
[options]
1212
module.system=node
13-
module.name_mapper='.*\.sass$' -> 'empty/object'
14-
module.name_mapper='.*\.scss$' -> 'empty/object'
15-
module.name_mapper='.*\.css$' -> 'empty/object'
1613
esproposal.class_static_fields=enable
1714
esproposal.class_instance_fields=enable
18-
suppress_comment= \\(.\\|\n\\)*\\flow-issue

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ coverage
22
.nyc_output
33
node_modules
44
lib
5+
<<<<<<< HEAD
56

7+
=======
8+
module
9+
.eslintcache
10+
>>>>>>> bb3ada4e8867cc3ed4d5995dc8f48afa090f65d0

.npmignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ scripts
55
node_modules
66
.babelrc
77
.eslintrc
8-
.flowconfig
98
.travis.yml
9+
<<<<<<< HEAD
1010

11+
=======
12+
.eslintcache
13+
.idea
14+
solano.yml
15+
renovate.json
16+
commitlint.config.js
17+
flow-typed
18+
>>>>>>> bb3ada4e8867cc3ed4d5995dc8f48afa090f65d0

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ cache:
55
notifications:
66
email: false
77
node_js:
8+
- '8'
89
- '7'
910
- '6'
10-
- '4'
11-
before_script:
12-
- npm prune
11+
install:
12+
- yarn install --ignore-engines --check-files --frozen-lockfile
1313
script:
14-
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
14+
- yarn run prepublishOnly
1515
after_success:
16-
- npm run semantic-release
16+
- npm run codecov
17+
- npm run travis-deploy-once "npm run semantic-release"
1718
branches:
1819
except:
1920
- /^v\d+\.\d+\.\d+$/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# mindfront-redux-utils
22

33
[![Build Status](https://travis-ci.org/jcoreio/redux-utils.svg?branch=master)](https://travis-ci.org/jcoreio/redux-utils)
4-
[![Coverage Status](https://coveralls.io/repos/github/jcoreio/redux-utils/badge.svg?branch=master)](https://coveralls.io/github/jcoreio/redux-utils?branch=master)
4+
[![Coverage Status](https://codecov.io/gh/jcoreio/redux-utils/branch/master/graph/badge.svg)](https://codecov.io/gh/jcoreio/redux-utils)
55
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
6+
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
67

78
## Making Redux scalable
89

@@ -217,4 +218,3 @@ Caused by reducer created at:
217218

218219
If you are using [VError](https://github.com/joyent/node-verror), you may pass VError's `fullStack` function as the
219220
second argument to also include the cause chain from `VError`.
220-

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = {extends: ['@jedwards1211/commitlint-config']}
Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
// flow-typed signature: 6b3e411701babc2e6f6520580da2616a
2+
// flow-typed version: <<STUB>>/@commitlint/cli_v^5.2.5/flow_v0.61.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* '@commitlint/cli'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module '@commitlint/cli' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module '@commitlint/cli/fixtures/empty/commitlint.config' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module '@commitlint/cli/fixtures/extends-root/extended' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module '@commitlint/cli/fixtures/parser-preset/parser-preset' {
50+
declare module.exports: any;
51+
}
52+
53+
declare module '@commitlint/cli/fixtures/signoff/commitlint.config' {
54+
declare module.exports: any;
55+
}
56+
57+
declare module '@commitlint/cli/fixtures/simple/commitlint.config' {
58+
declare module.exports: any;
59+
}
60+
61+
declare module '@commitlint/cli/lib/cli' {
62+
declare module.exports: any;
63+
}
64+
65+
declare module '@commitlint/cli/lib/cli.test' {
66+
declare module.exports: any;
67+
}
68+
69+
declare module '@commitlint/cli/lib/help' {
70+
declare module.exports: any;
71+
}
72+
73+
declare module '@commitlint/cli/src/cli' {
74+
declare module.exports: any;
75+
}
76+
77+
declare module '@commitlint/cli/src/cli.test' {
78+
declare module.exports: any;
79+
}
80+
81+
declare module '@commitlint/cli/src/help' {
82+
declare module.exports: any;
83+
}
84+
85+
// Filename aliases
86+
declare module '@commitlint/cli/fixtures/empty/commitlint.config.js' {
87+
declare module.exports: $Exports<'@commitlint/cli/fixtures/empty/commitlint.config'>;
88+
}
89+
declare module '@commitlint/cli/fixtures/extends-root/extended.js' {
90+
declare module.exports: $Exports<'@commitlint/cli/fixtures/extends-root/extended'>;
91+
}
92+
declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config.js' {
93+
declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/commitlint.config'>;
94+
}
95+
declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config.js' {
96+
declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config'>;
97+
}
98+
declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config.js' {
99+
declare module.exports: $Exports<'@commitlint/cli/fixtures/outer-scope/commitlint.config'>;
100+
}
101+
declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config.js' {
102+
declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/commitlint.config'>;
103+
}
104+
declare module '@commitlint/cli/fixtures/parser-preset/parser-preset.js' {
105+
declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/parser-preset'>;
106+
}
107+
declare module '@commitlint/cli/fixtures/signoff/commitlint.config.js' {
108+
declare module.exports: $Exports<'@commitlint/cli/fixtures/signoff/commitlint.config'>;
109+
}
110+
declare module '@commitlint/cli/fixtures/simple/commitlint.config.js' {
111+
declare module.exports: $Exports<'@commitlint/cli/fixtures/simple/commitlint.config'>;
112+
}
113+
declare module '@commitlint/cli/index' {
114+
declare module.exports: $Exports<'@commitlint/cli'>;
115+
}
116+
declare module '@commitlint/cli/index.js' {
117+
declare module.exports: $Exports<'@commitlint/cli'>;
118+
}
119+
declare module '@commitlint/cli/lib/cli.js' {
120+
declare module.exports: $Exports<'@commitlint/cli/lib/cli'>;
121+
}
122+
declare module '@commitlint/cli/lib/cli.test.js' {
123+
declare module.exports: $Exports<'@commitlint/cli/lib/cli.test'>;
124+
}
125+
declare module '@commitlint/cli/lib/help.js' {
126+
declare module.exports: $Exports<'@commitlint/cli/lib/help'>;
127+
}
128+
declare module '@commitlint/cli/src/cli.js' {
129+
declare module.exports: $Exports<'@commitlint/cli/src/cli'>;
130+
}
131+
declare module '@commitlint/cli/src/cli.test.js' {
132+
declare module.exports: $Exports<'@commitlint/cli/src/cli.test'>;
133+
}
134+
declare module '@commitlint/cli/src/help.js' {
135+
declare module.exports: $Exports<'@commitlint/cli/src/help'>;
136+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// flow-typed signature: 211481ade58a5d1b48d157e08d068cc3
2+
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^5.2.3/flow_v0.61.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* '@commitlint/config-conventional'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module '@commitlint/config-conventional' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
26+
27+
// Filename aliases
28+
declare module '@commitlint/config-conventional/index' {
29+
declare module.exports: $Exports<'@commitlint/config-conventional'>;
30+
}
31+
declare module '@commitlint/config-conventional/index.js' {
32+
declare module.exports: $Exports<'@commitlint/config-conventional'>;
33+
}

0 commit comments

Comments
 (0)