better.js icon indicating copy to clipboard operation
better.js copied to clipboard

Use IDL from w3c to help people debug their code

Open jeromeetienne opened this issue 10 years ago • 4 comments

idea developped here https://plus.google.com/+JeromeEtienne/posts/Uxf2AJyh7u5

jeromeetienne avatar Mar 23 '14 01:03 jeromeetienne

Description

  • parse the IDL description from the w3c spec
  • produce a better.js for them
  • people include them in their code - single include - very easy
  • it autodetect type errors

Analysis

  • very easy to include and test
  • very wide reach. any webdev could benefit from it

jeromeetienne avatar Mar 23 '14 01:03 jeromeetienne

Links

  • https://github.com/darobin/webidl2.js
  • http://berjon.com/blog/2010/06/webidl-parser.html
  • https://github.com/jensarps/W3C-IDL-Definitions

jeromeetienne avatar Mar 23 '14 02:03 jeromeetienne

similar to #77 but more generic

jeromeetienne avatar Mar 27 '14 12:03 jeromeetienne

  • doc about webidl in chromium http://www.chromium.org/blink/webidl
  • repo of various webidl by a google guy https://github.com/slightlyoff/ZOMGWebIDL

jeromeetienne avatar May 12 '14 08:05 jeromeetienne