tools: add ASCII only lint rule in lib/ by hkal · Pull Request #11371 · nodejs/node
added
timers
labels
Feb 14, 2017
aqrln
mentioned this pull request
2 tasks
aqrln added a commit to aqrln/node that referenced this pull request
Feb 16, 2017In order to allow using Unicode characters inside comments of built-in JavaScript libraries without forcing them to be stored as UTF-16 data in Node's binary, update the tooling to strip comments during build process. All line breaks are preserved so that line numbers in stack traces aren't broken. Refs: nodejs#11129 Refs: nodejs#11371 (comment)
aqrln
mentioned this pull request
3 tasks
Detects if files in lib/ contain non-ASCII characters and raises a linting error. Also removes non-ASCII characters from lib/console.js comments Fixes: nodejs#11209
This was referenced
Jan 4, 2018This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters