Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
sass /
types /
Delete
Unzip
Name
Size
Permission
Date
Action
legacy
[ DIR ]
drwxr-xr-x
2026-06-24 16:16
logger
[ DIR ]
drwxr-xr-x
2026-06-24 16:16
util
[ DIR ]
drwxr-xr-x
2026-06-24 16:16
value
[ DIR ]
drwxr-xr-x
2026-06-24 16:16
compile.d.ts
10.81
KB
-rw-r--r--
2026-06-24 16:16
deprecations.d.ts
8.06
KB
-rw-r--r--
2026-06-24 16:16
exception.d.ts
1.12
KB
-rw-r--r--
2026-06-24 16:16
importer.d.ts
18.63
KB
-rw-r--r--
2026-06-24 16:16
index.d.ts
2.69
KB
-rw-r--r--
2026-06-24 16:16
options.d.ts
16.11
KB
-rw-r--r--
2026-06-24 16:16
Save
Rename
// This is a mirror of the JS API definitions in `spec/js-api`, but with comments // written to provide user-facing documentation rather than to specify behavior for // implementations. export { AsyncCompiler, CompileResult, Compiler, compile, compileAsync, compileString, compileStringAsync, initCompiler, initAsyncCompiler, } from './compile'; export { deprecations, Deprecation, Deprecations, DeprecationOrId, DeprecationStatus, Version, } from './deprecations'; export {Exception} from './exception'; export { CanonicalizeContext, FileImporter, Importer, ImporterResult, NodePackageImporter, } from './importer'; export {Logger, LoggerWarnOptions, SourceSpan, SourceLocation} from './logger'; export { CustomFunction, Options, OutputStyle, StringOptions, StringOptionsWithImporter, StringOptionsWithoutImporter, Syntax, } from './options'; export {PromiseOr} from './util/promise_or'; export { CalculationInterpolation, CalculationOperation, CalculationOperator, CalculationValue, ChannelName, ChannelNameHsl, ChannelNameHwb, ChannelNameLch, ChannelNameLab, ChannelNameRgb, ChannelNameXyz, ColorSpaceHsl, ColorSpaceHwb, ColorSpaceLch, ColorSpaceLab, ColorSpaceRgb, ColorSpaceXyz, GamutMapMethod, HueInterpolationMethod, KnownColorSpace, ListSeparator, PolarColorSpace, RectangularColorSpace, SassArgumentList, SassBoolean, SassCalculation, SassColor, SassFunction, SassList, SassMap, SassMixin, SassNumber, SassString, Value, sassFalse, sassNull, sassTrue, } from './value'; // Legacy APIs export {LegacyException} from './legacy/exception'; export { FALSE, LegacyAsyncFunction, LegacyAsyncFunctionDone, LegacyFunction, LegacySyncFunction, LegacyValue, NULL, TRUE, types, } from './legacy/function'; export { LegacyAsyncImporter, LegacyImporter, LegacyImporterResult, LegacyImporterThis, LegacySyncImporter, } from './legacy/importer'; export { LegacySharedOptions, LegacyFileOptions, LegacyStringOptions, LegacyOptions, } from './legacy/options'; export {LegacyPluginThis} from './legacy/plugin_this'; export {LegacyResult, render, renderSync} from './legacy/render'; /** * Information about the Sass implementation. This always begins with a unique * identifier for the Sass implementation, followed by U+0009 TAB, followed by * its npm package version. Some implementations include additional information * as well, but not in any standardized format. * * * For Dart Sass, the implementation name is `dart-sass`. * * For Node Sass, the implementation name is `node-sass`. * * For the embedded host, the implementation name is `sass-embedded`. */ export const info: string;