Skip to content

[interop] Add Support for Preprocessing#445

Closed
nikeokoronkwo wants to merge 1 commit intodart-lang:mainfrom
nikeokoronkwo:interop/reference-lib
Closed

[interop] Add Support for Preprocessing#445
nikeokoronkwo wants to merge 1 commit intodart-lang:mainfrom
nikeokoronkwo:interop/reference-lib

Conversation

@nikeokoronkwo
Copy link
Copy Markdown
Collaborator

Fixes #431

import '../js/typescript.dart' as ts;

class PreProcessResult {
List<String> modules;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be final?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #446

@nikeokoronkwo
Copy link
Copy Markdown
Collaborator Author

Closing in favour of #446

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Interop Gen: Add support for TS Reference Compiler Directives

2 participants