Code Monkey home page Code Monkey logo

Comments (4)

AVGP avatar AVGP commented on June 23, 2024

Hey @TroyTae - thank you so much for your contribution and welcome to the project!

I would suggest to use the module as a whole when testing it, like this:

const subtree = require('./subtree');

test("shadow root", () => {
  const nodeName = "DIV";
  const subTree = constructSubtreeForNode(document, {
    nodeType: NODE_TYPES.ELEMENT_NODE,
    nodeName: nodeName,
    children: [createElemForNode(document, 'all', {
      nodeType: NODE_TYPES.ELEMENT_NODE,
      nodeName: nodeName
    })],
    shadowRoots: [createElemForNode(document, 'all', {
      nodeType: NODE_TYPES.ELEMENT_NODE,
      nodeName: nodeName
    })]
  });
});

from dom2html.

AVGP avatar AVGP commented on June 23, 2024

I think that solves the problem, should I be wrong, please reopen the issue and let me know :)

from dom2html.

TroyTae avatar TroyTae commented on June 23, 2024

Yes of course the code can fix problem.
I’m just worried about guide to not use object split to developer.
But maybe it’s fine because this is experimental project yet :)

from dom2html.

AVGP avatar AVGP commented on June 23, 2024

I understand that point, but subtree is an internal part of dom2html and is neither documented nor should it be used, normally. The usual entrypoint is serialize.

from dom2html.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.