Skip to content

Conversation

paulvanbrenk
Copy link
Contributor

No description provided.

@@ -454,6 +469,53 @@ namespace ts {
}
};
}
function getChakraSystem(): System {
Copy link
Contributor

Choose a reason for hiding this comment

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

Add line


ChakraHost.writeFile(path, data);
},
resolvePath(path: string) {
Copy link
Member

Choose a reason for hiding this comment

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

Can these just be e.g. resolvePath: ChakraHost.resolvePath instead of wrappers?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, that's a good idea.

@mhegazy
Copy link
Contributor

mhegazy commented Dec 2, 2015

👍

@DanielRosenwasser
Copy link
Member

Should this be called NativeHost? It's not unreasonable to expect another host that exposes the same functionality.

@vladima
Copy link
Contributor

vladima commented Dec 2, 2015

👍

@yuit
Copy link
Contributor

yuit commented Dec 2, 2015

👍 @DanielRosenwasser is that what interface System for ?

paulvanbrenk added a commit that referenced this pull request Dec 4, 2015
Add support for Chakra Host in sys.
@paulvanbrenk paulvanbrenk merged commit 2799d2e into master Dec 4, 2015
@paulvanbrenk paulvanbrenk deleted the supportChakra branch December 4, 2015 04:59
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants