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
/* eslint-disable no-console */ | |
/** | |
* The script which is able to link and unlink folders. | |
* It is used mainly to add absolute imports. | |
*/ | |
/** | |
* Add or change folders here. | |
* - target: relative path from the link to the folder of interest |
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
watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache |
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
{"lastUpload":"2021-02-05T21:07:11.645Z","extensionVersion":"v3.4.3"} |
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
#!/usr/bin/ruby | |
# generate-spark-info.rb | |
# | |
# Generate JSONs with property description for Spark Inspector | |
# for the direct subclasses of UI.. classes in the project | |
# TODO | |
# - need: | |
# -- add detection of `typedef NS_ENUM()`s if they are declared in the same file | |
# -- speacial case for readonly properties |