Files
atom/script/lib
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-29 10:37:12 +02:00
🎨
2017-03-20 10:20:36 +01: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-08-29 10:37:12 +02:00
2016-08-29 10:37:12 +02:00
WIP
2017-02-28 15:44:02 +01:00