@fluent/dom 0.7.0
-
Remove the
compat.js
build and compile everything to ES2018. (#472, #474)The source code is now compiled by the TypeScript's compiler,
tsc
, to
ES2018 files in theesm/
directory. These files are then bundled into a
singleindex.js
UMD file without any further transpilation.The
compat.js
build (available as@fluent/dom/compat
) was removed.
Please use your own transpilation pipeline if ES2018 is too recent for
your project.Refer to https://github.com/projectfluent/fluent.js/wiki/Compatibility
for more information