Class CheckEs6ModuleFileStructure

    • Field Detail

      • MUST_COME_BEFORE

        public static final DiagnosticType MUST_COME_BEFORE
    • Constructor Detail

      • CheckEs6ModuleFileStructure

        public CheckEs6ModuleFileStructure​(AbstractCompiler compiler)
    • Method Detail

      • process

        public void process​(Node externs,
                            Node root)
        Description copied from interface: CompilerPass
        Process the JS with root node root. Can modify the contents of each Node tree
        Specified by:
        process in interface CompilerPass
        Parameters:
        externs - Top of external JS tree
        root - Top of JS tree