Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

try implementing TS Map as object definition #223

Open
wants to merge 165 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
165 commits
Select commit Hold shift + click to select a range
ae0a6d0
Add nice YouTube poster image
szepeviktor May 3, 2020
9cf4641
Add YouTube poster PNG
szepeviktor May 3, 2020
3be18ec
fix: provide method to OrderedSet
comatory Jan 16, 2021
3bb15f1
Merge branch 'master' into fix-add-zipall-to-orderedset
comatory Jan 24, 2021
5155a7f
Relicence and copyright (#1814)
leebyron Jun 17, 2021
d560ed3
Bump devDependencies to fix compile on OS X (tested on 10.13.6) (#1792)
mcclure Jun 17, 2021
962ec1c
Gen copyright on dist files (#1815)
leebyron Jun 17, 2021
29cea7c
Fix most package audit warnings (#1816)
leebyron Jun 17, 2021
c02d769
Upgrade Prettier (#1817)
leebyron Jun 17, 2021
b18e684
Fix most build/test problems (#1818)
leebyron Jun 18, 2021
a7e174d
Fix references to main branch (#1820)
leebyron Jun 18, 2021
d37532e
Use github CI (#1819)
leebyron Jun 18, 2021
655b3d0
check git clean (#1821)
leebyron Jun 18, 2021
983cd42
Move docs publishing to CI (#1822)
leebyron Jun 18, 2021
d3505bb
Use new cname (#1823)
leebyron Jun 18, 2021
cb67d8a
Fix website (#1824)
leebyron Jun 18, 2021
b9fac99
Update npm branch from CI (#1825)
leebyron Jun 18, 2021
e51a6d0
Fix npm branch artifacts
leebyron Jun 18, 2021
21a6628
Remove travis CI artifacts (#1826)
leebyron Jun 18, 2021
2d5eee5
https links
leebyron Jun 18, 2021
7bfd3ee
Support latest version of typescript (#1827)
leebyron Jun 18, 2021
8e50a99
Update to latest flow v without errors (#1828)
leebyron Jun 18, 2021
5d6d1fd
Update to latest eslint (#1829)
leebyron Jun 18, 2021
caeae12
onvert website to Next.js (#1830)
leebyron Jun 25, 2021
777412f
Fix website CI step (#1832)
leebyron Jun 25, 2021
bb28fa6
Merge remote-tracking branch 'immutable/main' into immutable-oss-inte…
jdeniau Jun 28, 2021
d28c992
fix nextjs build for main branch
jdeniau Jun 28, 2021
4bea8f1
Remove "Community Maintained Edition"
jdeniau Jun 28, 2021
16d6490
Integrate https://github.com/immutable-js-oss/immutable-js/pull/18 back
jdeniau Jun 29, 2021
4971edd
use `immutable` in tests to improve DX
jdeniau Jun 29, 2021
d23c84d
Improve DX for tests in JS files too
jdeniau Jun 29, 2021
1356f56
ensure #1706 is fixed
jdeniau Jun 29, 2021
39a2744
Merge pull request #1835 from immutable-js/fix-1706
jdeniau Jun 29, 2021
84806cd
Merge pull request #1834 from immutable-js/feat-improveDxInJsFilesToo
jdeniau Jun 29, 2021
d36f774
fix typo (duplicated LICENSE)
jdeniau Jun 29, 2021
2b46195
Better comments, and tests cases thanks to @acusti
jdeniau Jun 30, 2021
cb534f0
Merge pull request #1833 from immutable-js/immutable-oss-integration
jdeniau Jul 5, 2021
0e7d750
4.0.0-rc.13
jdeniau Jul 5, 2021
ffb5aa8
Merge pull request #1839 from comatory/fix-add-zipall-to-orderedset
comatory Jul 6, 2021
03ca1ed
[typescript] Map constructor accept a list of string as key
jdeniau Dec 10, 2020
79f9097
Merge pull request #1769 from szepeviktor/patch-1
jdeniau Jul 7, 2021
dd1f515
fix youtube image link
jdeniau Jul 7, 2021
07f414a
Better doc for sortBy, maxBy and minBy
jdeniau Jul 7, 2021
e52b404
Create release workflow (#1844)
leebyron Jul 7, 2021
2bd254f
[CI] release on "published" event
jdeniau Jul 7, 2021
c02df92
Merge pull request #1843 from immutable-js/doc-collection-xxxBy
jdeniau Jul 7, 2021
88af849
Merge pull request #1837 from jdeniau/mapConstructorAcceptListOfString
jdeniau Jul 7, 2021
08593e1
Fix type signature of update and mapEntries
jdeniau Jul 6, 2021
d6e8204
fix updater
jdeniau Jul 7, 2021
5c39949
update might have an undefined parameter
jdeniau Jul 7, 2021
027f4d0
Merge pull request #1842 from immutable-js/oss-pr-9
jdeniau Jul 7, 2021
8afe186
4.0.0-rc.14
jdeniau Jul 7, 2021
700912b
Update to npm lockfile v2 (#1845)
leebyron Jul 8, 2021
e310574
Make it more clear in package.json which keys will be included in pub…
leebyron Jul 8, 2021
858f4fd
Run tsc on __tests__ and fixes some TS type defs (#1847)
leebyron Jul 8, 2021
9721538
Fix import references in type checking tests (#1848)
leebyron Jul 9, 2021
c738953
Issue with IE11 and missing Symbol.iterator
jdeniau Jul 13, 2021
b6b7e0c
ignore jest cache (conflict with rollup build)
jdeniau Jul 13, 2021
19fdae7
Merge pull request #1851 from immutable-js/fix-jestCache
jdeniau Jul 15, 2021
cc52cd7
Merge pull request #1850 from immutable-js/fix-ie11IteratorIssue
jdeniau Jul 15, 2021
47c78b4
try implementing TS Map as object definition
jdeniau Jun 29, 2021
0543432
working version of ObjectLikeMap with `.get()`
jdeniau Jul 2, 2021
b5d874a
start `getIn` implementation for ObjectLikeMap
jdeniau Jul 7, 2021
8cf0983
try to fix and add set definition
jdeniau Jul 15, 2021
5088816
Fixes top doc block in documentation (#1852)
leebyron Jul 16, 2021
d2f9729
You added es bundle, but forget about sideEffects:false (#1661)
a-x- Jul 16, 2021
a7b75bc
Fix website docs (#1853)
leebyron Jul 16, 2021
e80d8fa
Lint and format type definitions (#1855)
leebyron Jul 16, 2021
f7c1f33
fix getIn using variadic tuple types
mbullington Jul 16, 2021
9ec983f
try implementing TS Map as object definition
jdeniau Jun 29, 2021
4d248af
working version of ObjectLikeMap with `.get()`
jdeniau Jul 2, 2021
720b847
start `getIn` implementation for ObjectLikeMap
jdeniau Jul 7, 2021
c762557
try to fix and add set definition
jdeniau Jul 15, 2021
3705794
Merge branch 'jd-feat-tsMapObject' of github.com:jdeniau/immutable-js…
mbullington Jul 19, 2021
351f9e6
Simplify typescript definition files (#1854)
leebyron Jul 20, 2021
0101c06
Clean up scripts & resources (#1861)
leebyron Jul 20, 2021
526621c
Fix styles to doc search (#1651)
leebyron Jul 20, 2021
80aa4c6
Organize README content (#1862)
leebyron Jul 20, 2021
2a642f7
Prepare for Flow upgrade by modernizing flow test syntax (#1864)
leebyron Jul 20, 2021
6b03706
Flow updated to latest version (#1863)
leebyron Jul 22, 2021
4d50e12
Fix visual regression in docs (#1866)
leebyron Jul 23, 2021
f3eff25
Use ES standard for iterator fmethod reuse (#1867)
leebyron Jul 23, 2021
2030909
Prepare new version of documentation (#1856)
jdeniau Jul 23, 2021
7c64271
Generalize fromJS() and Seq() to support Sets (#1865)
leebyron Jul 23, 2021
678b802
No require with import (#1872)
phocks Sep 6, 2021
7041293
Replace cp with cpy (#1873)
Methuselah96 Sep 8, 2021
ad90f2e
Prevent mutable structures when merging Immutable objects using merge…
jdeniau Sep 13, 2021
d8cc0a2
Update flow to latest (#1875)
Methuselah96 Sep 16, 2021
c515a9f
upgrade to jest 27 and jasmine-check to 1.0.0-rc (#1874)
jdeniau Sep 16, 2021
ec328d6
v4.0.0-rc.15
Methuselah96 Sep 16, 2021
611c559
Ensure latest version docs are built (#1877)
leebyron Sep 23, 2021
d2522bd
Add correct types for empty Seq and Collection (#1878)
leebyron Sep 23, 2021
089dca7
keep sidebar fixed + merge top and bottom sidebar (#1868)
jdeniau Sep 27, 2021
ef81750
Changelog 4.0.0 (#1880)
bdurrer Oct 7, 2021
2ddb5c2
v4.0.0
Methuselah96 Oct 7, 2021
82e957c
Merge remote-tracking branch 'origin/main' into jd-feat-tsMapObject
jdeniau Oct 15, 2021
43f6590
fix linting
jdeniau Oct 15, 2021
72f60e9
Remove weird comment
jdeniau Oct 15, 2021
b58b9d6
Fix website build
jdeniau Oct 15, 2021
b0faf97
add test for `.set`
jdeniau Oct 15, 2021
42170d6
ObjectLikeMap → MapFromObject
jdeniau Oct 21, 2021
790773a
Update CHANGELOG
jdeniau Oct 21, 2021
a5e5af4
Remove unused call in sitemap generation (#1883)
jdeniau Oct 23, 2021
3e160f8
MapFromObject: add `remove` and `delete` + better type definition for…
jdeniau Oct 27, 2021
a26d4ec
be consistant with standard objects
jdeniau Oct 27, 2021
d112b0c
reset Map and OrderedMap return to `this` due to latest change on this
jdeniau Oct 27, 2021
f225394
ignore ConditionalType in website generation
jdeniau Oct 28, 2021
803e8a9
reverse empty argument check in constructors (#1887)
marianoguerra Oct 28, 2021
bdb02c2
update changelog for #1887
jdeniau Oct 28, 2021
89b83a0
Merge branch 'main' into jd-feat-tsMapObject
jdeniau Oct 28, 2021
4d0e981
Accept Symbol as Map key. (#1859)
jdeniau Nov 12, 2021
0d57333
Merge remote-tracking branch 'origin/main' into jd-feat-tsMapObject
jdeniau Nov 12, 2021
d627ad3
implement `.update` thanks to @mbullington
jdeniau Nov 12, 2021
4407ad3
Fixed the text overflow issue in small devices
rishav-jha-mech Nov 18, 2021
0d5d6c8
fox get + add some tests
jdeniau Nov 21, 2021
de19537
Fixed the docs page
rishav-jha-mech Nov 22, 2021
ee1eca1
Make sure merge works properly with MapFromObject
mbullington Dec 1, 2021
47be7ee
fix update method
mbullington Dec 1, 2021
15dbc60
prefer word-break to make the fix compatible with doc pages too
jdeniau Dec 13, 2021
10085fb
avoid "undefined" as classname
jdeniau Dec 13, 2021
f2dec5a
refactor: replace deprecated String.prototype.substr() (#1898)
CommanderRoot Mar 20, 2022
13b9e4d
Fix Flow removeIn types (#1902)
nifgraup Apr 29, 2022
8003646
Fix bug in Record.equals when comparing against Map (#1903)
jmtoung May 9, 2022
f83e384
Update Changlog based on recent improvements
leebyron May 23, 2022
fb4701a
Release 4.1.0 (#1905)
leebyron May 23, 2022
7cf6f8e
fix CI issue in latest npm version (#1908)
jdeniau Jun 24, 2022
0e9da4d
Merge remote-tracking branch 'origin/main' into jd-feat-tsMapObject
jdeniau Sep 28, 2022
908f205
fix Set.concat to concatenate strings as items (#1913)
rezaa91 Nov 17, 2022
9ff4612
Added a `partition` method to all containers (#1916)
johnw42 Dec 12, 2022
cfd7957
Update CHANGELOG.md
jdeniau Dec 12, 2022
ffb3ee8
better type for Record.toJS (#1917)
jdeniau Dec 22, 2022
3f2ec9f
upgrade changelog
jdeniau Dec 22, 2022
d88f722
update changelog for 4.2.0 (#1918)
jdeniau Dec 22, 2022
ac3a055
[Typescript] rollback some of the change on `toJS` to avoir circular …
jdeniau Dec 23, 2022
7e33ca9
release 4.2.1 (#1923)
jdeniau Dec 23, 2022
03d8b39
Add partition to flow spec (#1920)
Dagur Jan 2, 2023
3ffdc6f
changelog for 4.2.2
jdeniau Jan 2, 2023
f172ca1
upgrade version in package.json
jdeniau Jan 2, 2023
ee9d6da
try to add a `workflow_dispatch` key on release workflow
jdeniau Jan 6, 2023
e5c263c
upgrade dtslint to test version >= 4.6 (#1921)
jdeniau Jan 9, 2023
0d2f2ba
groupBy return either a Map or an OrderedMap: make the type more prec…
jdeniau Feb 1, 2023
d2d5819
release 4.2.3 (#1926)
jdeniau Feb 2, 2023
5e2379b
Improve type infererence for fromJS (#1927)
jdeniau Feb 3, 2023
0582889
Update CHANGELOG.md
jdeniau Feb 3, 2023
af0a387
release 4.2.4 (#1929)
jdeniau Feb 6, 2023
f88e4f9
TS: `update` method may return `undefined` (#1933)
jdeniau Feb 9, 2023
ad0356b
Merge remote-tracking branch 'origin/main' into jd-feat-tsMapObject
jdeniau Feb 10, 2023
beeac64
Rename `MapFromObject` to `MapOf` to match `RecordOf`
jdeniau Feb 10, 2023
14832ca
fix: wrong link in README (#1938)
BilderLoong Feb 13, 2023
376944d
Fix fromJS declaration for greater compatibility (#1936)
jdeniau Mar 10, 2023
f0f3932
Introduce Comparator and PairSorting (#1937)
giancosta86 Mar 10, 2023
41fcd04
release 4.3.0 (#1940)
jdeniau Mar 10, 2023
6e0720c
remove unused exports (#1928)
jdeniau Jul 10, 2023
ad5aeb4
Faster and implementation of `some` (#1944)
jdeniau Jul 10, 2023
5f03635
release 4.3.1 (#1945)
jdeniau Jul 11, 2023
a4eaaf0
Update CHANGELOG.md
jdeniau Jul 11, 2023
40e5945
Fix isOrderedSet type (#1948)
jdeniau Aug 1, 2023
ab69aaa
release 4.3.2 (#1950)
jdeniau Aug 3, 2023
c41e7fb
upgrade to github action cache v3 to handle node 16 support instead o…
jdeniau Aug 3, 2023
7b3aa41
Update readme (#1952)
colinhacks Aug 16, 2023
3dfdf73
md file pnpn -> pnpm (#1953)
menglingyu659 Aug 17, 2023
0224bd0
manage to handle toJS circular reference. (#1932)
jdeniau Aug 23, 2023
2306527
release 4.3.3 (#1954)
jdeniau Aug 23, 2023
def6f09
Merge remote-tracking branch 'origin/main' into jd-feat-tsMapObject
jdeniau Aug 23, 2023
c302576
implement toJS and toJSON due to recent fixes in main branch
jdeniau Aug 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"ecmaVersion": 6,
"sourceType": "module"
},
"extends": ["airbnb", "prettier", "prettier/react"],
"plugins": ["react"],
"extends": ["airbnb", "prettier"],
"plugins": ["react", "prettier"],
"rules": {
"array-callback-return": "off",
"block-scoped-var": "off",
Expand Down Expand Up @@ -60,14 +60,20 @@
"react/prop-types": "off",
"react/self-closing-comp": "error",
"react/sort-comp": "off",
"react/jsx-props-no-spreading": "off",
"jsx-a11y/no-static-element-interactions": "off",
"import/extensions": [
"error",
"always",
{ "js": "never", "ts": "never", "tsx": "never" }
],
"import/newline-after-import": "error",
"import/no-cycle": "off",
"import/no-extraneous-dependencies": "off",
"import/no-mutable-exports": "error",
"import/no-unresolved": "error",
"import/no-useless-path-segments": "off",
"import/order": "off",
"import/prefer-default-export": "off",
"jsx-a11y/no-static-element-interactions": "off"
"prettier/prettier": "error"
}
}
3 changes: 0 additions & 3 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

18 changes: 3 additions & 15 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ request can then be merged!
The next best way to report a bug is to provide a reduced test case on jsFiddle
or jsBin or produce exact code inline in the issue which will reproduce the bug.

Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
disclosure of security bugs. In those cases, please go through the process
outlined on that page and do not file a public issue.

# Code of Conduct

The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)
Immutable.js is maintained within the [Contributor Covenant's Code of Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/).

# Pull Requests

Expand All @@ -37,17 +33,10 @@ your [pull requests](https://help.github.com/articles/creating-a-pull-request).

## Documentation

Documentation for Immutable.js (hosted at http://facebook.github.io/immutable-js)
Documentation for Immutable.js (hosted at http://immutable-js.github.io/immutable-js)
is developed in `pages/`. Run `npm start` to get a local copy in your browser
while making edits.

## Contributor License Agreement ("CLA")

In order to accept your pull request, we need you to submit a CLA. You only need
to do this once to work on any of Facebook's open source projects.

Complete your CLA here: <https://code.facebook.com/cla>

## Coding Style

- 2 spaces for indentation (no tabs)
Expand Down Expand Up @@ -79,7 +68,6 @@ git checkout -b master upstream/master
```

These commands build `dist` and commit `dist/immutable.js` to `master` so that the regression tests can run.

```bash
npm run test
git add dist/immutable.js -f
Expand All @@ -96,7 +84,7 @@ npm run perf
Sample output:

```bash
> [email protected] perf ~/github.com/facebook/immutable-js
> [email protected] perf ~/github.com/immutable-js/immutable-js
> node ./resources/bench.js

List > builds from array of 2
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

--- Have a general question? ---

First check out the Docs: https://facebook.github.io/immutable-js/docs/
And check out the Wiki: https://github.com/facebook/immutable-js/wiki/
Search existing issues: https://github.com/facebook/immutable-js/search?type=Issues&q=question
First check out the Docs: https://immutable-js.github.io/immutable-js/docs/
And check out the Wiki: https://github.com/immutable-js/immutable-js/wiki/
Search existing issues: https://github.com/immutable-js/immutable-js/search?type=Issues&q=question
Ask on Stack Overflow!: https://stackoverflow.com/questions/tagged/immutable.js?sort=votes

* Stack Overflow gets more attention
Expand All @@ -26,7 +26,7 @@ libraries over continuous additions. Here are some tips to get your feature adde

--- Found a bug? ---

Search existing issues first: https://github.com/facebook/immutable-js/search?type=Issues&q=bug
Search existing issues first: https://github.com/immutable-js/immutable-js/search?type=Issues&q=bug
Please ensure you're using the latest version, and provide some information below.

-->
Expand Down
126 changes: 126 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
lint:
name: 'Lint'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.OS }}-node-
- run: npm ci
- run: npm run lint
- run: npm run check-git-clean

type-check:
name: 'Type Check'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.OS }}-node-
- uses: actions/cache@v3
with:
path: ~/.dts
key: ${{ runner.OS }}-dts-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.OS }}-dts-
- run: npm ci
- run: npm run type-check
- run: npm run check-git-clean

unit-test:
name: 'Build & Unit Test'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.OS }}-node-
- run: npm ci
- run: npm run build
- run: npm run unit-test
- run: npm run check-git-clean

website:
name: 'Build Website'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '16'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.OS }}-node-
- run: npm ci
- run: npm run website:build
- run: npm run check-git-clean

publish:
name: 'Publish'
needs: [lint, type-check, unit-test, website]
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '16'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.OS }}-node-
- run: npm ci
- run: npm run build
- run: npm run website:build
- name: Push NPM Branch
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3
with:
enable_jekyll: true
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./npm
publish_branch: npm
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
- name: Publish Docs
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/out
cname: immutable-js.com
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
27 changes: 27 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Release

on:
workflow_dispatch: ~
release:
types: [published]

jobs:
build:
name: 'Build & Publish to NPM'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.OS }}-node-
- run: npm ci
- run: npm run build
- run: cd npm && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ yarn-error.log
.idea
*.iml
TODO
/pages/out
/pages/generated
/website/.next
/website/out
/website/public/sitemap.xml
/website/public/robots.txt
/gh-pages
/npm
/dist
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist
pages/generated
pages/out
type-definitions/ts-tests/
type-definitions/flow-tests/
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

Loading