prettier/src
Shinigami f059d7a31b JSDoc type added in `src/common/util.js` (#6788)
* JSDoc type added in `src/common/util.js`

* skip can return false

* Add TBD for false - 1 not allowed

* Define typedef SkipOptions

* Use method generic for node param

* Define node param for setLocStart and setLocEnd

* Copy idx param to local variable

* Add @returns false

* Update Utility functions docs

* hasNewline param index: allow only number

* Add condition

* Add function keyword to docs

* Add prettier-ignore

* Improve condition

* Remove TBD comment

* Use single quotes

* Add type to oldIndex

* Use singleline JSDocs
2019-11-05 13:28:44 +02:00
..
cli cli: Handle errors when reading stdin (#6708) 2019-11-02 13:53:13 +01:00
common JSDoc type added in `src/common/util.js` (#6788) 2019-11-05 13:28:44 +02:00
config Gracefully handle nonexistent paths passed to --stdin-filepath. (#6687) 2019-11-02 15:56:26 +01:00
doc Start JSDoc type linting (#6770) 2019-11-02 09:44:27 +01:00
language-css Refactor createLanguage to use function transform (#6676) 2019-10-29 20:49:44 +02:00
language-graphql Refactor createLanguage to use function transform (#6676) 2019-10-29 20:49:44 +02:00
language-handlebars Refactor createLanguage to use function transform (#6676) 2019-10-29 20:49:44 +02:00
language-html Refactor createLanguage to use function transform (#6676) 2019-10-29 20:49:44 +02:00
language-js fix: numeric separators were removed from BigInt literals (#6796) 2019-11-04 18:21:29 +01:00
language-markdown Refactor createLanguage to use function transform (#6676) 2019-10-29 20:49:44 +02:00
language-yaml Refactor createLanguage to use function transform (#6676) 2019-10-29 20:49:44 +02:00
main JSDoc type added in `src/common/util.js` (#6788) 2019-11-05 13:28:44 +02:00
utils Refactor createLanguage to use function transform (#6676) 2019-10-29 20:49:44 +02:00
index.js refactor: move index.js and standalone.js to src (#5054) 2018-09-06 13:51:18 +08:00
standalone.js feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00