Files
atom/script
Antonio Scandurra 500cefb8d5 Don't snapshot minimatch and fix package transpilation registry on win32
This module uses Node's `path` for determinining which path separator to
use on the current platform. On browsers (and every other environment
that does not support `require`, such as v8 snapshots) it falls back to
always using a forward slash.

As a result, `PackageTranspilationRegistry` (and potentially other
bundled packages that depend on `minimatch`) couldn't match glob
expressions against any given path on Windows, thus causing the custom
transpiler code to not work properly.
2017-03-30 10:32:44 +02:00
..
2016-08-02 14:04:45 +02:00
2017-03-02 08:29:45 +01:00
2016-08-02 14:04:45 +02:00
2016-08-02 15:31:05 +02:00
2016-08-08 14:47:17 -07:00
2016-10-19 09:29:37 +02:00
2016-08-02 09:24:02 +02:00
2016-08-29 10:37:12 +02:00
2016-08-29 10:37:12 +02:00
2016-09-09 17:58:23 +02:00