Skip to content

refactor(database): remove old database implementation [Part 1/3] #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 0 additions & 5 deletions gulp/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const glob = require('glob');
const fs = require('fs');
const gzipSize = require('gzip-size');
const WrapperPlugin = require('wrapper-webpack-plugin');
const legacyBuild = require('./build.legacy');

function cleanDist(dir) {
return function cleanDistDirectory(done) {
Expand Down Expand Up @@ -429,7 +428,6 @@ gulp.task('build:cjs', gulp.parallel([
gulp.parallel(compileES2015ToCJS, buildAltEnvFirebaseJs)
]),
processPrebuiltFilesForCJS,
legacyBuild.compileDatabaseForCJS
]));

gulp.task('process:prebuilt', gulp.parallel([
Expand All @@ -444,8 +442,6 @@ const compileSourceAssets = gulp.series([
gulp.parallel([
compileIndvES2015ModulesToBrowser,
compileES2015ToCJS,
legacyBuild.compileDatabaseForBrowser,
legacyBuild.compileDatabaseForCJS
])
]);

Expand All @@ -455,7 +451,6 @@ gulp.task('build:browser', gulp.series([
gulp.parallel([
compileSourceAssets,
processPrebuiltFilesForBrowser,
legacyBuild.compileDatabaseForBrowser
]),
buildBrowserFirebaseJs
]));
Expand Down
141 changes: 0 additions & 141 deletions gulp/tasks/build.legacy.js

This file was deleted.

40 changes: 0 additions & 40 deletions src/database/common/constants.js

This file was deleted.

41 changes: 0 additions & 41 deletions src/database/common/util/assert.js

This file was deleted.

48 changes: 0 additions & 48 deletions src/database/common/util/json.js

This file was deleted.

Loading