Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ parse-date-attributes.js
File
parse-date-attributes.js
src/core/dom/parse-date-attributes.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{devAssert, userAssert} from
'#core/assert'
;
2
import
{parseDate} from
'#core/types/date'
;
3
4
/** @typedef {
import
(
'#core/types/date'
).TimestampDef} TimestampDef */
Callers
nothing calls this directly
Calls
3
parseDate
Function · 0.90
userAssert
Function · 0.90
now
Method · 0.80
Tested by
no test coverage detected