babel/packages
TSUYUSATO Kitsune eb2266fb1a Fix ignoring previous strict mode after twice "use strict"
For example:

    var foo = function () {
      "use strict";
      "use strict";
      // there is inside of strict mode,
      // so `0123` (octal number) occurs a syntax error.
    };
    // there is outside of strict mode,
    0123; // so left is valid syntax.
    // however:
    //   SyntaxError: Invalid number (8:0)

I fixed it and add the test case.
2015-12-19 09:26:10 +09:00
..
2015-12-04 22:56:51 +11:00
2015-12-10 17:20:27 -08:00
2015-12-04 22:56:51 +11:00
2015-12-18 00:23:03 -08:00
2015-12-18 00:23:03 -08:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-06 11:31:46 -05:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-13 23:01:37 -08:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 13:52:36 -05:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-14 14:11:36 -08:00
2015-12-04 22:56:51 +11:00
2015-12-18 00:23:03 -08:00
2015-12-18 00:23:03 -08:00
2015-10-29 17:51:24 +00:00

Woah, what's going on here?

A monorepo, muhahahahahaha. See the monorepo design doc for reasoning.