We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dcf6a commit d035b3bCopy full SHA for d035b3b
scripts/api-ja.mjs
@@ -1,7 +1,7 @@
1
import { resolve, join } from 'node:path';
2
import fetch from 'node-fetch';
3
import { existsSync, writeFileSync } from 'fs';
4
-import overrides from './data/meta-override.json' assert { type: 'json' };
+import overrides from './data/meta-override.json' with { type: 'json' };
5
import * as utils from './utils.mjs';
6
7
const apiOverrides = overrides.api;
@@ -74,8 +74,8 @@ ${encapsulation !== 'none' ? `<EncapsulationPill type="${encapsulation}" />` : '
74
75
76
`;
77
- } else {
78
}
+
79
const endIndex = readme.indexOf('\n');
80
81
const title = readme.substring(0, endIndex);
0 commit comments