This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4002 silly gunzTarPerm modified mode [ 'node_modules/node-gyp/gyp/buildbot/aosp_manifest.xml', | |
4002 silly gunzTarPerm 420, | |
4002 silly gunzTarPerm 438 ] | |
4003 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/buildbot/buildbot_run.py | |
4004 silly gunzTarPerm modified mode [ 'node_modules/node-gyp/gyp/buildbot/buildbot_run.py', | |
4004 silly gunzTarPerm 493, | |
4004 silly gunzTarPerm 511 ] | |
4005 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/buildbot/commit_queue/README | |
4006 silly gunzTarPerm modified mode [ 'node_modules/node-gyp/gyp/buildbot/commit_queue/README', | |
4006 silly gunzTarPerm 420, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const TYPE_MASK = 0xFFFF; | |
const TEXT_TYPE = 1; | |
const IMAGE_TYPE = 2; | |
const IS_SIZED = 1 << 16; | |
const IS_COLORED = 1 << 17; | |
const HAS_CHILDREN = 1 << 18; | |
interface IDrawable { | |
tag: number; | |
} |