Ustun Ozgur
Ustun Ozgur
See also this config change for watchman so that it ignores node_modules. That speeds up the initial run significantly: https://github.com/facebook/jest/issues/10833#issuecomment-741748347
@enxyz > wx.SystemSettings.GetAppearance().IsDark() seems buggy, but > wx.SystemSettings.GetAppearance().IsUsingDarkBackground() seems to work fine for me on MacOS 12.3.1. The docs seem to suggest otherwise though: https://wxpython.org/Phoenix/docs/html/wx.SystemAppearance.html
Wanted to mention volta as an alternative way to pin node versions in projects(actually it is an alternative to nvm): https://docs.volta.sh/guide/
Seems like the PR is already at https://github.com/hitgeek/simple-hl7/pull/69 Thanks @max-abclabs
@jacksonrayhamilton I do agree with you regarding JSX, but it is impossible to stop its popularity and JS2 mode has to support it one way or another. That said, I...
> My main use case is that `js2-mode` does auto-indenting exactly the way I want it while `javascript` mode is quite a bit less intelligent. It doesn't make a difference...
I guess the question is, do we need to maintain the parser anymore, given that parsers like Babel are maturing?
So one way to go about this to move the current parser to another module and have a swappable parser backend that can also use babel?
> I'm not sure. Do Babel, Esprima, etc, support all the new features of ES6/7 that js2-mode does? I can do some research on that, but my feeling is Babel...
Also worth looking into this: http://shift-ast.org/ http://engineering.shapesecurity.com/2015/01/a-technical-comparison-of-shift-and.html