Interface CompilerPass

    • Method Detail

      • process

        void process​(Node externs,
                     Node root)
        Process the JS with root node root. Can modify the contents of each Node tree
        Parameters:
        externs - Top of external JS tree
        root - Top of JS tree