tc39 / proposal-error-stacks

ECMAScript Proposal, specs, and reference implementation for Error.prototype.stack / System.getStack
https://tc39.github.io/proposal-error-stacks/
MIT License
170 stars 13 forks source link

Broken `spec.md` link in readme #6

Closed not-an-aardvark closed 9 months ago

not-an-aardvark commented 7 years ago

The "markdown format" link in README.md links to https://github.com/ljharb/proposal-error-stacks/blob/master/spec.md, which is a 404.

I would make a PR to fix it, but I don't see where it's intended to lead to -- based on git blame, the link has been broken since it was added.

ljharb commented 7 years ago

Thanks - spec.md is basically a manual markdown conversion of spec.emu (which is what compiles into index.html). I haven't actually made it yet, because the spec text is still very much in flux.

I'll leave this open in the meantime, but I'm going to leave everything as-is until I've added spec.md.

mk-pmb commented 9 months ago

What is that .emu file format? I tried to search for it but emulators are too prominent.

ljharb commented 9 months ago

it's ecmarkup, which is very HTML-like.