- Apr 20, 2016
-
-
Marijn Haverbeke authored
Issue #3974
-
Matthias Bussonnier authored
Even if we don't use promise internally, check for the existence of `.then` attributes on the return results of a hinting function, and if so assume it is a promise. Internally also convert all hinters to use the asynchronous interface for consistency and simplification of code paths. Closes #3971
-
- Apr 19, 2016
-
-
Matthias Bussonnier authored
`u` prefix are valid (again) since 3.3, and `f` prefix are now allowed starting at 3.6 (which is not released yet though).
-
Marijn Haverbeke authored
Closes #3972
-
Marijn Haverbeke authored
-
joelpinheiro authored
-
Grzegorz Mazur authored
-
- Apr 18, 2016
-
-
Timothy Gu authored
-
- Apr 17, 2016
-
-
Grzegorz Mazur authored
-
- Apr 13, 2016
-
-
Marijn Haverbeke authored
Issue #3956
-
- Apr 12, 2016
-
-
James Howard authored
There were two issues: 1. Github flavored markdown calls Objective C `objective-c` 2. The gfm.js mode didn't include `-` in its fenced code block regex Additionally, test/index.html did not import the mode/meta.js file, which prevented mode lookup by name from working in unit tests.
-
Marijn Haverbeke authored
Issue #3941
-
- Apr 11, 2016
-
-
Vincent Woo authored
-
- Apr 08, 2016
-
-
Marijn Haverbeke authored
Issue #3932
-
Jared Dean authored
-
Gary Sheng authored
-
Michael Zhou authored
BUCK, BUILD, *.BUILD and *.bzl files are build files for the three build systems mentioned, and they are all valid Python files.
-
- Apr 07, 2016
-
-
Kris Ciccarello authored
-
Timothy Gu authored
-
Timothy Gu authored
-
Matt Pass authored
-
- Apr 06, 2016
-
-
Marijn Haverbeke authored
5.13.4 was a trivial release restoring a LICENSE file.
-
Marijn Haverbeke authored
Issue #3938
-
- Apr 05, 2016
-
-
Grzegorz Mazur authored
-
John Van Der Loo authored
-
Marijn Haverbeke authored
Closes #3934
-
Josh Soref authored
-
Gary Sheng authored
-
- Mar 31, 2016
-
-
Lu Fangjian authored
-
Josh Soref authored
-
- Mar 29, 2016
-
-
Marijn Haverbeke authored
Closes #3922
-
Marijn Haverbeke authored
Closes #3920
-
- Mar 28, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #3914
-
Michael Zhou authored
The 6 "n"s are reported as suspicious code by Closure Compiler. They can just be empty statements instead.
-
Michael Zhou authored
This eliminates a warning from Closure Compiler.
-
Michael Zhou authored
The Error after the while(true) loop is not reachable and should be removed. The "this.iterator" property should be given an initial value of 0. This fixes two warnings reported by Closure Compiler.
-
Michael Zhou authored
-
- Mar 27, 2016
-
-
Marijn Haverbeke authored
Issue #3911
-
Andrey Shchekin authored
Added tests and fixed some issues uncovered by testing.
-