1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/openarkcompiler-incubator-MapleFE

 / Детали:

TS: Missing the information for triple-slash directives from AST

Предстоит сделать
Владелец
Создано  
27.11.2024

The information for triple-slash directives is missing from the generated AST.

import-ambient-module.ts

/// <reference path="import-in-module.ts"/>
import { X } from "M1";

The ambient module "M1" is declared in import-in-module.ts. The reference path is needed for importing "X" from "M1".

import-in-module.ts

declare module 'M1' {
  export interface X {}
}

declare module 'M2' {
    import { X } from "M1";
    export namespace NS {
    }
}

Комментарий (0)

GitLife Service Account Задача создана

Вход Перед тем как оставить комментарий

Статус
Ответственный
Контрольная точка
Pull Requests
Связанные запросы на слияние могут быть закрыты после их объединения
Ветки
Дата начала   -   Крайний срок
-
Закрепить/Открепить
Приоритет
Участники(1)
1
https://api.gitlife.ru/oschina-mirror/openarkcompiler-incubator-MapleFE.git
git@api.gitlife.ru:oschina-mirror/openarkcompiler-incubator-MapleFE.git
oschina-mirror
openarkcompiler-incubator-MapleFE
openarkcompiler-incubator-MapleFE