Uses of Class
com.google.j2cl.transpiler.backend.wasm.JsImportsGenerator.Imports
-
Uses of JsImportsGenerator.Imports in com.google.j2cl.transpiler.backend.wasm
Methods in com.google.j2cl.transpiler.backend.wasm that return JsImportsGenerator.ImportsModifier and TypeMethodDescriptionstatic JsImportsGenerator.ImportsJsImportsGenerator.collectImports(com.google.j2cl.transpiler.ast.Library library, com.google.j2cl.common.Problems problems) Collects JavaScript imports that are referenced in the library.static JsImportsGenerator.ImportsJsImportsGenerator.Imports.create(com.google.common.collect.ImmutableMap<com.google.j2cl.transpiler.ast.MethodDescriptor, com.google.j2cl.transpiler.backend.wasm.JsMethodImport> methodImports, com.google.common.collect.ImmutableSet<String> moduleImports) WasmGenerationEnvironment.getJsImports()Methods in com.google.j2cl.transpiler.backend.wasm with parameters of type JsImportsGenerator.ImportsModifier and TypeMethodDescriptionstatic voidJsImportsGenerator.generateOutputs(com.google.j2cl.common.OutputUtils.Output output, JsImportsGenerator.Imports imports) Generates the JavaScript code to support the imports.