react-native-windows-init 1.1.106 → 1.1.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenerateWindowsType.js","sourceRoot":"","sources":["../src/GenerateWindowsType.ts"],"names":[],"mappings":";AAAA;;;;;GAKG","sourcesContent":["/**\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * @format\n */\n\n// TS 3.8 type-only imports lead to parse errors with versions of prettier\n// earlier than 2.0, which React Native uses as of 0.63. Isolate the type\n// import to just this file and
|
|
1
|
+
{"version":3,"file":"GenerateWindowsType.js","sourceRoot":"","sources":["../src/GenerateWindowsType.ts"],"names":[],"mappings":";AAAA;;;;;GAKG","sourcesContent":["/**\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * @format\n */\n\n// TS 3.8 type-only imports lead to parse errors with versions of prettier\n// earlier than 2.0, which React Native uses as of 0.63. Isolate the type\n// import to just this file and blocklist the file to get around it. Note that\n// we cannot import the real module because it may be in a different location\n// for older versions of RNW.\nimport type {generateWindows, GenerateOptions} from '@react-native-windows/cli';\n\n// Current version\nexport type GenerateWindows = typeof generateWindows;\n\n// Older versions of GenerateWindows were synchronous\nexport type GenerateWindows62 = (projectDir: string, name: string, ns: string, options: GenerateOptions) => void;\n"]}
|
package/package.json
CHANGED