-
Notifications
You must be signed in to change notification settings - Fork 594
Closed
Description
With these dependencies:
"cldr-data": "^30.0.0",
"globalize": "^1.3.0-alpha.3",
"globalize-compiler": "^0.3.0-alpha.3"
and this code:
var Globalize = require( "globalize" );
Globalize.load( require( "cldr-data" ).entireSupplemental() );
Globalize.load( require( "cldr-data" ).entireMainFor( "en", "ar-AE", "ar-SA" ) );
require('globalize-compiler').compile([
Globalize( "en" ).dateFormatter({ skeleton: "GyMMMd" })
], {});
I get Error: No formatters or parsers has been provided.
This works in 1.2.0.
The compiler test in #721 also fails because of this.
Metadata
Metadata
Assignees
Labels
No labels