huge clean up of project. Now uses @types, and removed committed typings.
Formatted the imports too
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {Break} from "../../../docx/run/break";
|
||||
import {assert} from "chai";
|
||||
import { Break } from "../../../docx/run/break";
|
||||
import { assert } from "chai";
|
||||
|
||||
function jsonify(obj: Object) {
|
||||
let stringifiedJson = JSON.stringify(obj);
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {Run} from "../../../docx/run";
|
||||
import {TextRun} from "../../../docx/run/text-run";
|
||||
import {assert} from "chai";
|
||||
import { Run } from "../../../docx/run";
|
||||
import { TextRun } from "../../../docx/run/text-run";
|
||||
import { assert } from "chai";
|
||||
|
||||
function jsonify(obj: Object) {
|
||||
let stringifiedJson = JSON.stringify(obj);
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {SubScript, SuperScript} from "../../../docx/run/script";
|
||||
import {assert} from "chai";
|
||||
import { SubScript, SuperScript } from "../../../docx/run/script";
|
||||
import { assert } from "chai";
|
||||
|
||||
function jsonify(obj: Object) {
|
||||
let stringifiedJson = JSON.stringify(obj);
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Strike, DoubleStrike} from "../../../docx/run/strike";
|
||||
import {assert} from "chai";
|
||||
import { Strike, DoubleStrike } from "../../../docx/run/strike";
|
||||
import { assert } from "chai";
|
||||
|
||||
function jsonify(obj: Object) {
|
||||
let stringifiedJson = JSON.stringify(obj);
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Tab} from "../../../docx/run/tab";
|
||||
import {assert} from "chai";
|
||||
import { Tab } from "../../../docx/run/tab";
|
||||
import { assert } from "chai";
|
||||
|
||||
function jsonify(obj: Object) {
|
||||
let stringifiedJson = JSON.stringify(obj);
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {TextRun} from "../../../docx/run/text-run";
|
||||
import {assert} from "chai";
|
||||
import { TextRun } from "../../../docx/run/text-run";
|
||||
import { assert } from "chai";
|
||||
|
||||
function jsonify(obj: Object) {
|
||||
let stringifiedJson = JSON.stringify(obj);
|
||||
|
@ -1,6 +1,6 @@
|
||||
import * as u from "../../../docx/run/underline";
|
||||
import {TextRun} from "../../../docx/run/text-run";
|
||||
import {assert} from "chai";
|
||||
import { TextRun } from "../../../docx/run/text-run";
|
||||
import { assert } from "chai";
|
||||
|
||||
function jsonify(obj: Object) {
|
||||
let stringifiedJson = JSON.stringify(obj);
|
||||
|
Reference in New Issue
Block a user