Byron Luk
b576bf4b41
fix typo in contributing guidelines ( #8901 ) [skip ci]
2018-10-19 08:49:33 +02:00
Retsam
8f5e9e143b
Fixes the link to the babel-parser output docs ( #8678 ) [skip ci]
...
The babel-parser output documentation has been moved to the babeljs.io website, but the link in CONTRIBUTING.md is still pointing to the repository itself.
2018-09-12 09:18:20 +02:00
Leong Jia Meng
b8f9ebf638
Update Documentation[skip ci] ( #8412 )
2018-08-01 10:33:11 -05:00
Kevin Gibbons
d781e207c8
Docs: fix typo in path ( #8372 ) [skip ci]
2018-07-23 20:32:44 -04:00
Henry Zhu
51eef099b3
fixes [skip ci]
2018-05-19 00:12:26 -04:00
Chaitanya Kumar Kamatham
daf0ca8680
Rename "babylon" to "@babel/parser" ( #7937 ) 🎉
2018-05-19 00:03:05 -04:00
Henry Zhu
dbdce0e4e4
add overwrite for tests [skip ci]
2018-04-21 11:46:15 -04:00
Christopher Hiller
b0e1e84471
drop support for Node.js v4 ( #7755 )
...
* drop support for Node.js v4; closes #7753
- remove version 4 from Travis build matrix
- update environment support doc
- update `CONTRIBUTING.md`
- update `engines` field of root `package.json`
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
* update engines for babylon
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
2018-04-21 01:09:10 -04:00
Justin Ridgewell
668358c4d0
Fix class properties after nested class' bare super ( #7671 )
...
* Fix class properties after nested class' bare super
Fixes #7371 .
* Fix node 4 test
* This damn node 4 test
* All of the ClassBody, but not the methods or field inits
* tmp
* tmp
* Use common class environment visitor
* Tests
* Use skipKey to avoid recursive traversal
* Remove old state
* Use jest expect
2018-04-14 13:48:38 -04:00
Nicolò Ribaudo
af3d6526e7
Add slack links to CONTRIBUTING.md ( #7713 )
2018-04-11 21:56:45 -05:00
K Sashi Kumar
ab1e295c74
[Doc] Remove build-babylon from contributing ( #7474 ) [skip ci]
2018-03-04 19:55:25 +01:00
Mauro Bringolf
81532103da
Contributing docs: Add caveat about direct subdirectories and exec tests ( #7482 ) [skip Ci]
...
* Add caveat about direct subdirectories and exec tests
* Fix _only_ typo
2018-03-03 18:01:29 +01:00
Yuta Hiroto
5459c75d64
Fix CONTRIBUTING.md ( #7441 )
2018-02-27 08:45:28 -06:00
Henry Zhu
aa888e666a
fix wording [skip ci]
2018-01-09 15:09:47 -05:00
Raja Sekar
f694b5d034
Doc changes for https://github.com/babel/babel/issues/7063 ( #7185 )
2018-01-09 11:10:00 -06:00
Leo Hsieh
e270fbe7f0
Update babylon ast links on CONTRIBUTING.md ( #6972 ) [skip ci]
2017-12-04 23:43:40 +01:00
Yifeng Wang
3fae022320
Update CONTRIBUTING.md ( #6868 )
2017-11-22 10:47:06 +01:00
Henry Zhu
70361f1200
Remove the experimental folder
2017-11-21 20:03:16 -05:00
Vincent Chan
037b2025a6
description about building and testing babylon in CONTRIBUTING.md ( #6756 )
...
developers maybe confuse about the steps of building and testings in the mono project
2017-11-18 12:57:58 +01:00
Darío Hereñú
7d534dc32c
Minor fix (styling) ( #6849 ) [skip ci]
2017-11-18 06:51:44 +01:00
Steven Hargrove
cee9ae48e0
[skip ci] removed shorthand usage of official babel scoped presets & plugins from README.md's ( #6820 )
2017-11-16 22:51:23 -05:00
Daniel Tschinder
3b540e3f5a
Integrate babylon into babel workflow
2017-11-01 23:26:51 +01:00
Henry Zhu
9ac326b075
remove es20xx prefixes from plugins and rename folders ( #6575 )
2017-10-28 20:43:15 -04:00
Henry Zhu
92a3caeb9c
remove warning (still applies but don't need it there) [skip ci] ( #6579 )
2017-10-28 20:17:16 -04:00
Henry Zhu
c41abd79a1
Rename all proposal plugins to -proposal- from -transform- ( #6570 )
2017-10-27 15:26:38 -04:00
Henry Zhu
476ec5ed8f
Fix readmes to use @babel/ [skip ci] ( #6569 )
2017-10-27 11:50:59 -04:00
Clark Sandholtz
613b1bc192
Changed beginner-friendly to good first issue as requested in issue ( #6471 ) [skip ci]
2017-10-12 20:21:42 -04:00
Leyth
35b111325e
Changed 'beginner-friendly' to 'good first issue' ( #6473 ) [skip ci]
2017-10-12 20:03:10 -04:00
Henry Zhu
777a8e2bb4
add more links [skip ci]
2017-08-12 22:04:55 -04:00
Henry Zhu
ad1f87cf07
add new yarn version requirement [skip ci]
2017-08-12 22:00:25 -04:00
Karl Cheng
3a55e1326c
Allow substrings for TEST_ONLY in make ( #6079 )
...
This allows TEST_ONLY to match substrings of the package directory name
instead of having to use the full package directory name.
2017-08-10 10:55:46 -04:00
Sergey Rubanov
829c75a866
Development Only: drop Node 4-5 and npm 2 ( #6037 ) [skip ci]
...
Node versions 4 and 5 are obsolete. Version of npm bundled in Node 6 is 3 so npm 2 could be dropped as well.
2017-08-02 14:30:13 -04:00
Noah Lemen
5c45753cd6
add TEST_GREP example clarification [skip ci] ( #6013 )
2017-07-26 17:53:46 -04:00
Peeyush Kushwaha
5fbe8edfb9
Contributing troubleshooting ( #5790 )
2017-05-29 11:58:07 -05:00
Buu Nguyen
8abe061fab
Support specifying minimum Node version a test requires ( #5765 )
2017-05-25 11:59:00 -04:00
Buu Nguyen
cfe0a84e2b
Update doc per review feedback ( #5766 ) [skip ci]
2017-05-23 16:47:09 -05:00
Buu Nguyen
4ce24c041a
Minor improvements to grammar, verbiage and others ( #5764 ) [skip ci]
2017-05-23 16:34:50 -04:00
Aaron Ang
911b71f2c6
Use absolute paths in Babel's CONTRIBUTING.md ( #5431 )
2017-03-10 08:49:28 -06:00
Henry Zhu
d33d023594
Merge remote-tracking branch 'origin/master' into merge-master
2017-02-23 18:54:15 -05:00
Aaron Ang
45087b258b
Add Yarn installation to CONTRIBUTING.md ( #5358 ) [skip ci]
2017-02-22 07:50:22 -05:00
Aaron Ang
c1c9ac4e11
Add section to CONTRIBUTING about debugging code ( #5354 ) [skip ci]
2017-02-21 22:26:52 -05:00
Alex Kuzmenko
b5246994b5
Update CONTRIBUTING.md: include make build ( #5349 ) [skip ci]
2017-02-21 10:09:31 -05:00
Brian Ng
7b63af0e91
Fix typo in CONTRIBUTING.md [skip ci]
2017-02-20 11:37:04 -06:00
Zachary Miller
d55a775024
Update CONTRIBUTING.md with respect to coverage check [skip ci] ( #5329 )
2017-02-16 22:14:16 -05:00
Siddharth Kshetrapal
868c9ecc11
change node version in contributing
2016-12-21 12:35:16 +05:30
Yuta Hiroto
68148b8a05
Fix links in CONTRIBUTING.md [skip ci] ( #4989 )
2016-12-12 08:00:16 -05:00
Andrew Levine
7cfe5c13e3
Add TEST_DEBUG env var option for test.sh, to enable node 6 debugger ( #4764 )
2016-10-23 23:58:25 -04:00
Henry Zhu
4b3aaae9c0
fixes [skip ci]
...
Ref https://github.com/babel/babel/issues/4590#issuecomment-254359917
2016-10-17 19:53:29 -04:00
Moti Zilberman
b8eeddf960
Automatically generate missing expected.js fixtures ( #4735 )
...
This is much like Babylon's existing behavior around `expected.json`. The equivalent of babel/babylon#188 is already applied here, to guard against silent failure (and a potential false positive) if a test is accidentally committed without its expected.js.
2016-10-17 16:39:32 +02:00
Henry Zhu
2dc919d4c6
contributing updates [skip ci]
2016-10-15 19:27:24 -04:00