Remove moduleSpecName

Summary:
All our codegen JavaScript now simply uses libraryName instead of moduleSpecName. In our buck infra, we assign native_module_spec_name to libraryName.

Changelog: [Internal]

Reviewed By: fkgozali

Differential Revision: D25842696

fbshipit-source-id: efd3af402585f9ad4ff3b593179147eea91cc331
This commit is contained in:
Ramanpreet Nara
2021-01-07 19:39:56 -08:00
committed by Facebook GitHub Bot
parent d5cfad5519
commit 9215980471
43 changed files with 67 additions and 127 deletions
@@ -367,7 +367,6 @@ module.exports = {
generate(
libraryName: string,
schema: SchemaType,
moduleSpecName: string,
packageName?: string,
): FilesOutput {
const files = new Map();