Expand note about defaults.json compatibility
In the future we might convert the file to JSON with comments, or add this note to a JSON schema.
This commit is contained in:
parent
1eeb9df353
commit
a89ad76881
12 changed files with 18 additions and 12 deletions
2
lib/feature-flags.test.js
generated
2
lib/feature-flags.test.js
generated
|
|
@ -25,7 +25,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|||
const fs = __importStar(require("fs"));
|
||||
const path = __importStar(require("path"));
|
||||
const ava_1 = __importDefault(require("ava"));
|
||||
const defaults = __importStar(require("./defaults.json")); // Referenced from codeql-action-sync-tool!
|
||||
const defaults = __importStar(require("./defaults.json"));
|
||||
const feature_flags_1 = require("./feature-flags");
|
||||
const logging_1 = require("./logging");
|
||||
const repository_1 = require("./repository");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue