text stringlengths 9.82k 47.8k |
|---|
import { IScript, IScriptInfo, IScriptTask, Scripts } from './scripts';
import { IProcess, ISpawnOptions, Process } from './spawn-process';
import * as fs from 'fs';
import * as path from 'path';
import { Logger } from './logger';
import { confirmPrompt, formatTime, stringify, stringToArgv, Colors, Limiter } from './co... |
<filename>src/vs/workbench/common/views.ts
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------... |
<filename>src/manager.ts
import { Buffer, Disposable, disposeAll, Document, Documentation, events, FloatFactory, Neovim, OutputChannel, Uri, workspace, WorkspaceConfiguration } from 'coc.nvim'
import debounce from 'debounce'
import fs from 'fs'
import path from 'path'
import { format } from 'timeago.js'
import Git from... |
import { css } from 'styled-components';
import { borderRadius, colors, fontSize } from '@atlaskit/theme';
import {
browser,
tableMarginTop,
tableMarginBottom,
tableSharedStyle,
akEditorTableToolbarSize,
akEditorUnitZIndex,
akEditorSmallZIndex,
akEditorTableNumberColumnWidth,
akEditorTableBorder,
ak... |
import { Meteor } from 'meteor/meteor'
import * as _ from 'underscore'
import { check } from '../../lib/check'
import { Rundowns, Rundown, DBRundown, RundownId } from '../../lib/collections/Rundowns'
import { PartId } from '../../lib/collections/Parts'
import { SegmentId } from '../../lib/collections/Segments'
import {... |
import fs = require('fs')
import path = require('path')
import chalk = require('chalk');
import { SshShellCommand } from '../../ssh-shell-command';
import { Resource } from '../../config/resources/resource-configuration';
import { Dictionary, label_strings } from '../../constants';
import { ValidatedOutput } from '../.... |
import { parse, setFilterMap } from '../ij2tpl';
setFilterMap({
toClass: function(type_) {
let class_ = 'unknown';
if (type_ == 'directory')
class_ = 'dir';
else if (type_ == 'file')
class_ = 'file';
return class_;
}
});
const template = parse(`\
{{?contents.length}}
<ul>
{{?cont... |
"import {\n AmmTransaction,\n Trades,\n AmmExchange,\n Cash,\n Cashes,\n MarketOutcome,\n Tra(...TRUNCATED) |
"/*\n<EMAIL>\nmodified from pxt-servo/servodriver.ts\nload dependency\n\"magicbit\": \"file:../pxt-m(...TRUNCATED) |
"<filename>src/PokemonSnap/motion.ts<gh_stars>0\nimport * as MIPS from \"./mips\";\nimport { ObjectF(...TRUNCATED) |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 24