Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodejs версия #96

Open
nagayev opened this issue Jun 24, 2021 · 2 comments
Open

nodejs версия #96

nagayev opened this issue Jun 24, 2021 · 2 comments
Labels

Comments

@nagayev
Copy link
Contributor

nagayev commented Jun 24, 2021

Сейчас версия для node неудобная.
Мне нужно писать:

require('yopta');
console.log(globalThis.yopta);

вместо

const yopta = require('yopta');
console.log(yopta);
@samgozman samgozman added the bug label Jun 25, 2021
@samgozman
Copy link
Owner

samgozman commented Jun 25, 2021

Да это баг, который я не могу понять как получился. Не первый мой модуль на TS, но тут почему-то не работает export, хотя определения среда подхватывает. Думаю какая-то незримая ошибка влияет на результат компиляции из ts в js

@nagayev
Copy link
Contributor Author

nagayev commented Jun 25, 2021

@samgozman Я пытался пофиксить, но пока ничего не вышло.
Попробую потом еще раз.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants