{"id":25738,"library":"hyeongnya","title":"혀엉/야옹 Transpiler","description":"A Node.js transpiler that converts between the 혀엉 and 야옹 esoteric languages created by Korean developers. The package provides two functions, toYaong() and toHyeong(), for bidirectional conversion. Version 1.0.5 is stable with no recent updates. It is a niche novelty package with no alternatives, offering TypeScript type definitions.","status":"active","version":"1.0.5","language":"javascript","source_language":"en","source_url":"ssh://git@github.com/dolsup/hyeongnya","tags":["javascript","hyeongnya","혀엉","야옹","transpiler","typescript"],"install":[{"cmd":"npm install hyeongnya","lang":"bash","label":"npm"},{"cmd":"yarn add hyeongnya","lang":"bash","label":"yarn"},{"cmd":"pnpm add hyeongnya","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"CommonJS require with destructuring also works but import is preferred for TypeScript.","wrong":"const toYaong = require('hyeongnya').toYaong;","symbol":"toYaong","correct":"import { toYaong } from 'hyeongnya';"},{"note":"Named export, not default.","wrong":"import toHyeong from 'hyeongnya';","symbol":"toHyeong","correct":"import { toHyeong } from 'hyeongnya';"},{"note":"No default export; use namespace import.","wrong":"import hyeongnya from 'hyeongnya';","symbol":"default export","correct":"import * as hyeongnya from 'hyeongnya';"}],"quickstart":{"code":"import { toYaong, toHyeong } from 'hyeongnya';\n\nconst hyeong = '혀어어어어어어어엉........ 핫. 혀엉..... 흑... 하앗... 흐윽... 형.  하앙. 혀엉.... 하앙... 흐윽... 항. 항. 형... 하앙. 흐으윽... 형... 흡... 혀엉.. 하아아앗. 혀엉.. 흡... 흐읍... 형.. 하앗. 하아앙... 형... 하앙... 흐윽... 혀어어엉.. 하앙. 항. 형... 하앙. 혀엉.... 하앙. 흑... 항. 형... 흡 하앗. 혀엉..... 흑. 흣';\n\nconst yaong = toYaong(hyeong);\nconsole.log('Yaong:', yaong);","lang":"typescript","description":"Converts a sample 혀엉 string to 야옹 and prints the result."},"warnings":[{"fix":"Do not use in serious applications.","message":"The package is a novelty esoteric language transpiler; not intended for production use.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'npm install hyeongnya' and ensure import path is correct.","cause":"Package not installed or not imported correctly.","error":"Cannot find module 'hyeongnya'"},{"fix":"Use 'import { toYaong } from 'hyeongnya'' instead of 'import hyeongnya from 'hyeongnya''.","cause":"Using default import instead of named import.","error":"TypeError: hyeongnya.toYaong is not a function"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}