typia
Version:
Superfast runtime validators with only one line
1 lines • 849 B
Source Map (JSON)
{"version":3,"file":"NoTransformConfigurationError.mjs","names":[],"sources":["../../src/transformers/NoTransformConfigurationError.ts"],"sourcesContent":["/** @internal */\nexport function NoTransformConfigurationError(name: string): never {\n throw new Error(\n [\n `Error on typia.${name}(): no transform has been configured.`,\n \"\",\n \"Read and follow https://typia.io/docs/setup please.\",\n \"\",\n [\n \"If you've already completed the setup, it means there's\",\n \"a bug in your code. Run `tsc` command so that check what\",\n \"is wrong with your code.\",\n ].join(\" \"),\n ].join(\"\\n\"),\n );\n}\n"],"mappings":";;AACA,SAAgB,8BAA8B,MAAqB;CACjE,MAAM,IAAI,MACR;EACE,kBAAkB,KAAK;EACvB;EACA;EACA;EACA;GACE;GACA;GACA;EACF,CAAC,CAAC,KAAK,GAAG;CACZ,CAAC,CAAC,KAAK,IAAI,CACb;AACF"}