Sarup Banskota
f1303aa54c
Misc updates to babel-core README ( #5841 ) [skip ci]
...
* Minor grammar things
* Standardize fullstops on the options table
* Usage of `` where appropriate
2017-06-09 10:37:34 -04:00
James
b4f3d943b2
-> parsedAst
2017-04-24 03:24:06 -07:00
James
505d639da7
string -> sourceCode, ast -> generatedCode
...
9a576ca932
2017-04-24 01:16:02 -07:00
James
9a576ca932
back to babylon
2017-04-23 21:28:42 -07:00
James
a18ee8a9a5
[skip ci] babylon -> babel, ast -> parsedAst
...
align the naming, allow the example to be usable without change
2017-04-22 22:15:59 -07:00
James
446ee06680
[readme] change code -> string
...
because code is declared as const twice
2017-04-22 22:08:55 -07:00
Seth Bergman
3d52d30e49
Fixed broken links in README.md [skip ci] ( #5449 )
...
* Fixed broken links in README.md
- [plugins](https://github.com/babel/babel/blob/master/docs/plugins ) => [plugins](https://babeljs.io/docs/plugins/ )
- [presets](https://github.com/babel/babel/blob/master/docs/plugins/#presets ) => [presets](https://babeljs.io/docs/plugins/preset-latest/ )
* Corrected the presets link [skip-ci]
Changed to:
```
[presets](https://babeljs.io/docs/plugins/#presets )
```
2017-03-12 00:24:57 -08:00
Brian Ng
160bd3924b
Normalize options sections in docs [skip ci] ( #5244 )
2017-01-31 08:46:01 -05:00
Mark Wubben
20c9dca798
Document babelrc option ( #5101 )
...
The core package accepts a babelrc option, which if set to false stops
the transforms from using .babelrc and .babelignore files. Document
this option and remove the --no-babelrc CLI flag, referring to the CLI
documentation instead.
[skip ci]
2017-01-15 16:04:23 -06:00
Brian Ng
47bb77d352
Update babel-core options in README ( #5114 )
...
* Add wrapPluginVisitorMethod option to babel-core README [skip ci]
* fix typo
* alpha-sort options
* add note about introspection [skip ci]
2017-01-14 16:01:52 -05:00
Sven SAULEAU
9d76f0b2de
[skip ci] update README
2016-12-17 16:37:45 +01:00
Sven SAULEAU
3ef8e61d72
[skip ci] update babel-core's README
2016-12-17 12:41:49 +01:00
Henry Zhu
16a05166b2
v6.20.0 changelog [skip ci] ( #4971 )
...
* v6.20.0 changelog [skip ci]
* remove old license since rewrite [skip ci]
2016-12-08 18:17:33 -05:00
Sven SAULEAU
455d888ce8
update package documentation ( #4948 ) [skip ci]
2016-12-06 14:24:52 -05:00
Sven SAULEAU
351c1d3b4f
Update README [skip ci] ( #4938 )
2016-12-05 13:36:31 -05:00
Henry Zhu
e86f62b304
README: add --save-dev [skip ci]
...
Closes gh-4910
2016-11-29 08:40:27 -05:00
Sven SAULEAU
2311b5b53a
README: remove dollar in sh snippets [skip ci]
2016-11-29 08:39:23 -05:00
Sebastiaan Deckers
7977c9249e
Babel API example ( #4675 ) [skip ci]
...
Just a minor fix. I'm new to Babel's API and this tripped me up. Seems like it happened to others before (e.g. #2859 ). Guessing this came from an earlier `var babel = require('babel-core')` which does work.
2016-10-05 09:50:11 -04:00
James Kyle
1d377986c4
Add babel-core README
2015-10-29 20:15:06 -07:00
Sebastian McKenzie
15f73b4fc3
remove noisy comments/documentation
2015-09-01 04:56:03 +01:00