EO
с другой стороны хотелось бы иметь "базовую" реализацию, которая могла бы переиспользовать + инферить
Size: a a a
EO
IT
/root/src/folder/moduleB.ts
/root/src/folder/moduleB.d.ts
/root/src/moduleB.ts
/root/src/moduleB.d.ts
/root/moduleB.ts
/root/moduleB.d.ts
/moduleB.ts
/moduleB.d.ts
Вт
EO
Вт
AL
EO
AM
AL
EO
YT
index.d.ts
: export * as context from './context';
String literal expected
.'export * as ns' syntax
, который добавили в 3.8?EO
index.d.ts
: export * as context from './context';
String literal expected
.'export * as ns' syntax
, который добавили в 3.8?YT
AK
IT
YT
IT
IT
YT
if (process.env.NODE_ENV === 'development') {И получаю
require('@/mocks')
}
require statement not part of an import statement
SS