|
|
|
|
|
by bsimpson
4226 days ago
|
|
I've been using node-jsx and jsx-loader to bring JS Harmony syntax into projects I'm working on now. The last great hurdle to make JS a language that's easy to express in is the existential operator. It sucks how often you have to manually null-check in JS. I'm mighty tempted to write a Webpack plugin to make `?` usable in vanilla JS. |
|