| Package | Description |
|---|---|
| io.bit3.jsass | |
| io.bit3.jsass.adapter |
| Modifier and Type | Method and Description |
|---|---|
Output |
Compiler.compile(Context context)
Compile context.
|
Output |
Compiler.compile(FileContext context)
Compile file.
|
Output |
Compiler.compile(StringContext context)
Compile a string context.
|
Output |
Compiler.compileFile(URI inputPath,
URI outputPath,
Options options)
Compile file.
|
Output |
Compiler.compileString(String string,
Charset charset,
Options options)
Compile string.
|
Output |
Compiler.compileString(String string,
Charset charset,
URI inputPath,
URI outputPath,
Options options)
Compile string.
|
Output |
Compiler.compileString(String string,
Options options)
Compile string.
|
Output |
Compiler.compileString(String string,
URI inputPath,
URI outputPath,
Options options)
Compile string.
|
| Modifier and Type | Method and Description |
|---|---|
Output |
NativeAdapter.compile(FileContext context,
ImportStack importStack)
Compile a file context.
|
Output |
NativeAdapter.compile(StringContext context,
ImportStack importStack)
Compile a string context.
|
Copyright © 2016 bit3. All rights reserved.