Geoffrey Booth

Results 425 comments of Geoffrey Booth

> How could they be needed for interoperability? So a framework like React involves a lot of `extend`ing base classes. Those classes then get used by other parts of the...

@jashkenas To rephrase my example: If React documentation says, “define a private `data` method for your components,” and so then that’s what users are expected to do; then some other...

Here are the relevant proposals: - [Private instance methods and accessors](https://github.com/tc39/proposal-private-methods) - [Class Public Instance Fields & Private Instance Fields](https://github.com/tc39/proposal-class-fields) - [Static class fields and private static methods](http://github.com/tc39/proposal-static-class-features/) They’re all...

> This would be a breaking change, though. From [above](https://github.com/jashkenas/coffeescript/issues/4552#issuecomment-309254764): > And if or when the feature is standardized, our output could be updated to output ES2018 or whenever it...

It looks like `export * as namespace from` was added in ES2020: https://github.com/tc39/proposal-export-ns-from, https://github.com/mdn/content/pull/11293. In the meantime you can [do what Babel does](https://babeljs.io/repl/#?browsers=&build=&builtIns=false&corejs=3.6&spec=false&loose=false&code_lz=KYDwDg9gTgLgBAKjgQwM5wHbILbFWZAY2DgDMoJs4ByMAawHNqg&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=stage-2%2Cstage-3&prettier=false&targets=Node-16&version=7.16.10&externalPlugins=&assumptions=%7B%7D): ```coffee # export * as namespace from...

The original article appears to also be at https://medium.com/hackernoon/polyfills-everything-you-ever-wanted-to-know-or-maybe-a-bit-less-7c8de164e423. I’m also happy to include three links. To be mergeable, you need to also run `cake doc:site` and commit the changed...

I don't doubt there's an issue, but to fix it we need a minimal reproducible case. If you could provide as small an example as possible where the line numbers...

I guess? Would this be a breaking change for anyone?

So what does this PR do now? Show a hint about Ctrl-V once the user already presses Ctrl-V, to tell them to repeat the key combination to turn off multiline...

> Hello this is open since 2019 and all check have passed. Is there any specifics reasons to not merge it ? There are some usability concerns raised on this...