David Greenspan
David Greenspan
The imports do not seem to be handled correctly in the code. On this line: https://github.com/denoland/deno_emit/blob/c6f061dd8f9bb0c2f2b0709a4e9aaf657f4169b4/mod.ts#L160 ...the import map is passed as a JSON string as the third argument to...
Same with `"bundle": "classic"`, FWIW. I'm grateful for the workaround. I wonder if this renders source maps worthless (I haven't gotten them working yet).
I'm starting to write an implementation of cubiml, for learning purposes, and I think what people are missing in the if-then-number-else-string scenario is if no code ever uses the result,...
UI.body... is kind of a misnomer. Avi asked me about this recently, so it's on my mind. UI.body is a component that renders the concatenation of the `` tags in...
Hi @gkubisa, we made some changes to the algorithm used when a numeric cursor position is given. Note that the cursor position has always been an index into the first...
Yeah, without a spec, CSON parser libraries written for other languages are extremely unlikely to accept the same set of inputs and produce the same outputs. A file written for...
The gold standard for a spec is, of course, the JSON spec (http://www.json.org/), lest anyone think a spec must be a long, stuffy document. All a spec has to do...
Atom stores configuration data on disk in CSON, so that's what got me interested in whether this was a "real" format (that could conceivably be read by an arbitrary program)...
I wrote this code. :) The limit was originally put there with unwrapped documents in mind. The relevant case is: 1. User pastes in some giant text, with no line...