Class ModuleMapCreator

    • Field Detail

      • MISSING_NAMESPACE_IMPORT

        public static final DiagnosticType MISSING_NAMESPACE_IMPORT
      • DOES_NOT_HAVE_EXPORT

        public static final DiagnosticType DOES_NOT_HAVE_EXPORT
      • DOES_NOT_HAVE_EXPORT_WITH_DETAILS

        public static final DiagnosticType DOES_NOT_HAVE_EXPORT_WITH_DETAILS
    • 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