Skip to content

Conversation

@charlie-runreal
Copy link
Contributor

No description provided.

// unreal-build-graph-parser.ts
// A Deno TypeScript script to read and parse Unreal Engine Build Graph XML files

import { DOMParser } from "https://deno.land/x/deno_dom/deno-dom-wasm.ts";
Copy link
Contributor

Choose a reason for hiding this comment

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

We cannot do direct https import and support some of the different CLI build targets. Should be able to do import { DOMParser, Element } from "jsr:@b-fuze/deno-dom" .

Note if we want to use the wasm version I believe we need to update our package target to include -wasm flag.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have removed that file and the associated testing I was doing with it from this branch.

@charlie-runreal charlie-runreal marked this pull request as ready for review May 23, 2025 17:25
@runreal-warman runreal-warman changed the title Cc plugin feat: plugin utils May 23, 2025
@runreal-warman runreal-warman merged commit 6c689df into main May 23, 2025
2 checks passed
@charlie-runreal charlie-runreal deleted the cc-plugin branch May 24, 2025 13:48
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.

3 participants